Build results for nightly-2023-01-15 target arm64_32-apple-watchos core
Home
error
Compiling compiler_builtins v0.1.85
Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-15-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-01-15-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: 0x7f80b9d1561a - std::backtrace_rs::backtrace::libunwind::trace::h512c3d4bd0b3a708
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
1: 0x7f80b9d1561a - std::backtrace_rs::backtrace::trace_unsynchronized::hc58f6705328449a6
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2: 0x7f80b9d1561a - std::sys_common::backtrace::_print_fmt::hf8534206357dc715
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:65:5
3: 0x7f80b9d1561a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9ef691964aca459c
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:44:22
4: 0x7f80b9d788fe - core::fmt::write::h251b0a546065b34e
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/fmt/mod.rs:1213:17
5: 0x7f80b9d05af5 - std::io::Write::write_fmt::h08e6d5def8fea0af
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/io/mod.rs:1682:15
6: 0x7f80b9d153e5 - std::sys_common::backtrace::_print::h9a33e0b3ebce7bc7
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:47:5
7: 0x7f80b9d153e5 - std::sys_common::backtrace::print::hdece45cc6662dd34
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:34:9
8: 0x7f80b9d181af - std::panicking::default_hook::{{closure}}::ha9e20da088770535
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:267:22
9: 0x7f80b9d17eeb - std::panicking::default_hook::hb2daa88547715b30
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:286:9
10: 0x7f80bd0b4ce4 - rustc_driver[71f72b4b3e1e11ff]::DEFAULT_HOOK::{closure#0}::{closure#0}
11: 0x7f80b9d189ed - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h36ace50e589d0416
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:2002:9
12: 0x7f80b9d189ed - std::panicking::rust_panic_with_hook::h75369ab7cb2d9b4d
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:692:13
13: 0x7f80b9d18769 - std::panicking::begin_panic_handler::{{closure}}::h7dfc214e1d92add8
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:579:13
14: 0x7f80b9d15acc - std::sys_common::backtrace::__rust_end_short_backtrace::heae1a347f57f697f
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:137:18
15: 0x7f80b9d18472 - rust_begin_unwind
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:575:5
16: 0x7f80b9d752c3 - core::panicking::panic_fmt::ha4a987864852ca69
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/panicking.rs:64:14
17: 0x7f80b9d75853 - core::result::unwrap_failed::h5f34d896adbfbe45
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/result.rs:1790:5
18: 0x7f80bc7c7890 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::metadata::create_wrapper_file
19: 0x7f80bc7c5e34 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::link::link_rlib
20: 0x7f80bc7c39e2 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::link::link_binary
21: 0x7f80bc7c29c4 - <rustc_codegen_llvm[6c136c92f7b9054c]::LlvmCodegenBackend as rustc_codegen_ssa[f6691ac6a032f9a0]::traits::backend::CodegenBackend>::link
22: 0x7f80bc37b248 - <rustc_interface[6094113d29eb86e9]::queries::Linker>::link
23: 0x7f80bc318bab - rustc_span[9ef8f4f647bbaee9]::with_source_map::<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
24: 0x7f80bc3185b1 - <scoped_tls[ee0e75462fb264d1]::ScopedKey<rustc_span[9ef8f4f647bbaee9]::SessionGlobals>>::set::<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>
25: 0x7f80bc317b82 - std[66e97b1d17fb0e75]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[6094113d29eb86e9]::util::run_in_thread_pool_with_globals<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>
26: 0x7f80bc31792c - <<std[66e97b1d17fb0e75]::thread::Builder>::spawn_unchecked_<rustc_interface[6094113d29eb86e9]::util::run_in_thread_pool_with_globals<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#1} as core[4626b71cbccee52c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
27: 0x7f80b9d22e23 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h91fb73deba780d71
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:1988:9
28: 0x7f80b9d22e23 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h185b9ab8f9b92912
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:1988:9
29: 0x7f80b9d22e23 - std::sys::unix::thread::Thread::new::thread_start::heddafa74acd4c9d3
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys/unix/thread.rs:108:17
30: 0x7f80b9ab6272 - start_thread
31: 0x7f80b9b31dec - __GI___clone3
32: 0x0 - <unknown>
error: internal compiler error: unexpected panic
note: 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.68.0-nightly (afaf3e07a 2023-01-14) 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`
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: 0x7f620091861a - std::backtrace_rs::backtrace::libunwind::trace::h512c3d4bd0b3a708
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
1: 0x7f620091861a - std::backtrace_rs::backtrace::trace_unsynchronized::hc58f6705328449a6
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2: 0x7f620091861a - std::sys_common::backtrace::_print_fmt::hf8534206357dc715
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:65:5
3: 0x7f620091861a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9ef691964aca459c
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:44:22
4: 0x7f620097b8fe - core::fmt::write::h251b0a546065b34e
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/fmt/mod.rs:1213:17
5: 0x7f6200908af5 - std::io::Write::write_fmt::h08e6d5def8fea0af
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/io/mod.rs:1682:15
6: 0x7f62009183e5 - std::sys_common::backtrace::_print::h9a33e0b3ebce7bc7
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:47:5
7: 0x7f62009183e5 - std::sys_common::backtrace::print::hdece45cc6662dd34
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:34:9
8: 0x7f620091b1af - std::panicking::default_hook::{{closure}}::ha9e20da088770535
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:267:22
9: 0x7f620091aeeb - std::panicking::default_hook::hb2daa88547715b30
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:286:9
10: 0x7f61ff4b4ce4 - rustc_driver[71f72b4b3e1e11ff]::DEFAULT_HOOK::{closure#0}::{closure#0}
11: 0x7f620091b9ed - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h36ace50e589d0416
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:2002:9
12: 0x7f620091b9ed - std::panicking::rust_panic_with_hook::h75369ab7cb2d9b4d
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:692:13
13: 0x7f620091b769 - std::panicking::begin_panic_handler::{{closure}}::h7dfc214e1d92add8
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:579:13
14: 0x7f6200918acc - std::sys_common::backtrace::__rust_end_short_backtrace::heae1a347f57f697f
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:137:18
15: 0x7f620091b472 - rust_begin_unwind
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:575:5
16: 0x7f62009782c3 - core::panicking::panic_fmt::ha4a987864852ca69
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/panicking.rs:64:14
17: 0x7f6200978853 - core::result::unwrap_failed::h5f34d896adbfbe45
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/result.rs:1790:5
18: 0x7f61febc7890 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::metadata::create_wrapper_file
19: 0x7f61febc5e34 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::link::link_rlib
20: 0x7f61febc39e2 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::link::link_binary
21: 0x7f61febc29c4 - <rustc_codegen_llvm[6c136c92f7b9054c]::LlvmCodegenBackend as rustc_codegen_ssa[f6691ac6a032f9a0]::traits::backend::CodegenBackend>::link
22: 0x7f61fe77b248 - <rustc_interface[6094113d29eb86e9]::queries::Linker>::link
23: 0x7f61fe718bab - rustc_span[9ef8f4f647bbaee9]::with_source_map::<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
24: 0x7f61fe7185b1 - <scoped_tls[ee0e75462fb264d1]::ScopedKey<rustc_span[9ef8f4f647bbaee9]::SessionGlobals>>::set::<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>
25: 0x7f61fe717b82 - std[66e97b1d17fb0e75]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[6094113d29eb86e9]::util::run_in_thread_pool_with_globals<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>
26: 0x7f61fe71792c - <<std[66e97b1d17fb0e75]::thread::Builder>::spawn_unchecked_<rustc_interface[6094113d29eb86e9]::util::run_in_thread_pool_with_globals<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#1} as core[4626b71cbccee52c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
27: 0x7f6200925e23 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h91fb73deba780d71
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:1988:9
28: 0x7f6200925e23 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h185b9ab8f9b92912
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:1988:9
29: 0x7f6200925e23 - std::sys::unix::thread::Thread::new::thread_start::heddafa74acd4c9d3
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys/unix/thread.rs:108:17
30: 0x7f61fc0a1272 - start_thread
31: 0x7f61fc11cdec - __GI___clone3
32: 0x0 - <unknown>
error: internal compiler error: unexpected panic
note: 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.68.0-nightly (afaf3e07a 2023-01-14) 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`
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: 0x7fea0ff1561a - std::backtrace_rs::backtrace::libunwind::trace::h512c3d4bd0b3a708
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
1: 0x7fea0ff1561a - std::backtrace_rs::backtrace::trace_unsynchronized::hc58f6705328449a6
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2: 0x7fea0ff1561a - std::sys_common::backtrace::_print_fmt::hf8534206357dc715
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:65:5
3: 0x7fea0ff1561a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9ef691964aca459c
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:44:22
4: 0x7fea0ff788fe - core::fmt::write::h251b0a546065b34e
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/fmt/mod.rs:1213:17
5: 0x7fea0ff05af5 - std::io::Write::write_fmt::h08e6d5def8fea0af
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/io/mod.rs:1682:15
6: 0x7fea0ff153e5 - std::sys_common::backtrace::_print::h9a33e0b3ebce7bc7
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:47:5
7: 0x7fea0ff153e5 - std::sys_common::backtrace::print::hdece45cc6662dd34
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:34:9
8: 0x7fea0ff181af - std::panicking::default_hook::{{closure}}::ha9e20da088770535
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:267:22
9: 0x7fea0ff17eeb - std::panicking::default_hook::hb2daa88547715b30
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:286:9
10: 0x7fea132b4ce4 - rustc_driver[71f72b4b3e1e11ff]::DEFAULT_HOOK::{closure#0}::{closure#0}
11: 0x7fea0ff189ed - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h36ace50e589d0416
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:2002:9
12: 0x7fea0ff189ed - std::panicking::rust_panic_with_hook::h75369ab7cb2d9b4d
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:692:13
13: 0x7fea0ff18769 - std::panicking::begin_panic_handler::{{closure}}::h7dfc214e1d92add8
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:579:13
14: 0x7fea0ff15acc - std::sys_common::backtrace::__rust_end_short_backtrace::heae1a347f57f697f
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys_common/backtrace.rs:137:18
15: 0x7fea0ff18472 - rust_begin_unwind
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/panicking.rs:575:5
16: 0x7fea0ff752c3 - core::panicking::panic_fmt::ha4a987864852ca69
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/panicking.rs:64:14
17: 0x7fea0ff75853 - core::result::unwrap_failed::h5f34d896adbfbe45
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/core/src/result.rs:1790:5
18: 0x7fea129c7890 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::metadata::create_wrapper_file
19: 0x7fea129c5e34 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::link::link_rlib
20: 0x7fea129c39e2 - rustc_codegen_ssa[f6691ac6a032f9a0]::back::link::link_binary
21: 0x7fea129c29c4 - <rustc_codegen_llvm[6c136c92f7b9054c]::LlvmCodegenBackend as rustc_codegen_ssa[f6691ac6a032f9a0]::traits::backend::CodegenBackend>::link
22: 0x7fea1257b248 - <rustc_interface[6094113d29eb86e9]::queries::Linker>::link
23: 0x7fea12518bab - rustc_span[9ef8f4f647bbaee9]::with_source_map::<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
24: 0x7fea125185b1 - <scoped_tls[ee0e75462fb264d1]::ScopedKey<rustc_span[9ef8f4f647bbaee9]::SessionGlobals>>::set::<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>
25: 0x7fea12517b82 - std[66e97b1d17fb0e75]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[6094113d29eb86e9]::util::run_in_thread_pool_with_globals<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>
26: 0x7fea1251792c - <<std[66e97b1d17fb0e75]::thread::Builder>::spawn_unchecked_<rustc_interface[6094113d29eb86e9]::util::run_in_thread_pool_with_globals<rustc_interface[6094113d29eb86e9]::interface::run_compiler<core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>, rustc_driver[71f72b4b3e1e11ff]::run_compiler::{closure#1}>::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[4626b71cbccee52c]::result::Result<(), rustc_errors[cf02776e207fbd3f]::ErrorGuaranteed>>::{closure#1} as core[4626b71cbccee52c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
27: 0x7fea0ff22e23 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h91fb73deba780d71
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:1988:9
28: 0x7fea0ff22e23 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h185b9ab8f9b92912
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/alloc/src/boxed.rs:1988:9
29: 0x7fea0ff22e23 - std::sys::unix::thread::Thread::new::thread_start::heddafa74acd4c9d3
at /rustc/afaf3e07aaa7ca9873bdb439caec53faffa4230c/library/std/src/sys/unix/thread.rs:108:17
30: 0x7fea0fcb6272 - start_thread
31: 0x7fea0fd31dec - __GI___clone3
32: 0x0 - <unknown>
error: internal compiler error: unexpected panic
note: 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.68.0-nightly (afaf3e07a 2023-01-14) 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`
Build history for target arm64_32-apple-watchos
Build state for nightly 2023-01-15