Build results for nightly-2023-04-11 target arm64_32-apple-watchos core

Home
error
   Compiling compiler_builtins v0.1.91
   Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-04-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-04-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unimplemented architecture Aarch64_Ilp32")', compiler/rustc_codegen_ssa/src/back/metadata.rs:285:19
stack backtrace:
   0:     0x7f44cf513dda - std::backtrace_rs::backtrace::libunwind::trace::haa3668dfa8e86e6c
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x7f44cf513dda - std::backtrace_rs::backtrace::trace_unsynchronized::he2d50b4a1a5edcf3
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7f44cf513dda - std::sys_common::backtrace::_print_fmt::h4ada578c64a929ae
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:65:5
   3:     0x7f44cf513dda - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::habe14fb3dfe9ce8f
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7f44cf577e8f - core::fmt::write::h564a8263ed27ae8c
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/fmt/mod.rs:1254:17
   5:     0x7f44cf506a15 - std::io::Write::write_fmt::hf472f30105b437d6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/io/mod.rs:1698:15
   6:     0x7f44cf513ba5 - std::sys_common::backtrace::_print::h98dbd3cd1de1e1b6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:47:5
   7:     0x7f44cf513ba5 - std::sys_common::backtrace::print::he2ba882ec82be584
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:34:9
   8:     0x7f44cf51684e - std::panicking::default_hook::{{closure}}::h4f1a5fe97d59aa85
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:269:22
   9:     0x7f44cf5165f5 - std::panicking::default_hook::h3608d086b79446e3
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:288:9
  10:     0x7f44d2868435 - rustc_driver_impl[a46d5943e31b02c]::DEFAULT_HOOK::{closure#0}::{closure#0}
  11:     0x7f44cf517044 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbf94524e369a42f
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1990:9
  12:     0x7f44cf517044 - std::panicking::rust_panic_with_hook::h0f04b212f44b9cfd
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:694:13
  13:     0x7f44cf516db9 - std::panicking::begin_panic_handler::{{closure}}::ha33175779888a79e
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:581:13
  14:     0x7f44cf514246 - std::sys_common::backtrace::__rust_end_short_backtrace::h6ab311907ad4e1b6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:150:18
  15:     0x7f44cf516b12 - rust_begin_unwind
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:577:5
  16:     0x7f44cf5741a3 - core::panicking::panic_fmt::h485b1722777ed5ce
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/panicking.rs:67:14
  17:     0x7f44cf5747d3 - core::result::unwrap_failed::h0bad8f172b7408eb
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/result.rs:1687:5
  18:     0x7f44d1f551c1 - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::metadata::create_wrapper_file
  19:     0x7f44d1f538c0 - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::link::link_rlib
  20:     0x7f44d1f5122b - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::link::link_binary
  21:     0x7f44d1f4fcb4 - <rustc_codegen_llvm[6d3fd5e201657737]::LlvmCodegenBackend as rustc_codegen_ssa[fee8d9142a7ca4f5]::traits::backend::CodegenBackend>::link
  22:     0x7f44d1af4032 - <rustc_interface[8c3647d870d0d506]::queries::Linker>::link
  23:     0x7f44d1adff1f - rustc_span[26895155dadecfaa]::set_source_map::<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
  24:     0x7f44d1adf3ff - std[2239ad446a4797c9]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[8c3647d870d0d506]::util::run_in_thread_pool_with_globals<rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>
  25:     0x7f44d2132f61 - <<std[2239ad446a4797c9]::thread::Builder>::spawn_unchecked_<rustc_interface[8c3647d870d0d506]::util::run_in_thread_pool_with_globals<rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#1} as core[2c496b9296977895]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  26:     0x7f44cf521125 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h82a8558addf2f466
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1976:9
  27:     0x7f44cf521125 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h40feada9eee91ae4
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1976:9
  28:     0x7f44cf521125 - std::sys::unix::thread::Thread::new::thread_start::hd6cc746871cc13ae
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys/unix/thread.rs:108:17
  29:     0x7f44cf2be272 - start_thread
  30:     0x7f44cf339dec - __GI___clone3
  31:                0x0 - <unknown>

error: the compiler unexpectedly panicked. this is a bug.

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

note: rustc 1.70.0-nightly (88fb1b922 2023-04-10) running on x86_64-unknown-linux-gnu

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -Z force-unstable-if-unmarked

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
end of query stack
error: could not compile `rustc-std-workspace-core` (lib)
warning: build failed, waiting for other jobs to finish...
thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unimplemented architecture Aarch64_Ilp32")', compiler/rustc_codegen_ssa/src/back/metadata.rs:285:19
stack backtrace:
   0:     0x7fd732113dda - std::backtrace_rs::backtrace::libunwind::trace::haa3668dfa8e86e6c
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x7fd732113dda - std::backtrace_rs::backtrace::trace_unsynchronized::he2d50b4a1a5edcf3
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7fd732113dda - std::sys_common::backtrace::_print_fmt::h4ada578c64a929ae
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:65:5
   3:     0x7fd732113dda - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::habe14fb3dfe9ce8f
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7fd732177e8f - core::fmt::write::h564a8263ed27ae8c
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/fmt/mod.rs:1254:17
   5:     0x7fd732106a15 - std::io::Write::write_fmt::hf472f30105b437d6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/io/mod.rs:1698:15
   6:     0x7fd732113ba5 - std::sys_common::backtrace::_print::h98dbd3cd1de1e1b6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:47:5
   7:     0x7fd732113ba5 - std::sys_common::backtrace::print::he2ba882ec82be584
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:34:9
   8:     0x7fd73211684e - std::panicking::default_hook::{{closure}}::h4f1a5fe97d59aa85
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:269:22
   9:     0x7fd7321165f5 - std::panicking::default_hook::h3608d086b79446e3
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:288:9
  10:     0x7fd735468435 - rustc_driver_impl[a46d5943e31b02c]::DEFAULT_HOOK::{closure#0}::{closure#0}
  11:     0x7fd732117044 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbf94524e369a42f
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1990:9
  12:     0x7fd732117044 - std::panicking::rust_panic_with_hook::h0f04b212f44b9cfd
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:694:13
  13:     0x7fd732116db9 - std::panicking::begin_panic_handler::{{closure}}::ha33175779888a79e
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:581:13
  14:     0x7fd732114246 - std::sys_common::backtrace::__rust_end_short_backtrace::h6ab311907ad4e1b6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:150:18
  15:     0x7fd732116b12 - rust_begin_unwind
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:577:5
  16:     0x7fd7321741a3 - core::panicking::panic_fmt::h485b1722777ed5ce
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/panicking.rs:67:14
  17:     0x7fd7321747d3 - core::result::unwrap_failed::h0bad8f172b7408eb
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/result.rs:1687:5
  18:     0x7fd734b551c1 - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::metadata::create_wrapper_file
  19:     0x7fd734b538c0 - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::link::link_rlib
  20:     0x7fd734b5122b - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::link::link_binary
  21:     0x7fd734b4fcb4 - <rustc_codegen_llvm[6d3fd5e201657737]::LlvmCodegenBackend as rustc_codegen_ssa[fee8d9142a7ca4f5]::traits::backend::CodegenBackend>::link
  22:     0x7fd7346f4032 - <rustc_interface[8c3647d870d0d506]::queries::Linker>::link
  23:     0x7fd7346dff1f - rustc_span[26895155dadecfaa]::set_source_map::<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
  24:     0x7fd7346df3ff - std[2239ad446a4797c9]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[8c3647d870d0d506]::util::run_in_thread_pool_with_globals<rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>
  25:     0x7fd734d32f61 - <<std[2239ad446a4797c9]::thread::Builder>::spawn_unchecked_<rustc_interface[8c3647d870d0d506]::util::run_in_thread_pool_with_globals<rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#1} as core[2c496b9296977895]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  26:     0x7fd732121125 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h82a8558addf2f466
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1976:9
  27:     0x7fd732121125 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h40feada9eee91ae4
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1976:9
  28:     0x7fd732121125 - std::sys::unix::thread::Thread::new::thread_start::hd6cc746871cc13ae
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys/unix/thread.rs:108:17
  29:     0x7fd731ebe272 - start_thread
  30:     0x7fd731f39dec - __GI___clone3
  31:                0x0 - <unknown>

error: the compiler unexpectedly panicked. this is a bug.

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

note: rustc 1.70.0-nightly (88fb1b922 2023-04-10) running on x86_64-unknown-linux-gnu

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -Z force-unstable-if-unmarked

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
end of query stack
error: could not compile `compiler_builtins` (lib)
thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unimplemented architecture Aarch64_Ilp32")', compiler/rustc_codegen_ssa/src/back/metadata.rs:285:19
stack backtrace:
   0:     0x7fafbd713dda - std::backtrace_rs::backtrace::libunwind::trace::haa3668dfa8e86e6c
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x7fafbd713dda - std::backtrace_rs::backtrace::trace_unsynchronized::he2d50b4a1a5edcf3
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7fafbd713dda - std::sys_common::backtrace::_print_fmt::h4ada578c64a929ae
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:65:5
   3:     0x7fafbd713dda - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::habe14fb3dfe9ce8f
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7fafbd777e8f - core::fmt::write::h564a8263ed27ae8c
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/fmt/mod.rs:1254:17
   5:     0x7fafbd706a15 - std::io::Write::write_fmt::hf472f30105b437d6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/io/mod.rs:1698:15
   6:     0x7fafbd713ba5 - std::sys_common::backtrace::_print::h98dbd3cd1de1e1b6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:47:5
   7:     0x7fafbd713ba5 - std::sys_common::backtrace::print::he2ba882ec82be584
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:34:9
   8:     0x7fafbd71684e - std::panicking::default_hook::{{closure}}::h4f1a5fe97d59aa85
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:269:22
   9:     0x7fafbd7165f5 - std::panicking::default_hook::h3608d086b79446e3
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:288:9
  10:     0x7fafc0a68435 - rustc_driver_impl[a46d5943e31b02c]::DEFAULT_HOOK::{closure#0}::{closure#0}
  11:     0x7fafbd717044 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbf94524e369a42f
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1990:9
  12:     0x7fafbd717044 - std::panicking::rust_panic_with_hook::h0f04b212f44b9cfd
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:694:13
  13:     0x7fafbd716db9 - std::panicking::begin_panic_handler::{{closure}}::ha33175779888a79e
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:581:13
  14:     0x7fafbd714246 - std::sys_common::backtrace::__rust_end_short_backtrace::h6ab311907ad4e1b6
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys_common/backtrace.rs:150:18
  15:     0x7fafbd716b12 - rust_begin_unwind
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/panicking.rs:577:5
  16:     0x7fafbd7741a3 - core::panicking::panic_fmt::h485b1722777ed5ce
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/panicking.rs:67:14
  17:     0x7fafbd7747d3 - core::result::unwrap_failed::h0bad8f172b7408eb
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/core/src/result.rs:1687:5
  18:     0x7fafc01551c1 - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::metadata::create_wrapper_file
  19:     0x7fafc01538c0 - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::link::link_rlib
  20:     0x7fafc015122b - rustc_codegen_ssa[fee8d9142a7ca4f5]::back::link::link_binary
  21:     0x7fafc014fcb4 - <rustc_codegen_llvm[6d3fd5e201657737]::LlvmCodegenBackend as rustc_codegen_ssa[fee8d9142a7ca4f5]::traits::backend::CodegenBackend>::link
  22:     0x7fafbfcf4032 - <rustc_interface[8c3647d870d0d506]::queries::Linker>::link
  23:     0x7fafbfcdff1f - rustc_span[26895155dadecfaa]::set_source_map::<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
  24:     0x7fafbfcdf3ff - std[2239ad446a4797c9]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[8c3647d870d0d506]::util::run_in_thread_pool_with_globals<rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>
  25:     0x7fafc0332f61 - <<std[2239ad446a4797c9]::thread::Builder>::spawn_unchecked_<rustc_interface[8c3647d870d0d506]::util::run_in_thread_pool_with_globals<rustc_interface[8c3647d870d0d506]::interface::run_compiler<core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>, rustc_driver_impl[a46d5943e31b02c]::run_compiler::{closure#1}>::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2c496b9296977895]::result::Result<(), rustc_span[26895155dadecfaa]::ErrorGuaranteed>>::{closure#1} as core[2c496b9296977895]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  26:     0x7fafbd721125 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h82a8558addf2f466
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1976:9
  27:     0x7fafbd721125 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h40feada9eee91ae4
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/alloc/src/boxed.rs:1976:9
  28:     0x7fafbd721125 - std::sys::unix::thread::Thread::new::thread_start::hd6cc746871cc13ae
                               at /rustc/88fb1b922b047981fc0cfc62aa1418b4361ae72e/library/std/src/sys/unix/thread.rs:108:17
  29:     0x7fafbd4be272 - start_thread
  30:     0x7fafbd539dec - __GI___clone3
  31:                0x0 - <unknown>

error: the compiler unexpectedly panicked. this is a bug.

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

note: rustc 1.70.0-nightly (88fb1b922 2023-04-10) running on x86_64-unknown-linux-gnu

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -Z force-unstable-if-unmarked

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
end of query stack
error: could not compile `core` (lib)

    

Build history for target arm64_32-apple-watchos

Build state for nightly 2023-04-11