[INFO] cloning repository https://github.com/AndreasBackx/rustc-panic-repro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AndreasBackx/rustc-panic-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndreasBackx%2Frustc-panic-repro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndreasBackx%2Frustc-panic-repro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b0e597027914096888d56f4b0611d8ab9e109cd1
[INFO] checking AndreasBackx/rustc-panic-repro against master#733108b6d4acaa93fe26ae281ea305aacd6aac4e for pr-148967
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndreasBackx%2Frustc-panic-repro" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AndreasBackx/rustc-panic-repro
[INFO] finished tweaking git repo https://github.com/AndreasBackx/rustc-panic-repro
[INFO] tweaked toml for git repo https://github.com/AndreasBackx/rustc-panic-repro written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AndreasBackx/rustc-panic-repro on toolchain 733108b6d4acaa93fe26ae281ea305aacd6aac4e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AndreasBackx/rustc-panic-repro 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" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indoc v2.0.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 93333a1be9027f1735f7b1fdf8f27b1b7725f2abaded018a4c4f3e3eaa1a6445
[INFO] running `Command { std: "docker" "start" "-a" "93333a1be9027f1735f7b1fdf8f27b1b7725f2abaded018a4c4f3e3eaa1a6445", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93333a1be9027f1735f7b1fdf8f27b1b7725f2abaded018a4c4f3e3eaa1a6445", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93333a1be9027f1735f7b1fdf8f27b1b7725f2abaded018a4c4f3e3eaa1a6445", kill_on_drop: false }`
[INFO] [stdout] 93333a1be9027f1735f7b1fdf8f27b1b7725f2abaded018a4c4f3e3eaa1a6445
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4b67ce0a63a4d622512f5716835ecf3068cc34ed78aaf29fd093db5e246ce42
[INFO] running `Command { std: "docker" "start" "-a" "b4b67ce0a63a4d622512f5716835ecf3068cc34ed78aaf29fd093db5e246ce42", kill_on_drop: false }`
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking rustc-panic-repro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (59) panicked at compiler/rustc_span/src/lib.rs:2255:17:
[INFO] [stderr] assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7ca9807218b3 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h1994e61875dd2f2a
[INFO] [stderr]    1:     0x7ca980e01d9c - core::fmt::write::h94ae3adc0037c305
[INFO] [stderr]    2:     0x7ca9806d7066 - std::io::Write::write_fmt::hf145160a44bf8905
[INFO] [stderr]    3:     0x7ca9806ee1ec - std::panicking::default_hook::{{closure}}::h97869b26213cfdd1
[INFO] [stderr]    4:     0x7ca9806edd43 - std::panicking::default_hook::h12325a7204458032
[INFO] [stderr]    5:     0x7ca97f72d0f7 - std[927d6c5cea6e724d]::panicking::update_hook::<alloc[9a8400760344f4e2]::boxed::Box<rustc_driver_impl[7a11e1e8420714da]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7ca9806ee5a2 - std::panicking::panic_with_hook::h43cbe56cc59fc5e6
[INFO] [stderr]    7:     0x7ca9806ee36a - std::panicking::panic_handler::{{closure}}::h026d7e278a1a94d3
[INFO] [stderr]    8:     0x7ca9806e82a9 - std::sys::backtrace::__rust_end_short_backtrace::h61696f1ef97ec08d
[INFO] [stderr]    9:     0x7ca9806c945d - __rustc[9da61800b7c1d17]::rust_begin_unwind
[INFO] [stderr] 
[INFO] [stderr]   10:     0x7ca97d6995ac - core::panicking::panic_fmt::h376ce795c5298f0d
[INFO] [stderr]   11:     0x7ca97cfaff82 - core::panicking::panic::h099949503e5eea83
[INFO] [stderr] thread 'rustc' (62) panicked at compiler/rustc_span/src/lib.rs:2255:17:
[INFO] [stderr] assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32
[INFO] [stderr] stack backtrace:
[INFO] [stderr]   12:     0x7ca98133cd31 - <rustc_span[4a7154269808a42e]::source_map::SourceMap>::lookup_char_pos
[INFO] [stderr]   13:     0x7ca982318342 - <rustc_span[4a7154269808a42e]::source_map::SourceMap>::span_to_filename
[INFO] [stderr]   14:     0x7ca9802818c1 - <rustc_resolve[8ad576972ea37a75]::Resolver>::undeclared_module_exists
[INFO] [stderr]   15:     0x7ca981d56254 - <rustc_resolve[8ad576972ea37a75]::Resolver>::resolve_path_with_ribs
[INFO] [stderr]   16:     0x7ca981a28b40 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::smart_resolve_path_fragment
[INFO] [stderr]   17:     0x7ca981a1dfc7 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   18:     0x7ca981a1f17e - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   19:     0x7ca981a1e268 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   20:     0x7ca981a1d496 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_block
[INFO] [stderr]   21:     0x7ca981a1e869 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   22:     0x7ca981a1e268 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   23:     0x7ca981a1d496 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_block
[INFO] [stderr]   24:     0x7ca981a1a83b - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor as rustc_ast[ee74eb9756e373c7]::visit::Visitor>::visit_fn
[INFO] [stderr]   25:     0x7ca981d3b0a2 - rustc_ast[ee74eb9756e373c7]::visit::walk_item_inner::<rustc_ast[ee74eb9756e373c7]::ast::ItemKind, rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>
[INFO] [stderr]   26:     0x7ca981a0af88 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_item
[INFO] [stderr]   27:     0x7ca981a03d8a - rustc_ast[ee74eb9756e373c7]::visit::visit_items::<rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>
[INFO] [stderr]   28:     0x7ca9812e1fce - <rustc_resolve[8ad576972ea37a75]::Resolver>::resolve_crate::{closure#0}
[INFO] [stderr]   29:     0x7ca9812dfc8b - <rustc_resolve[8ad576972ea37a75]::Resolver>::resolve_crate
[INFO] [stderr]   30:     0x7ca98186d7c9 - rustc_interface[416ce93abe0e17d2]::passes::configure_and_expand
[INFO] [stderr]   31:     0x7ca981f11895 - rustc_interface[416ce93abe0e17d2]::passes::resolver_for_lowering_raw
[INFO] [stderr]   32:     0x7ca981f1160d - rustc_query_impl[abe8bf0e84572ef8]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[abe8bf0e84572ef8]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[8d8fda6b426e2370]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   33:     0x7ca981f115f5 - <rustc_query_impl[abe8bf0e84572ef8]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[4eefe70b060bf958]::ops::function::FnOnce<(rustc_middle[8d8fda6b426e2370]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   34:     0x7ca981e5421f - rustc_query_system[57f58dc98a92adb]::query::plumbing::try_execute_query::<rustc_query_impl[abe8bf0e84572ef8]::DynamicConfig<rustc_query_system[57f58dc98a92adb]::query::caches::SingleCache<rustc_middle[8d8fda6b426e2370]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[abe8bf0e84572ef8]::plumbing::QueryCtxt, false>
[INFO] [stderr]   35:     0x7ca981e53d7c - rustc_query_impl[abe8bf0e84572ef8]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   36:     0x7ca982107037 - <rustc_interface[416ce93abe0e17d2]::passes::create_and_enter_global_ctxt<core[4eefe70b060bf958]::option::Option<rustc_interface[416ce93abe0e17d2]::queries::Linker>, rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[4eefe70b060bf958]::ops::function::FnOnce<(&rustc_session[3beba4aaaaf606ea]::session::Session, rustc_middle[8d8fda6b426e2370]::ty::context::CurrentGcx, alloc[9a8400760344f4e2]::sync::Arc<rustc_data_structures[40dd0230b1d90e1c]::jobserver::Proxy>, &std[927d6c5cea6e724d]::sync::once_lock::OnceLock<rustc_middle[8d8fda6b426e2370]::ty::context::GlobalCtxt>, &rustc_data_structures[40dd0230b1d90e1c]::sync::worker_local::WorkerLocal<rustc_middle[8d8fda6b426e2370]::arena::Arena>, &rustc_data_structures[40dd0230b1d90e1c]::sync::worker_local::WorkerLocal<rustc_hir[e34e9c90ec2bc021]::Arena>, rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   37:     0x7ca981ebc905 - rustc_interface[416ce93abe0e17d2]::interface::run_compiler::<(), rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   38:     0x7ca981ee1f4c - std[927d6c5cea6e724d]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_with_globals<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_pool_with_globals<rustc_interface[416ce93abe0e17d2]::interface::run_compiler<(), rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   39:     0x7ca981ee1c56 - <<std[927d6c5cea6e724d]::thread::Builder>::spawn_unchecked_<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_with_globals<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_pool_with_globals<rustc_interface[416ce93abe0e17d2]::interface::run_compiler<(), rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[4eefe70b060bf958]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   40:     0x7ca981ee5e31 - std::sys::thread::unix::Thread::new::thread_start::h32374cc45d93d6a1
[INFO] [stderr]   41:     0x7ca97ba8aaa4 - <unknown>
[INFO] [stderr]   42:     0x7ca97bb17a64 - clone
[INFO] [stderr]   43:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr]    0:     0x718eb91218b3 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h1994e61875dd2f2a
[INFO] [stderr]    1:     0x718eb9801d9c - core::fmt::write::h94ae3adc0037c305
[INFO] [stderr]    2:     0x718eb90d7066 - std::io::Write::write_fmt::hf145160a44bf8905
[INFO] [stderr]    3:     0x718eb90ee1ec - std::panicking::default_hook::{{closure}}::h97869b26213cfdd1
[INFO] [stderr]    4:     0x718eb90edd43 - std::panicking::default_hook::h12325a7204458032
[INFO] [stderr]    5:     0x718eb812d0f7 - std[927d6c5cea6e724d]::panicking::update_hook::<alloc[9a8400760344f4e2]::boxed::Box<rustc_driver_impl[7a11e1e8420714da]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x718eb90ee5a2 - std::panicking::panic_with_hook::h43cbe56cc59fc5e6
[INFO] [stderr]    7:     0x718eb90ee36a - std::panicking::panic_handler::{{closure}}::h026d7e278a1a94d3
[INFO] [stderr]    8:     0x718eb90e82a9 - std::sys::backtrace::__rust_end_short_backtrace::h61696f1ef97ec08d
[INFO] [stderr]    9:     0x718eb90c945d - __rustc[9da61800b7c1d17]::rust_begin_unwind
[INFO] [stderr]   10:     0x718eb60995ac - core::panicking::panic_fmt::h376ce795c5298f0d
[INFO] [stderr]   11:     0x718eb59aff82 - core::panicking::panic::h099949503e5eea83
[INFO] [stderr]   12:     0x718eb9d3cd31 - <rustc_span[4a7154269808a42e]::source_map::SourceMap>::lookup_char_pos
[INFO] [stderr]   13:     0x718ebad18342 - <rustc_span[4a7154269808a42e]::source_map::SourceMap>::span_to_filename
[INFO] [stderr]   14:     0x718eb8c818c1 - <rustc_resolve[8ad576972ea37a75]::Resolver>::undeclared_module_exists
[INFO] [stderr]   15:     0x718eba756254 - <rustc_resolve[8ad576972ea37a75]::Resolver>::resolve_path_with_ribs
[INFO] [stderr]   16:     0x718eba428b40 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::smart_resolve_path_fragment
[INFO] [stderr]   17:     0x718eba41dfc7 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   18:     0x718eba41f17e - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   19:     0x718eba41e268 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   20:     0x718eba41d496 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_block
[INFO] [stderr]   21:     0x718eba41e869 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   22:     0x718eba41e268 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_expr
[INFO] [stderr]   23:     0x718eba41d496 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_block
[INFO] [stderr]   24:     0x718eba41a83b - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor as rustc_ast[ee74eb9756e373c7]::visit::Visitor>::visit_fn
[INFO] [stderr]   25:     0x718eba73b0a2 - rustc_ast[ee74eb9756e373c7]::visit::walk_item_inner::<rustc_ast[ee74eb9756e373c7]::ast::ItemKind, rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>
[INFO] [stderr]   26:     0x718eba40af88 - <rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>::resolve_item
[INFO] [stderr]   27:     0x718eba403d8a - rustc_ast[ee74eb9756e373c7]::visit::visit_items::<rustc_resolve[8ad576972ea37a75]::late::LateResolutionVisitor>
[INFO] [stderr]   28:     0x718eb9ce1fce - <rustc_resolve[8ad576972ea37a75]::Resolver>::resolve_crate::{closure#0}
[INFO] [stderr]   29:     0x718eb9cdfc8b - <rustc_resolve[8ad576972ea37a75]::Resolver>::resolve_crate
[INFO] [stderr]   30:     0x718eba26d7c9 - rustc_interface[416ce93abe0e17d2]::passes::configure_and_expand
[INFO] [stderr]   31:     0x718eba911895 - rustc_interface[416ce93abe0e17d2]::passes::resolver_for_lowering_raw
[INFO] [stderr]   32:     0x718eba91160d - rustc_query_impl[abe8bf0e84572ef8]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[abe8bf0e84572ef8]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[8d8fda6b426e2370]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   33:     0x718eba9115f5 - <rustc_query_impl[abe8bf0e84572ef8]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[4eefe70b060bf958]::ops::function::FnOnce<(rustc_middle[8d8fda6b426e2370]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   34:     0x718eba85421f - rustc_query_system[57f58dc98a92adb]::query::plumbing::try_execute_query::<rustc_query_impl[abe8bf0e84572ef8]::DynamicConfig<rustc_query_system[57f58dc98a92adb]::query::caches::SingleCache<rustc_middle[8d8fda6b426e2370]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[abe8bf0e84572ef8]::plumbing::QueryCtxt, false>
[INFO] [stderr]   35:     0x718eba853d7c - rustc_query_impl[abe8bf0e84572ef8]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   36:     0x718ebab07037 - <rustc_interface[416ce93abe0e17d2]::passes::create_and_enter_global_ctxt<core[4eefe70b060bf958]::option::Option<rustc_interface[416ce93abe0e17d2]::queries::Linker>, rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[4eefe70b060bf958]::ops::function::FnOnce<(&rustc_session[3beba4aaaaf606ea]::session::Session, rustc_middle[8d8fda6b426e2370]::ty::context::CurrentGcx, alloc[9a8400760344f4e2]::sync::Arc<rustc_data_structures[40dd0230b1d90e1c]::jobserver::Proxy>, &std[927d6c5cea6e724d]::sync::once_lock::OnceLock<rustc_middle[8d8fda6b426e2370]::ty::context::GlobalCtxt>, &rustc_data_structures[40dd0230b1d90e1c]::sync::worker_local::WorkerLocal<rustc_middle[8d8fda6b426e2370]::arena::Arena>, &rustc_data_structures[40dd0230b1d90e1c]::sync::worker_local::WorkerLocal<rustc_hir[e34e9c90ec2bc021]::Arena>, rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   37:     0x718eba8bc905 - rustc_interface[416ce93abe0e17d2]::interface::run_compiler::<(), rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   38:     0x718eba8e1f4c - std[927d6c5cea6e724d]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_with_globals<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_pool_with_globals<rustc_interface[416ce93abe0e17d2]::interface::run_compiler<(), rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   39:     0x718eba8e1c56 - <<std[927d6c5cea6e724d]::thread::Builder>::spawn_unchecked_<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_with_globals<rustc_interface[416ce93abe0e17d2]::util::run_in_thread_pool_with_globals<rustc_interface[416ce93abe0e17d2]::interface::run_compiler<(), rustc_driver_impl[7a11e1e8420714da]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[4eefe70b060bf958]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   40:     0x718eba8e5e31 - std::sys::thread::unix::Thread::new::thread_start::h32374cc45d93d6a1
[INFO] [stderr]   41:     0x718eb448aaa4 - <unknown>
[INFO] [stderr]   42:     0x718eb4517a64 - clone
[INFO] [stderr]   43:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-11-19T10_53_00-56.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.93.0-nightly (733108b6d 2025-11-15) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-11-19T10_53_00-57.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.93.0-nightly (733108b6d 2025-11-15) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type bin -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 [resolver_for_lowering_raw] getting the resolver for lowering
[INFO] [stderr] #0 [resolver_for_lowering_raw] getting the resolver for lowering
[INFO] [stderr] end of query stack
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `rustc-panic-repro` (bin "rustc-panic-repro")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733108b6d4acaa93fe26ae281ea305aacd6aac4e/bin/rustc --crate-name rustc_panic_repro --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29600595ccdb9956 -C extra-filename=-9ef11e1655130b8e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern indoc=/opt/rustwide/target/debug/deps/libindoc-3a55fb292babea37.so --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustc-panic-repro` (bin "rustc-panic-repro" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733108b6d4acaa93fe26ae281ea305aacd6aac4e/bin/rustc --crate-name rustc_panic_repro --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885520dbbd23ae24 -C extra-filename=-812e62d81d28c733 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern indoc=/opt/rustwide/target/debug/deps/libindoc-3a55fb292babea37.so --cap-lints=forbid` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "b4b67ce0a63a4d622512f5716835ecf3068cc34ed78aaf29fd093db5e246ce42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4b67ce0a63a4d622512f5716835ecf3068cc34ed78aaf29fd093db5e246ce42", kill_on_drop: false }`
[INFO] [stdout] b4b67ce0a63a4d622512f5716835ecf3068cc34ed78aaf29fd093db5e246ce42
