[INFO] fetching crate queens-rock 0.1.1... [INFO] building queens-rock-0.1.1 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate queens-rock 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate queens-rock 0.1.1 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 queens-rock 0.1.1 [INFO] finished tweaking crates.io crate queens-rock 0.1.1 [INFO] tweaked toml for crates.io crate queens-rock 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate queens-rock 0.1.1 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] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0d005efdff9948087b758e685b84df961942795f82a6a326304bcbf2e0fd894d [INFO] running `Command { std: "docker" "start" "-a" "0d005efdff9948087b758e685b84df961942795f82a6a326304bcbf2e0fd894d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d005efdff9948087b758e685b84df961942795f82a6a326304bcbf2e0fd894d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d005efdff9948087b758e685b84df961942795f82a6a326304bcbf2e0fd894d", kill_on_drop: false }` [INFO] [stdout] 0d005efdff9948087b758e685b84df961942795f82a6a326304bcbf2e0fd894d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 73d3b164e0d193edb07df34c3fdf2d3711a60b77e00110d9e9cf51fb5d24b30a [INFO] running `Command { std: "docker" "start" "-a" "73d3b164e0d193edb07df34c3fdf2d3711a60b77e00110d9e9cf51fb5d24b30a", kill_on_drop: false }` [INFO] [stderr] Compiling queens-rock v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/gf256.rs:90:30 [INFO] [stdout] | [INFO] [stdout] 90 | self.exp[((255 + self.log[omega_x] as usize - self.log[sd_x] as usize) % 255)]; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 90 - self.exp[((255 + self.log[omega_x] as usize - self.log[sd_x] as usize) % 255)]; [INFO] [stdout] 90 + self.exp[(255 + self.log[omega_x] as usize - self.log[sd_x] as usize) % 255]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/gf256.rs:114:39 [INFO] [stdout] | [INFO] [stdout] 114 | *item ^= self.exp[((self.log[c as usize] as usize + i * j) % self.p)]; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - *item ^= self.exp[((self.log[c as usize] as usize + i * j) % self.p)]; [INFO] [stdout] 114 + *item ^= self.exp[(self.log[c as usize] as usize + i * j) % self.p]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/gf256.rs:192:22 [INFO] [stdout] | [INFO] [stdout] 192 | [((self.log[*v as usize] as usize + log_c as usize) % self.p as usize)]; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 192 - [((self.log[*v as usize] as usize + log_c as usize) % self.p as usize)]; [INFO] [stdout] 192 + [(self.log[*v as usize] as usize + log_c as usize) % self.p as usize]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/pixels.rs:209:26 [INFO] [stdout] | [INFO] [stdout] 209 | for i in row[(left..=right)].iter_mut() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 209 - for i in row[(left..=right)].iter_mut() { [INFO] [stdout] 209 + for i in row[left..=right].iter_mut() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ring` and `stone` are never read [INFO] [stdout] --> src/identify.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Capstone { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 22 | pub ring: Rc>, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | pub stone: Rc>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Capstone` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] running `Command { std: "docker" "inspect" "73d3b164e0d193edb07df34c3fdf2d3711a60b77e00110d9e9cf51fb5d24b30a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73d3b164e0d193edb07df34c3fdf2d3711a60b77e00110d9e9cf51fb5d24b30a", kill_on_drop: false }` [INFO] [stdout] 73d3b164e0d193edb07df34c3fdf2d3711a60b77e00110d9e9cf51fb5d24b30a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] f67d3a0fa16529434977eb2baeffdd37aba29315bbacfeb712cf2133e16bdda7 [INFO] running `Command { std: "docker" "start" "-a" "f67d3a0fa16529434977eb2baeffdd37aba29315bbacfeb712cf2133e16bdda7", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling libc v0.2.61 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling gif v0.10.2 [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/gf256.rs:90:30 [INFO] [stdout] | [INFO] [stdout] 90 | self.exp[((255 + self.log[omega_x] as usize - self.log[sd_x] as usize) % 255)]; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 90 - self.exp[((255 + self.log[omega_x] as usize - self.log[sd_x] as usize) % 255)]; [INFO] [stdout] 90 + self.exp[(255 + self.log[omega_x] as usize - self.log[sd_x] as usize) % 255]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/gf256.rs:114:39 [INFO] [stdout] | [INFO] [stdout] 114 | *item ^= self.exp[((self.log[c as usize] as usize + i * j) % self.p)]; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - *item ^= self.exp[((self.log[c as usize] as usize + i * j) % self.p)]; [INFO] [stdout] 114 + *item ^= self.exp[(self.log[c as usize] as usize + i * j) % self.p]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/gf256.rs:192:22 [INFO] [stdout] | [INFO] [stdout] 192 | [((self.log[*v as usize] as usize + log_c as usize) % self.p as usize)]; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 192 - [((self.log[*v as usize] as usize + log_c as usize) % self.p as usize)]; [INFO] [stdout] 192 + [(self.log[*v as usize] as usize + log_c as usize) % self.p as usize]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/pixels.rs:209:26 [INFO] [stdout] | [INFO] [stdout] 209 | for i in row[(left..=right)].iter_mut() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 209 - for i in row[(left..=right)].iter_mut() { [INFO] [stdout] 209 + for i in row[left..=right].iter_mut() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ring` and `stone` are never read [INFO] [stdout] --> src/identify.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Capstone { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 22 | pub ring: Rc>, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | pub stone: Rc>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Capstone` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stdout] error: internal compiler error: compiler/rustc_mir_build/src/builder/scope.rs:1724:17: cannot unwind from goto -> bb31 [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: 0x75e8543809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x75e854a13cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x75e85592cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x75e854380822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x75e854382d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x75e854382b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x75e8534ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x75e8543834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x75e8535284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x75e85351d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x75e85351d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x75e853532451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x75e853a831cc - ::span_bug:: [INFO] [stderr] 13: 0x75e853b08a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x75e853aee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x75e853aee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x75e851f125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x75e855347bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x75e85533ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x75e854a07714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x75e854a076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x75e854ca0111 - 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: 0x75e854c9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x75e851aab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x75e855303ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x75e855303d9a - 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: 0x75e855303a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x75e854e1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x75e855930a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x75e8559309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x75e855980355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x75e85598008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x75e85597429e - 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: 0x75e85599af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x75e855907207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x75e85590769c - <::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: 0x75e855908c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x75e857140ac3 - [INFO] [stderr] 38: 0x75e8571d1a04 - 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/num-rational-0.2.2/rustc-ice-2025-01-01T05_49_40-641.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 `::checked_mul` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `::checked_mul` [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 -> bb137 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `data::parsing::::parse` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `data::parsing::::parse` [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 -> bb92 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `data::parsing::::parse_named` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `data::parsing::::parse_named` [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 -> bb60 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `data::parsing::::parse_unnamed` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `data::parsing::::parse_unnamed` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `num-rational` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/11663cd3bfefef7d34e8f0892c250bf698049392/bin/rustc --crate-name num_rational --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.2.2/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)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=ca7e532d8680af49 -C extra-filename=-271285799f9bc0a7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-551ab770cd8f55d5.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b4157e56dbcc363c.rmeta --cap-lints allow --cap-lints=forbid -Dtail-expr-drop-order --cfg has_i128` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 -> bb91 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `expr::parsing::unary_expr` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `expr::parsing::unary_expr` [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] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `generics::parsing::::parse` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `generics::parsing::::parse` [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 -> bb190 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `generics::parsing::::parse` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `generics::parsing::::parse` [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 -> bb275 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x77ebd11809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x77ebd1813cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x77ebd272cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x77ebd1180822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x77ebd1182d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x77ebd1182b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x77ebd02ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x77ebd11834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x77ebd03284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x77ebd031d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x77ebd031d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x77ebd0332451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x77ebd08831cc - ::span_bug:: [INFO] [stderr] 13: 0x77ebd0908a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x77ebd08ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x77ebd08ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x77ebced125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x77ebd2147bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x77ebd213ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x77ebd1807714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x77ebd18076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x77ebd1aa0111 - 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: 0x77ebd1a9fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x77ebce8ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x77ebd2103ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x77ebd2103d9a - 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: 0x77ebd2103a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x77ebd1c1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x77ebd2730a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x77ebd27309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x77ebd2780355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x77ebd278008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x77ebd277429e - 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: 0x77ebd279af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x77ebd2707207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x77ebd270769c - <::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: 0x77ebd2708c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x77ebd3dafac3 - [INFO] [stderr] 38: 0x77ebd3e40a04 - 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/syn-0.15.44/rustc-ice-2025-01-01T05_49_39-486.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 [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 `generics::parsing::::parse` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `generics::parsing::::parse` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/11663cd3bfefef7d34e8f0892c250bf698049392/bin/rustc --crate-name syn --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.15.44/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=dfc050d673045f0f -C extra-filename=-1f7574e49c2cd7ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e2b0b7fe2358c441.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-cbf451caa8cce11d.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-c246487664d67cac.rmeta --cap-lints allow --cap-lints=forbid -Dtail-expr-drop-order --cfg syn_can_match_trailing_dollar --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path` (exit status: 101) [INFO] [stdout] error: internal compiler error: compiler/rustc_mir_build/src/builder/scope.rs:1724:17: cannot unwind from goto -> bb41 [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: 0x76bc36f809ca - ::fmt::h14a5ea82748e51db [INFO] [stderr] 1: 0x76bc37613cbc - core::fmt::write::h1f5d4cac72759b92 [INFO] [stderr] 2: 0x76bc3852cb91 - std::io::Write::write_fmt::hd77689551d7e0db4 [INFO] [stderr] 3: 0x76bc36f80822 - std::sys::backtrace::BacktraceLock::print::h5523db2e94994c49 [INFO] [stderr] 4: 0x76bc36f82d1a - std::panicking::default_hook::{{closure}}::h5eea9ea15ac78b20 [INFO] [stderr] 5: 0x76bc36f82b63 - std::panicking::default_hook::h9d26c32202d6f689 [INFO] [stderr] 6: 0x76bc360ee0d8 - std[e098ef35dd47f07d]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x76bc36f834d8 - std::panicking::rust_panic_with_hook::he9d3ca25c928edc3 [INFO] [stderr] 8: 0x76bc361284f1 - std[e098ef35dd47f07d]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x76bc3611d6d6 - std[e098ef35dd47f07d]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x76bc3611d6bd - std[e098ef35dd47f07d]::panicking::begin_panic:: [INFO] [stderr] 11: 0x76bc36132451 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x76bc366831cc - ::span_bug:: [INFO] [stderr] 13: 0x76bc36708a67 - rustc_middle[444af53bb694a29a]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x76bc366ee23a - rustc_middle[444af53bb694a29a]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x76bc366ee0cb - rustc_middle[444af53bb694a29a]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x76bc34b125e7 - rustc_middle[444af53bb694a29a]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x76bc37f47bdb - ::build_unwind_tree [INFO] [stderr] 18: 0x76bc37f3ff8d - rustc_mir_build[4c585fb5533de218]::builder::mir_build [INFO] [stderr] 19: 0x76bc37607714 - rustc_mir_transform[a81d9def7c7615f8]::mir_built [INFO] [stderr] 20: 0x76bc376076d7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x76bc378a0111 - 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: 0x76bc3789fccd - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x76bc346ab285 - rustc_mir_build[4c585fb5533de218]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x76bc37f03ae7 - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x76bc37f03d9a - 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: 0x76bc37f03a11 - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x76bc37a1882c - rustc_interface[cba6a0bdce1a1a44]::passes::run_required_analyses [INFO] [stderr] 28: 0x76bc38530a1e - rustc_interface[cba6a0bdce1a1a44]::passes::analysis [INFO] [stderr] 29: 0x76bc385309ef - rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x76bc38580355 - rustc_query_system[e335bb9f883c128a]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[f2f5ad44f1a4e94a]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x76bc3858008e - rustc_query_impl[f2f5ad44f1a4e94a]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x76bc3857429e - 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: 0x76bc3859af43 - rustc_interface[cba6a0bdce1a1a44]::interface::run_compiler::<(), rustc_driver_impl[2775dc36c24601c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x76bc38507207 - std[e098ef35dd47f07d]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x76bc3850769c - <::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: 0x76bc38508c6f - std::sys::pal::unix::thread::Thread::new::thread_start::h287d9bf4fb80ec04 [INFO] [stderr] 37: 0x76bc39c74ac3 - [INFO] [stderr] 38: 0x76bc39d05a04 - 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/rayon-1.1.0/rustc-ice-2025-01-01T05_49_40-593.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 `range_inclusive::::bounds` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `range_inclusive::::bounds` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `rayon` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/11663cd3bfefef7d34e8f0892c250bf698049392/bin/rustc --crate-name rayon --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d10e061f16486d80 -C extra-filename=-cfba6dd432f08d39 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-f19e53441cf01722.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-43a1d3e4e4ddae2c.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-12ec457157f12ed9.rmeta --cap-lints allow --cap-lints=forbid -Dtail-expr-drop-order` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "f67d3a0fa16529434977eb2baeffdd37aba29315bbacfeb712cf2133e16bdda7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f67d3a0fa16529434977eb2baeffdd37aba29315bbacfeb712cf2133e16bdda7", kill_on_drop: false }` [INFO] [stdout] f67d3a0fa16529434977eb2baeffdd37aba29315bbacfeb712cf2133e16bdda7