[INFO] fetching crate someip_parse 0.6.2... [INFO] building someip_parse-0.6.2 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate someip_parse 0.6.2 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate someip_parse 0.6.2 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate someip_parse 0.6.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate someip_parse 0.6.2 [INFO] tweaked toml for crates.io crate someip_parse 0.6.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate someip_parse 0.6.2 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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bytepack_derive v0.2.0 [INFO] [stderr] Downloaded bytepack v0.4.1 [INFO] [stderr] Downloaded rpcap v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76adf35e6ff176e016eca83c88b6edda074623aaf733dd83735943a40b014bc8 [INFO] running `Command { std: "docker" "start" "-a" "76adf35e6ff176e016eca83c88b6edda074623aaf733dd83735943a40b014bc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76adf35e6ff176e016eca83c88b6edda074623aaf733dd83735943a40b014bc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76adf35e6ff176e016eca83c88b6edda074623aaf733dd83735943a40b014bc8", kill_on_drop: false }` [INFO] [stdout] 76adf35e6ff176e016eca83c88b6edda074623aaf733dd83735943a40b014bc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a02748d3506e5feb1154f990672ad521b95c16cd87f5a543c767b2d197e265da [INFO] running `Command { std: "docker" "start" "-a" "a02748d3506e5feb1154f990672ad521b95c16cd87f5a543c767b2d197e265da", kill_on_drop: false }` [INFO] [stderr] Compiling someip_parse v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/someip_msg_slice.rs:17:50 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'a> SomeipMsgSlice<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 16 | #[cfg(target_pointer_width = "64")] [INFO] [stdout] 17 | pub fn from_slice(slice: &'a [u8]) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "a02748d3506e5feb1154f990672ad521b95c16cd87f5a543c767b2d197e265da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a02748d3506e5feb1154f990672ad521b95c16cd87f5a543c767b2d197e265da", kill_on_drop: false }` [INFO] [stdout] a02748d3506e5feb1154f990672ad521b95c16cd87f5a543c767b2d197e265da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a222f0f37249924ff745db0cc78af16557e359f7c2d1aa4fd6a76515aacc806f [INFO] running `Command { std: "docker" "start" "-a" "a222f0f37249924ff745db0cc78af16557e359f7c2d1aa4fd6a76515aacc806f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/someip_msg_slice.rs:17:50 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'a> SomeipMsgSlice<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 16 | #[cfg(target_pointer_width = "64")] [INFO] [stdout] 17 | pub fn from_slice(slice: &'a [u8]) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling etherparse v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling bytepack_derive v0.2.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling bytepack v0.4.1 [INFO] [stderr] Compiling rpcap v1.0.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.3.1 [INFO] [stdout] error: internal compiler error: compiler/rustc_mir_build/src/builder/scope.rs:1724:17: cannot unwind from goto -> bb144 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at compiler/rustc_mir_build/src/builder/scope.rs:1724:17: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x701ed49809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x701ed5013cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x701ed5f2cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x701ed4980822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x701ed4982d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x701ed4982b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x701ed3aee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x701ed49834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x701ed3b284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x701ed3b1d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x701ed3b1d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x701ed3b32451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x701ed40831cc - ::span_bug:: [INFO] [stderr] 13: 0x701ed4108a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x701ed40ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x701ed40ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x701ed25125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x701ed5947bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x701ed593ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x701ed5007714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x701ed50076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x701ed52a0111 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::, rustc_query_system[e335bb9f883c128a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 22: 0x701ed529fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x701ed20ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x701ed5903ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x701ed5903d9a - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::, rustc_query_system[e335bb9f883c128a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 26: 0x701ed5903a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x701ed541882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x701ed5f30a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x701ed5f309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x701ed5f80355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x701ed5f8008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x701ed5f7429e - rustc_interface[cba6a0bdce1a1a44]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 33: 0x701ed5f9af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x701ed5f07207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x701ed5f0769c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[7c3754e1e522c6fe]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 36: 0x701ed5f08c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x701ed7610ac3 - [INFO] [stderr] 38: 0x701ed76a1a04 - clone [INFO] [stderr] 39: 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/proptest-1.3.1/rustc-ice-2025-01-01T06_20_54-410.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.85.0-nightly (11663cd3b 2024-12-19) 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_built] building MIR for `string::bytes_regex_parsed` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `string::bytes_regex_parsed` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] thread 'rustc' panicked at compiler/rustc_mir_build/src/builder/scope.rs:1724:17: [INFO] [stdout] error: internal compiler error: compiler/rustc_mir_build/src/builder/scope.rs:1724:17: cannot unwind from goto -> bb73 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x701ed49809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x701ed5013cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x701ed5f2cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x701ed4980822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x701ed4982d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x701ed4982b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x701ed3aee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x701ed49834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x701ed3b284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x701ed3b1d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x701ed3b1d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x701ed3b32451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x701ed40831cc - ::span_bug:: [INFO] [stderr] 13: 0x701ed4108a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x701ed40ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x701ed40ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x701ed25125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x701ed5947bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x701ed593ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x701ed5007714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x701ed50076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x701ed52a0111 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::, rustc_query_system[e335bb9f883c128a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 22: 0x701ed529fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x701ed5047b2b - rustc_mir_transform[a81d9def7c7615f8]::ffi_unwind_calls::has_ffi_unwind_calls [INFO] [stderr] 24: 0x701ed50475e5 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x701ed593a047 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::, rustc_query_system[e335bb9f883c128a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 26: 0x701ed5939b89 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::has_ffi_unwind_calls::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x701ed282739c - rustc_mir_transform[a81d9def7c7615f8]::mir_promoted [INFO] [stderr] 28: 0x701ed54faa14 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 29: 0x701ed54facd7 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::, rustc_query_system[e335bb9f883c128a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 30: 0x701ed54fa91a - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_promoted::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 31: 0x701ed6094af3 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 32: 0x701ed52a0111 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::, rustc_query_system[e335bb9f883c128a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 33: 0x701ed529fc15 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_borrowck::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 34: 0x701ed541877b - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 35: 0x701ed5f30a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 36: 0x701ed5f309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 37: 0x701ed5f80355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 38: 0x701ed5f8008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 39: 0x701ed5f7429e - rustc_interface[cba6a0bdce1a1a44]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 40: 0x701ed5f9af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 41: 0x701ed5f07207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 42: 0x701ed5f0769c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[7c3754e1e522c6fe]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 43: 0x701ed5f08c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 44: 0x701ed7610ac3 - [INFO] [stderr] 45: 0x701ed76a1a04 - clone [INFO] [stderr] 46: 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/proptest-1.3.1/rustc-ice-2025-01-01T06_20_54-410.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.85.0-nightly (11663cd3b 2024-12-19) 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_built] building MIR for `string::bytes_regex_parsed::{closure#5}` [INFO] [stderr] #1 [has_ffi_unwind_calls] checking if `string::bytes_regex_parsed::{closure#5}` contains FFI-unwind calls [INFO] [stderr] #2 [mir_promoted] promoting constants in MIR for `string::bytes_regex_parsed::{closure#5}` [INFO] [stderr] #3 [mir_borrowck] borrow-checking `string::bytes_regex_parsed::{closure#5}` [INFO] [stderr] #4 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `proptest` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/11663cd3bfefef7d34e8f0892c250bf698049392/bin/rustc --crate-name proptest --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.3.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 -C debuginfo=2 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=b2347e0f24788c7f -C extra-filename=-56c1a1905175896c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-6cf95a4cc6558186.rmeta --extern bit_vec=/opt/rustwide/target/debug/deps/libbit_vec-e69746cee4dc98ec.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-10f3b262f43f7b68.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-3c00799a44a6dc68.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-265bcfbc89eb8137.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-dbe9ed13f2f12aa3.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-6080043b541cab4e.rmeta --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-d77fc5cce77fe45e.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-f5db26b5c6d4a679.rmeta --extern rusty_fork=/opt/rustwide/target/debug/deps/librusty_fork-af960c93cc4aa74e.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-c9c9dbd3d6f35339.rmeta --extern unarray=/opt/rustwide/target/debug/deps/libunarray-cf91c8be9bf70244.rmeta --cap-lints allow --cap-lints=forbid -Dtail-expr-drop-order` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "a222f0f37249924ff745db0cc78af16557e359f7c2d1aa4fd6a76515aacc806f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a222f0f37249924ff745db0cc78af16557e359f7c2d1aa4fd6a76515aacc806f", kill_on_drop: false }` [INFO] [stdout] a222f0f37249924ff745db0cc78af16557e359f7c2d1aa4fd6a76515aacc806f