[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 try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstillinbeta%2Fezeerust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/stillinbeta/ezeerust on toolchain 9f93af291970322f4f1c6315ccde4d7078201159 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 959e3b17e7f2f6e8ed64cb1f460ed60637b710ecb123c0919d82771ecf35b9e2 [INFO] running `Command { std: "docker" "start" "-a" "959e3b17e7f2f6e8ed64cb1f460ed60637b710ecb123c0919d82771ecf35b9e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "959e3b17e7f2f6e8ed64cb1f460ed60637b710ecb123c0919d82771ecf35b9e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "959e3b17e7f2f6e8ed64cb1f460ed60637b710ecb123c0919d82771ecf35b9e2", kill_on_drop: false }` [INFO] [stdout] 959e3b17e7f2f6e8ed64cb1f460ed60637b710ecb123c0919d82771ecf35b9e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45c1621b8460dba28edaf0e5be753f306249c8c25cf2852dfe8b4258e81c2107 [INFO] running `Command { std: "docker" "start" "-a" "45c1621b8460dba28edaf0e5be753f306249c8c25cf2852dfe8b4258e81c2107", 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 semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling base-x v0.2.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling stdweb v0.4.16 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling enum-display-derive v0.1.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling stderrlog v0.4.1 [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] [stderr] [INFO] [stderr] thread 'rustc' (1099) panicked at /rustc-dev/9f93af291970322f4f1c6315ccde4d7078201159/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:124:21: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stdout] error: internal compiler error: /rustc-dev/9f93af291970322f4f1c6315ccde4d7078201159/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:124:21: Nullary intrinsic type_name must be called in a const block. If you are seeing this message from code outside the standard library, the unstable implementation details of the relevant intrinsic may have changed. Consider using stable APIs instead. If you are adding a new nullary intrinsic that is inherently a runtime intrinsic, update this check. [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] 0: 0x72f864e57c23 - ::fmt::h8be9aa933f14675f [INFO] [stderr] 1: 0x72f865601afc - core::fmt::write::hfd0efbb002ac7eea [INFO] [stderr] 2: 0x72f864e0c873 - std::io::Write::write_fmt::ha6503cd07dd1d506 [INFO] [stderr] 3: 0x72f864e1dda2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stderr] 4: 0x72f864e23df9 - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stderr] 5: 0x72f864e23923 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stderr] 6: 0x72f863e27ef1 - std[81cbeca88b98c93c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x72f864e2421f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stderr] 8: 0x72f863e64971 - std[81cbeca88b98c93c]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x72f863e56b76 - std[81cbeca88b98c93c]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x72f863e53fc4 - std[81cbeca88b98c93c]::panicking::begin_panic:: [INFO] [stderr] 11: 0x72f863e75da1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x72f8643d89ec - ::span_bug:: [INFO] [stderr] 13: 0x72f8643fbf67 - rustc_middle[6c93bdfbfc98a078]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x72f8643fc10a - rustc_middle[6c93bdfbfc98a078]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x72f8643ecb1b - rustc_middle[6c93bdfbfc98a078]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x72f862776517 - rustc_middle[6c93bdfbfc98a078]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x72f866587782 - >>::codegen_intrinsic_call [INFO] [stderr] 18: 0x72f8669cb62a - rustc_codegen_ssa[f092b563b0e85d53]::mir::codegen_mir::> [INFO] [stderr] 19: 0x72f865914ea8 - rustc_codegen_llvm[548a7b6fdada028e]::base::compile_codegen_unit::module_codegen [INFO] [stderr] 20: 0x72f86694a41f - ::compile_codegen_unit [INFO] [stderr] 21: 0x72f866945e5b - rustc_codegen_ssa[f092b563b0e85d53]::base::codegen_crate:: [INFO] [stderr] 22: 0x72f8669443f3 - ::codegen_crate [INFO] [stderr] 23: 0x72f8668d0f0d - ::codegen_and_build_linker [INFO] [stderr] 24: 0x72f8668cdad4 - , rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[91ef86f5e1df6c36]::ops::function::FnOnce<(&rustc_session[99c08a63cacde053]::session::Session, rustc_middle[6c93bdfbfc98a078]::ty::context::CurrentGcx, alloc[1278c350d6a28ed0]::sync::Arc, &std[81cbeca88b98c93c]::sync::once_lock::OnceLock, &rustc_data_structures[b749dda7203db03c]::sync::worker_local::WorkerLocal, &rustc_data_structures[b749dda7203db03c]::sync::worker_local::WorkerLocal, rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 25: 0x72f866776973 - rustc_interface[d44e9095bc351cc8]::interface::run_compiler::<(), rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 26: 0x72f86641ac78 - std[81cbeca88b98c93c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 27: 0x72f86641a95c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[91ef86f5e1df6c36]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 28: 0x72f86641fbaf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stderr] 29: 0x72f86008aaa4 - [INFO] [stderr] 30: 0x72f860117a64 - clone [INFO] [stderr] 31: 0x0 - [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-11-09T08_55_07-1097.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.93.0-nightly (9f93af291 2025-11-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 [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] Compiling ezeerust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] [INFO] [stderr] thread 'rustc' (1106) panicked at /rustc-dev/9f93af291970322f4f1c6315ccde4d7078201159/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:124:21: [INFO] [stdout] error: internal compiler error: /rustc-dev/9f93af291970322f4f1c6315ccde4d7078201159/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:124:21: Nullary intrinsic type_name must be called in a const block. If you are seeing this message from code outside the standard library, the unstable implementation details of the relevant intrinsic may have changed. Consider using stable APIs instead. If you are adding a new nullary intrinsic that is inherently a runtime intrinsic, update this check. [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] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f23f1257c23 - ::fmt::h8be9aa933f14675f [INFO] [stderr] 1: 0x7f23f1a01afc - core::fmt::write::hfd0efbb002ac7eea [INFO] [stderr] 2: 0x7f23f120c873 - std::io::Write::write_fmt::ha6503cd07dd1d506 [INFO] [stderr] 3: 0x7f23f121dda2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stderr] 4: 0x7f23f1223df9 - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stderr] 5: 0x7f23f1223923 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stderr] 6: 0x7f23f0227ef1 - std[81cbeca88b98c93c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7f23f122421f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stderr] 8: 0x7f23f0264971 - std[81cbeca88b98c93c]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7f23f0256b76 - std[81cbeca88b98c93c]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7f23f0253fc4 - std[81cbeca88b98c93c]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7f23f0275da1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7f23f07d89ec - ::span_bug:: [INFO] [stderr] 13: 0x7f23f07fbf67 - rustc_middle[6c93bdfbfc98a078]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x7f23f07fc10a - rustc_middle[6c93bdfbfc98a078]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x7f23f07ecb1b - rustc_middle[6c93bdfbfc98a078]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x7f23eeb76517 - rustc_middle[6c93bdfbfc98a078]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x7f23f2987782 - >>::codegen_intrinsic_call [INFO] [stderr] 18: 0x7f23f2dcb62a - rustc_codegen_ssa[f092b563b0e85d53]::mir::codegen_mir::> [INFO] [stderr] 19: 0x7f23f1d14ea8 - rustc_codegen_llvm[548a7b6fdada028e]::base::compile_codegen_unit::module_codegen [INFO] [stderr] 20: 0x7f23f2d4a41f - ::compile_codegen_unit [INFO] [stderr] 21: 0x7f23f2d45e5b - rustc_codegen_ssa[f092b563b0e85d53]::base::codegen_crate:: [INFO] [stderr] 22: 0x7f23f2d443f3 - ::codegen_crate [INFO] [stderr] 23: 0x7f23f2cd0f0d - ::codegen_and_build_linker [INFO] [stderr] 24: 0x7f23f2ccdad4 - , rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[91ef86f5e1df6c36]::ops::function::FnOnce<(&rustc_session[99c08a63cacde053]::session::Session, rustc_middle[6c93bdfbfc98a078]::ty::context::CurrentGcx, alloc[1278c350d6a28ed0]::sync::Arc, &std[81cbeca88b98c93c]::sync::once_lock::OnceLock, &rustc_data_structures[b749dda7203db03c]::sync::worker_local::WorkerLocal, &rustc_data_structures[b749dda7203db03c]::sync::worker_local::WorkerLocal, rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 25: 0x7f23f2b76973 - rustc_interface[d44e9095bc351cc8]::interface::run_compiler::<(), rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 26: 0x7f23f281ac78 - std[81cbeca88b98c93c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 27: 0x7f23f281a95c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[91ef86f5e1df6c36]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 28: 0x7f23f281fbaf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stderr] 29: 0x7f23ec48aaa4 - [INFO] [stderr] 30: 0x7f23ec517a64 - clone [INFO] [stderr] 31: 0x0 - [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-11-09T08_55_14-1104.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.93.0-nightly (9f93af291 2025-11-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 [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/9f93af291970322f4f1c6315ccde4d7078201159/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=-5a9ae63060e7caea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anymap=/opt/rustwide/target/debug/deps/libanymap-eb4740c6d4af0ea4.rmeta --extern bincode=/opt/rustwide/target/debug/deps/libbincode-c799ca52a7ba77cc.rmeta --extern failure=/opt/rustwide/target/debug/deps/libfailure-172a4b5b0713b61c.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-a8b51f44c5a93814.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e207cefe7fa06f7d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-da01c13bbc5a9738.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-b57ce2e00a68b0cd.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6f8235a192cc49b9.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-ab64617c0d711aec.rmeta --extern stdweb=/opt/rustwide/target/debug/deps/libstdweb-13979709bc76db37.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-0e2a1bd2e7885c0b/out` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: struct `RegisterPair` is never constructed [INFO] [stdout] --> src/components.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | struct RegisterPair { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [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/9f93af291970322f4f1c6315ccde4d7078201159/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=-13979709bc76db37 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern discard=/opt/rustwide/target/debug/deps/libdiscard-11fc78d17c12a98b.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-da01c13bbc5a9738.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6f8235a192cc49b9.rmeta --extern stdweb_derive=/opt/rustwide/target/debug/deps/libstdweb_derive-9676672b08e62ef3.so --extern stdweb_internal_macros=/opt/rustwide/target/debug/deps/libstdweb_internal_macros-160f816b2dff8e37.so --extern stdweb_internal_runtime=/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-0ce222b8665e1ad9.rmeta --cap-lints allow --cap-lints=forbid --cfg rust_nightly` (exit status: 101) [INFO] [stdout] error: internal compiler error: /rustc-dev/9f93af291970322f4f1c6315ccde4d7078201159/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:124:21: Nullary intrinsic type_name must be called in a const block. If you are seeing this message from code outside the standard library, the unstable implementation details of the relevant intrinsic may have changed. Consider using stable APIs instead. If you are adding a new nullary intrinsic that is inherently a runtime intrinsic, update this check. [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' (1127) panicked at /rustc-dev/9f93af291970322f4f1c6315ccde4d7078201159/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:124:21: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7bfc74857c23 - ::fmt::h8be9aa933f14675f [INFO] [stderr] 1: 0x7bfc75001afc - core::fmt::write::hfd0efbb002ac7eea [INFO] [stderr] 2: 0x7bfc7480c873 - std::io::Write::write_fmt::ha6503cd07dd1d506 [INFO] [stderr] 3: 0x7bfc7481dda2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stderr] 4: 0x7bfc74823df9 - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stderr] 5: 0x7bfc74823923 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stderr] 6: 0x7bfc73827ef1 - std[81cbeca88b98c93c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7bfc7482421f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stderr] 8: 0x7bfc73864971 - std[81cbeca88b98c93c]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7bfc73856b76 - std[81cbeca88b98c93c]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7bfc73853fc4 - std[81cbeca88b98c93c]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7bfc73875da1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7bfc73dd89ec - ::span_bug:: [INFO] [stderr] 13: 0x7bfc73dfbf67 - rustc_middle[6c93bdfbfc98a078]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x7bfc73dfc10a - rustc_middle[6c93bdfbfc98a078]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x7bfc73decb1b - rustc_middle[6c93bdfbfc98a078]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x7bfc72176517 - rustc_middle[6c93bdfbfc98a078]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x7bfc75f87782 - >>::codegen_intrinsic_call [INFO] [stderr] 18: 0x7bfc763cb62a - rustc_codegen_ssa[f092b563b0e85d53]::mir::codegen_mir::> [INFO] [stderr] 19: 0x7bfc75314ea8 - rustc_codegen_llvm[548a7b6fdada028e]::base::compile_codegen_unit::module_codegen [INFO] [stderr] 20: 0x7bfc7634a41f - ::compile_codegen_unit [INFO] [stderr] 21: 0x7bfc76345e5b - rustc_codegen_ssa[f092b563b0e85d53]::base::codegen_crate:: [INFO] [stderr] 22: 0x7bfc763443f3 - ::codegen_crate [INFO] [stderr] 23: 0x7bfc762d0f0d - ::codegen_and_build_linker [INFO] [stderr] 24: 0x7bfc762cdad4 - , rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[91ef86f5e1df6c36]::ops::function::FnOnce<(&rustc_session[99c08a63cacde053]::session::Session, rustc_middle[6c93bdfbfc98a078]::ty::context::CurrentGcx, alloc[1278c350d6a28ed0]::sync::Arc, &std[81cbeca88b98c93c]::sync::once_lock::OnceLock, &rustc_data_structures[b749dda7203db03c]::sync::worker_local::WorkerLocal, &rustc_data_structures[b749dda7203db03c]::sync::worker_local::WorkerLocal, rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 25: 0x7bfc76176973 - rustc_interface[d44e9095bc351cc8]::interface::run_compiler::<(), rustc_driver_impl[91fda0b55bcefb5a]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 26: 0x7bfc75e1ac78 - std[81cbeca88b98c93c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 27: 0x7bfc75e1a95c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[91ef86f5e1df6c36]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 28: 0x7bfc75e1fbaf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stderr] 29: 0x7bfc6fa8aaa4 - [INFO] [stderr] 30: 0x7bfc6fb17a64 - clone [INFO] [stderr] 31: 0x0 - [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-11-09T08_55_16-1125.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.93.0-nightly (9f93af291 2025-11-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 [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 `ezeerust` (lib); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9f93af291970322f4f1c6315ccde4d7078201159/bin/rustc --crate-name ezeerust --edition=2018 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9ae0ed6fc86dab3 -C extra-filename=-8cba82712ad101ae --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern yew=/opt/rustwide/target/debug/deps/libyew-5a9ae63060e7caea.rmeta --extern zeerust=/opt/rustwide/target/debug/deps/libzeerust-b36d36cffb938daf.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-0e2a1bd2e7885c0b/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "45c1621b8460dba28edaf0e5be753f306249c8c25cf2852dfe8b4258e81c2107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c1621b8460dba28edaf0e5be753f306249c8c25cf2852dfe8b4258e81c2107", kill_on_drop: false }` [INFO] [stdout] 45c1621b8460dba28edaf0e5be753f306249c8c25cf2852dfe8b4258e81c2107