[INFO] fetching crate serialization 0.2.12... [INFO] testing serialization-0.2.12 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate serialization 0.2.12 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate serialization 0.2.12 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate serialization 0.2.12 [INFO] tweaked toml for crates.io crate serialization 0.2.12 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate serialization 0.2.12 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate serialization 0.2.12 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7746fd927720daedbadba5b38dca45a30178c53ac29823fd424286ff87aaadd [INFO] running `Command { std: "docker" "start" "-a" "c7746fd927720daedbadba5b38dca45a30178c53ac29823fd424286ff87aaadd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7746fd927720daedbadba5b38dca45a30178c53ac29823fd424286ff87aaadd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7746fd927720daedbadba5b38dca45a30178c53ac29823fd424286ff87aaadd", kill_on_drop: false }` [INFO] [stdout] c7746fd927720daedbadba5b38dca45a30178c53ac29823fd424286ff87aaadd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b23d52859024180566618105ac5bbdc3adc3d2c278d0dcd0c857c5d27c0da96c [INFO] running `Command { std: "docker" "start" "-a" "b23d52859024180566618105ac5bbdc3adc3d2c278d0dcd0c857c5d27c0da96c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling constvec v0.1.14 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling fastbuf v0.28.0 [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/constvec-0.1.14/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-11-07; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: compiler/rustc_const_eval/src/check_consts/qualifs.rs:356:13: expected ConstKind::Param or ConstKind::Value here, found UnevaluatedConst { def: DefId(0:111 ~ constvec[7eb1]::{impl#8}::add::{constant#2}), args: ['{erased}, '{erased}, T/#2, N1/#3, N2/#4] } [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (68) panicked at compiler/rustc_const_eval/src/check_consts/qualifs.rs:356:13: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7ec4a845dff3 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stderr] 1: 0x7ec4a8c01afc - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stderr] 2: 0x7ec4a8412c73 - std::io::Write::write_fmt::hec441b8c6eca32b9 [INFO] [stderr] 3: 0x7ec4a8424172 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stderr] 4: 0x7ec4a842a1c9 - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stderr] 5: 0x7ec4a8429cf3 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stderr] 6: 0x7ec4a741efb1 - std[7852ca75000e74fc]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7ec4a842a5ef - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stderr] 8: 0x7ec4a745b491 - std[7852ca75000e74fc]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7ec4a744da66 - std[7852ca75000e74fc]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7ec4a744d737 - std[7852ca75000e74fc]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7ec4a7479b01 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7ec4a7a00f7a - rustc_middle[7d63fbd2f8df8a1e]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 13: 0x7ec4a7a0125a - rustc_middle[7d63fbd2f8df8a1e]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 14: 0x7ec4a79f205b - rustc_middle[7d63fbd2f8df8a1e]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 15: 0x7ec4a5777140 - rustc_middle[7d63fbd2f8df8a1e]::util::bug::bug_fmt [INFO] [stderr] 16: 0x7ec4aaa158bf - rustc_const_eval[c57e8a15719ceeb5]::check_consts::qualifs::in_operand:: as rustc_middle[7d63fbd2f8df8a1e]::mir::visit::Visitor>::visit_assign::{closure#0}>.cold [INFO] [stderr] 17: 0x7ec4a99e9004 - as rustc_mir_dataflow[6ca8966b939f35c1]::framework::Analysis>::apply_primary_statement_effect [INFO] [stderr] 18: 0x7ec4a98f630f - ::has_mut_interior [INFO] [stderr] 19: 0x7ec4a98f55e1 - rustc_mir_transform[596e9ef59ca75e8d]::mir_const_qualif [INFO] [stderr] 20: 0x7ec4a98f5369 - rustc_query_impl[84d3eed17e5ab449]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x7ec4a98f480b - rustc_query_system[c2287fd650159af7]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[84d3eed17e5ab449]::plumbing::QueryCtxt, false> [INFO] [stderr] 22: 0x7ec4a98f454a - rustc_query_impl[84d3eed17e5ab449]::query_impl::mir_const_qualif::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x7ec4a611a79f - rustc_mir_transform[596e9ef59ca75e8d]::mir_promoted [INFO] [stderr] 24: 0x7ec4a9705b12 - rustc_query_impl[84d3eed17e5ab449]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x7ec4a9705dd1 - rustc_query_system[c2287fd650159af7]::query::plumbing::try_execute_query::, rustc_query_system[c2287fd650159af7]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[84d3eed17e5ab449]::plumbing::QueryCtxt, false> [INFO] [stderr] 26: 0x7ec4a9705958 - rustc_query_impl[84d3eed17e5ab449]::query_impl::mir_promoted::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x7ec4a9c36b40 - rustc_borrowck[810cfea49b529574]::mir_borrowck [INFO] [stderr] 28: 0x7ec4a9c36a99 - rustc_query_impl[84d3eed17e5ab449]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 29: 0x7ec4a8f2ba37 - rustc_query_system[c2287fd650159af7]::query::plumbing::try_execute_query::, rustc_query_system[c2287fd650159af7]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[84d3eed17e5ab449]::plumbing::QueryCtxt, false> [INFO] [stderr] 30: 0x7ec4a8f248cb - rustc_query_impl[84d3eed17e5ab449]::query_impl::mir_borrowck::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 31: 0x7ec4a8f24af7 - ::par_hir_body_owners::::{closure#0} [INFO] [stderr] 32: 0x7ec4a8f22398 - rustc_interface[cd445e32cdfe4b97]::passes::analysis [INFO] [stderr] 33: 0x7ec4a8f21833 - rustc_query_impl[84d3eed17e5ab449]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 34: 0x7ec4a9c5fc66 - rustc_query_system[c2287fd650159af7]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[84d3eed17e5ab449]::plumbing::QueryCtxt, false> [INFO] [stderr] 35: 0x7ec4a9c5f8bc - rustc_query_impl[84d3eed17e5ab449]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 36: 0x7ec4a9f1c98a - , rustc_driver_impl[bce797706e17a736]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[38c16e7222b5e709]::ops::function::FnOnce<(&rustc_session[55873362b0df2cab]::session::Session, rustc_middle[7d63fbd2f8df8a1e]::ty::context::CurrentGcx, alloc[b801fe7dcb3666a3]::sync::Arc, &std[7852ca75000e74fc]::sync::once_lock::OnceLock, &rustc_data_structures[94650649e502e822]::sync::worker_local::WorkerLocal, &rustc_data_structures[94650649e502e822]::sync::worker_local::WorkerLocal, rustc_driver_impl[bce797706e17a736]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 37: 0x7ec4a9d5b4a9 - rustc_interface[cd445e32cdfe4b97]::interface::run_compiler::<(), rustc_driver_impl[bce797706e17a736]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 38: 0x7ec4a9a22b7c - std[7852ca75000e74fc]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 39: 0x7ec4a9a22860 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[38c16e7222b5e709]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 40: 0x7ec4a9a27aaf - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stderr] 41: 0x7ec4a368aaa4 - [INFO] [stderr] 42: 0x7ec4a3717a64 - clone [INFO] [stderr] 43: 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/constvec-0.1.14/rustc-ice-2025-11-13T22_13_02-36.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.93.0-nightly (c2e32f1c9 2025-11-07) 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 crate `constvec` [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 [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b23d52859024180566618105ac5bbdc3adc3d2c278d0dcd0c857c5d27c0da96c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b23d52859024180566618105ac5bbdc3adc3d2c278d0dcd0c857c5d27c0da96c", kill_on_drop: false }` [INFO] [stdout] b23d52859024180566618105ac5bbdc3adc3d2c278d0dcd0c857c5d27c0da96c