[INFO] fetching crate constvec 0.1.14... [INFO] checking constvec-0.1.14 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate constvec 0.1.14 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate constvec 0.1.14 [INFO] finished tweaking crates.io crate constvec 0.1.14 [INFO] tweaked toml for crates.io crate constvec 0.1.14 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate constvec 0.1.14 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate constvec 0.1.14 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df05d3d6c21b24c8907c36c7bd3749c665d67c1618d72f6dd33e09fa77fddf44 [INFO] running `Command { std: "docker" "start" "-a" "df05d3d6c21b24c8907c36c7bd3749c665d67c1618d72f6dd33e09fa77fddf44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df05d3d6c21b24c8907c36c7bd3749c665d67c1618d72f6dd33e09fa77fddf44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df05d3d6c21b24c8907c36c7bd3749c665d67c1618d72f6dd33e09fa77fddf44", kill_on_drop: false }` [INFO] [stdout] df05d3d6c21b24c8907c36c7bd3749c665d67c1618d72f6dd33e09fa77fddf44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91b9e157878e9160bae7833a1ce12d8954016db5af8c86d0385b98a86ef3f75a [INFO] running `Command { std: "docker" "start" "-a" "91b9e157878e9160bae7833a1ce12d8954016db5af8c86d0385b98a86ef3f75a", kill_on_drop: false }` [INFO] [stderr] Checking constvec v0.1.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:232:63 [INFO] [stdout] | [INFO] [stdout] 232 | impl const Add<&ConstVec<[T; N2]>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:232:63 [INFO] [stdout] | [INFO] [stdout] 232 | impl const Add<&ConstVec<[T; N2]>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_copy_from_slice` has been stable since 1.87.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_copy_from_slice)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_copy_from_slice` has been stable since 1.87.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_copy_from_slice)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pointer` [INFO] [stdout] --> src/lib.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | fmt::{Debug, Pointer}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: compiler/rustc_const_eval/src/check_consts/qualifs.rs:359:13: expected ConstKind::Param or ConstKind::Value here, found UnevaluatedConst { def: DefId(0:111 ~ constvec[f9a0]::{impl#8}::add::{constant#2}), args: ['{erased}, '{erased}, T/#2, N1/#3, N2/#4] } [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (32) panicked at compiler/rustc_const_eval/src/check_consts/qualifs.rs:359:13: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7ee7137debb3 - ::fmt::ha7f14f4d725d0e1f [INFO] [stderr] 1: 0x7ee714001c3c - core::fmt::write::h613c8eb2432c6a8e [INFO] [stderr] 2: 0x7ee7137c9883 - std::io::Write::write_fmt::ha60efb35d66e9b8c [INFO] [stderr] 3: 0x7ee7137dee82 - std::sys::backtrace::BacktraceLock::print::hb1963680433203b9 [INFO] [stderr] 4: 0x7ee7137c12d9 - std::panicking::default_hook::{{closure}}::h12644fad1f9f9c3f [INFO] [stderr] 5: 0x7ee7137c0e05 - std::panicking::default_hook::h92d7423bfb093343 [INFO] [stderr] 6: 0x7ee712846c75 - std[6fe86dad046414e9]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7ee7137c083e - std::panicking::panic_with_hook::hfd863520fce8e281 [INFO] [stderr] 8: 0x7ee712880531 - std[6fe86dad046414e9]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7ee712880506 - std[6fe86dad046414e9]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7ee71287e5c4 - std[6fe86dad046414e9]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7ee71286a2c1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7ee712e6c7ea - rustc_middle[7bf061a1c7279983]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 13: 0x7ee712e6c72a - rustc_middle[7bf061a1c7279983]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 14: 0x7ee712e6c6fb - rustc_middle[7bf061a1c7279983]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 15: 0x7ee70fed9370 - rustc_middle[7bf061a1c7279983]::util::bug::bug_fmt [INFO] [stderr] 16: 0x7ee715d9e8fe - rustc_const_eval[b3ed21a3ef24dde9]::check_consts::qualifs::in_operand:: as rustc_middle[7bf061a1c7279983]::mir::visit::Visitor>::visit_assign::{closure#0}>.cold [INFO] [stderr] 17: 0x7ee7157f5e03 - as rustc_mir_dataflow[a982c86fd9d3eb6f]::framework::Analysis>::apply_primary_statement_effect.warm [INFO] [stderr] 18: 0x7ee714c27cc9 - ::has_mut_interior [INFO] [stderr] 19: 0x7ee714c277ad - ::qualifs_in_return_place [INFO] [stderr] 20: 0x7ee714c27061 - rustc_mir_transform[f2606a4a861d182f]::mir_const_qualif [INFO] [stderr] 21: 0x7ee714c26ee5 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 22: 0x7ee714c26369 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 23: 0x7ee714c260c8 - rustc_query_impl[1180d621522da38e]::query_impl::mir_const_qualif::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 24: 0x7ee7116c482f - rustc_mir_transform[f2606a4a861d182f]::mir_promoted [INFO] [stderr] 25: 0x7ee71493f052 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 26: 0x7ee71493f301 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::, rustc_query_system[98f89d7c297ae34b]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 27: 0x7ee71493ee8c - rustc_query_impl[1180d621522da38e]::query_impl::mir_promoted::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 28: 0x7ee7151f6d2e - rustc_borrowck[4145a51ddf2926ef]::mir_borrowck [INFO] [stderr] 29: 0x7ee7151f6bd9 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x7ee714326e85 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::, rustc_query_system[98f89d7c297ae34b]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x7ee7143254e7 - rustc_query_impl[1180d621522da38e]::query_impl::mir_borrowck::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x7ee71432568d - ::par_hir_body_owners::::{closure#0} [INFO] [stderr] 33: 0x7ee714322e83 - rustc_interface[97c22026ecc7ce02]::passes::analysis [INFO] [stderr] 34: 0x7ee714322339 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 35: 0x7ee7150bf9e0 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 36: 0x7ee7150bf636 - rustc_query_impl[1180d621522da38e]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 37: 0x7ee7153a078b - rustc_interface[97c22026ecc7ce02]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[79b5e01ed6a791e1]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 38: 0x7ee715338983 - rustc_interface[97c22026ecc7ce02]::interface::run_compiler::<(), rustc_driver_impl[79b5e01ed6a791e1]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 39: 0x7ee71513e807 - std[6fe86dad046414e9]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 40: 0x7ee71513e4e8 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[97491feb9154bf14]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 41: 0x7ee715143dcb - std::sys::pal::unix::thread::Thread::new::thread_start::h403423eb9bcd0f4b [INFO] [stderr] 42: 0x7ee70ea8aaa4 - [INFO] [stderr] 43: 0x7ee70eb17a34 - clone [INFO] [stderr] 44: 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-08-25T11_00_05-28.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (a4980311f 2025-08-13) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [mir_const_qualif] const checking `::add` [INFO] [stderr] #1 [mir_promoted] promoting constants in MIR for `::add` [INFO] [stderr] #2 [mir_borrowck] borrow-checking `::add` [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `constvec` (lib test) due to 1 previous error; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pointer` [INFO] [stdout] --> src/lib.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | fmt::{Debug, Pointer}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: compiler/rustc_const_eval/src/check_consts/qualifs.rs:359:13: expected ConstKind::Param or ConstKind::Value here, found UnevaluatedConst { def: DefId(0:111 ~ constvec[d00c]::{impl#8}::add::{constant#2}), args: ['{erased}, '{erased}, T/#2, N1/#3, N2/#4] } [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (31) panicked at compiler/rustc_const_eval/src/check_consts/qualifs.rs:359:13: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x78b9265debb3 - ::fmt::ha7f14f4d725d0e1f [INFO] [stderr] 1: 0x78b926e01c3c - core::fmt::write::h613c8eb2432c6a8e [INFO] [stderr] 2: 0x78b9265c9883 - std::io::Write::write_fmt::ha60efb35d66e9b8c [INFO] [stderr] 3: 0x78b9265dee82 - std::sys::backtrace::BacktraceLock::print::hb1963680433203b9 [INFO] [stderr] 4: 0x78b9265c12d9 - std::panicking::default_hook::{{closure}}::h12644fad1f9f9c3f [INFO] [stderr] 5: 0x78b9265c0e05 - std::panicking::default_hook::h92d7423bfb093343 [INFO] [stderr] 6: 0x78b925646c75 - std[6fe86dad046414e9]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x78b9265c083e - std::panicking::panic_with_hook::hfd863520fce8e281 [INFO] [stderr] 8: 0x78b925680531 - std[6fe86dad046414e9]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x78b925680506 - std[6fe86dad046414e9]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x78b92567e5c4 - std[6fe86dad046414e9]::panicking::begin_panic:: [INFO] [stderr] 11: 0x78b92566a2c1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x78b925c6c7ea - rustc_middle[7bf061a1c7279983]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 13: 0x78b925c6c72a - rustc_middle[7bf061a1c7279983]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 14: 0x78b925c6c6fb - rustc_middle[7bf061a1c7279983]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 15: 0x78b922cd9370 - rustc_middle[7bf061a1c7279983]::util::bug::bug_fmt [INFO] [stderr] 16: 0x78b928b9e8fe - rustc_const_eval[b3ed21a3ef24dde9]::check_consts::qualifs::in_operand:: as rustc_middle[7bf061a1c7279983]::mir::visit::Visitor>::visit_assign::{closure#0}>.cold [INFO] [stderr] 17: 0x78b9285f5e03 - as rustc_mir_dataflow[a982c86fd9d3eb6f]::framework::Analysis>::apply_primary_statement_effect.warm [INFO] [stderr] 18: 0x78b927a27cc9 - ::has_mut_interior [INFO] [stderr] 19: 0x78b927a277ad - ::qualifs_in_return_place [INFO] [stderr] 20: 0x78b927a27061 - rustc_mir_transform[f2606a4a861d182f]::mir_const_qualif [INFO] [stderr] 21: 0x78b927a26ee5 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 22: 0x78b927a26369 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 23: 0x78b927a260c8 - rustc_query_impl[1180d621522da38e]::query_impl::mir_const_qualif::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 24: 0x78b9244c482f - rustc_mir_transform[f2606a4a861d182f]::mir_promoted [INFO] [stderr] 25: 0x78b92773f052 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 26: 0x78b92773f301 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::, rustc_query_system[98f89d7c297ae34b]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 27: 0x78b92773ee8c - rustc_query_impl[1180d621522da38e]::query_impl::mir_promoted::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 28: 0x78b927ff6d2e - rustc_borrowck[4145a51ddf2926ef]::mir_borrowck [INFO] [stderr] 29: 0x78b927ff6bd9 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x78b927126e85 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::, rustc_query_system[98f89d7c297ae34b]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x78b9271254e7 - rustc_query_impl[1180d621522da38e]::query_impl::mir_borrowck::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x78b92712568d - ::par_hir_body_owners::::{closure#0} [INFO] [stderr] 33: 0x78b927122e83 - rustc_interface[97c22026ecc7ce02]::passes::analysis [INFO] [stderr] 34: 0x78b927122339 - rustc_query_impl[1180d621522da38e]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 35: 0x78b927ebf9e0 - rustc_query_system[98f89d7c297ae34b]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1180d621522da38e]::plumbing::QueryCtxt, false> [INFO] [stderr] 36: 0x78b927ebf636 - rustc_query_impl[1180d621522da38e]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 37: 0x78b9281a078b - rustc_interface[97c22026ecc7ce02]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[79b5e01ed6a791e1]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 38: 0x78b928138983 - rustc_interface[97c22026ecc7ce02]::interface::run_compiler::<(), rustc_driver_impl[79b5e01ed6a791e1]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 39: 0x78b927f3e807 - std[6fe86dad046414e9]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 40: 0x78b927f3e4e8 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[97491feb9154bf14]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 41: 0x78b927f43dcb - std::sys::pal::unix::thread::Thread::new::thread_start::h403423eb9bcd0f4b [INFO] [stderr] 42: 0x78b921856aa4 - [INFO] [stderr] 43: 0x78b9218e3a34 - clone [INFO] [stderr] 44: 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-08-25T11_00_05-26.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (a4980311f 2025-08-13) 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] #0 [mir_const_qualif] const checking `::add` [INFO] [stderr] #1 [mir_promoted] promoting constants in MIR for `::add` [INFO] [stderr] #2 [mir_borrowck] borrow-checking `::add` [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `constvec` (lib) due to 1 previous error; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "91b9e157878e9160bae7833a1ce12d8954016db5af8c86d0385b98a86ef3f75a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91b9e157878e9160bae7833a1ce12d8954016db5af8c86d0385b98a86ef3f75a", kill_on_drop: false }` [INFO] [stdout] 91b9e157878e9160bae7833a1ce12d8954016db5af8c86d0385b98a86ef3f75a