Build results for nightly-2024-03-25 target arm64ec-pc-windows-msvc miri-std

error
Preparing a sysroot for Miri (target: arm64ec-pc-windows-msvc)...
   Compiling compiler_builtins v0.1.108
    Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.153
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
error[E0432]: unresolved import `core::arch::aarch64`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/swizzle_dyn.rs:23:25
   |
23 |         use core::arch::aarch64::{uint8x8_t, vqtbl1q_u8, vtbl1_u8};
   |                         ^^^^^^^ could not find `aarch64` in `arch`

error[E0432]: unresolved import `core::arch::aarch64`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:8:17
  |
8 | use core::arch::aarch64::*;
  |                 ^^^^^^^ could not find `aarch64` in `arch`

error[E0412]: cannot find type `float32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:21:39
   |
21 |     from_transmute! { unsafe f32x2 => float32x2_t }
   |                                       ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:21:39
   |
21 |     from_transmute! { unsafe f32x2 => float32x2_t }
   |                                       ^^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `float32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:22:39
   |
22 |     from_transmute! { unsafe f32x4 => float32x4_t }
   |                                       ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:22:39
   |
22 |     from_transmute! { unsafe f32x4 => float32x4_t }
   |                                       ^^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:24:38
   |
24 |     from_transmute! { unsafe u8x8 => uint8x8_t }
   |                                      ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:24:38
   |
24 |     from_transmute! { unsafe u8x8 => uint8x8_t }
   |                                      ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:25:39
   |
25 |     from_transmute! { unsafe u8x16 => uint8x16_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:25:39
   |
25 |     from_transmute! { unsafe u8x16 => uint8x16_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:26:38
   |
26 |     from_transmute! { unsafe i8x8 => int8x8_t }
   |                                      ^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:26:38
   |
26 |     from_transmute! { unsafe i8x8 => int8x8_t }
   |                                      ^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:27:39
   |
27 |     from_transmute! { unsafe i8x16 => int8x16_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:27:39
   |
27 |     from_transmute! { unsafe i8x16 => int8x16_t }
   |                                       ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `poly8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:28:38
   |
28 |     from_transmute! { unsafe u8x8 => poly8x8_t }
   |                                      ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:28:38
   |
28 |     from_transmute! { unsafe u8x8 => poly8x8_t }
   |                                      ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `poly8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:29:39
   |
29 |     from_transmute! { unsafe u8x16 => poly8x16_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:29:39
   |
29 |     from_transmute! { unsafe u8x16 => poly8x16_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:31:39
   |
31 |     from_transmute! { unsafe u16x4 => uint16x4_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:31:39
   |
31 |     from_transmute! { unsafe u16x4 => uint16x4_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:32:39
   |
32 |     from_transmute! { unsafe u16x8 => uint16x8_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:32:39
   |
32 |     from_transmute! { unsafe u16x8 => uint16x8_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:33:39
   |
33 |     from_transmute! { unsafe i16x4 => int16x4_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:33:39
   |
33 |     from_transmute! { unsafe i16x4 => int16x4_t }
   |                                       ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:34:39
   |
34 |     from_transmute! { unsafe i16x8 => int16x8_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:34:39
   |
34 |     from_transmute! { unsafe i16x8 => int16x8_t }
   |                                       ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `poly16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:35:39
   |
35 |     from_transmute! { unsafe u16x4 => poly16x4_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:35:39
   |
35 |     from_transmute! { unsafe u16x4 => poly16x4_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `poly16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:36:39
   |
36 |     from_transmute! { unsafe u16x8 => poly16x8_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:36:39
   |
36 |     from_transmute! { unsafe u16x8 => poly16x8_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:38:39
   |
38 |     from_transmute! { unsafe u32x2 => uint32x2_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:38:39
   |
38 |     from_transmute! { unsafe u32x2 => uint32x2_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:39:39
   |
39 |     from_transmute! { unsafe u32x4 => uint32x4_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:39:39
   |
39 |     from_transmute! { unsafe u32x4 => uint32x4_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:40:39
   |
40 |     from_transmute! { unsafe i32x2 => int32x2_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:40:39
   |
40 |     from_transmute! { unsafe i32x2 => int32x2_t }
   |                                       ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:41:39
   |
41 |     from_transmute! { unsafe i32x4 => int32x4_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:41:39
   |
41 |     from_transmute! { unsafe i32x4 => int32x4_t }
   |                                       ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:43:46
   |
43 |     from_transmute! { unsafe Simd => uint64x1_t }
   |                                              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:43:46
   |
43 |     from_transmute! { unsafe Simd => uint64x1_t }
   |                                              ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `uint64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:44:39
   |
44 |     from_transmute! { unsafe u64x2 => uint64x2_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:44:39
   |
44 |     from_transmute! { unsafe u64x2 => uint64x2_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:45:46
   |
45 |     from_transmute! { unsafe Simd => int64x1_t }
   |                                              ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:45:46
   |
45 |     from_transmute! { unsafe Simd => int64x1_t }
   |                                              ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `int64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:46:39
   |
46 |     from_transmute! { unsafe i64x2 => int64x2_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:46:39
   |
46 |     from_transmute! { unsafe i64x2 => int64x2_t }
   |                                       ^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `poly64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:47:46
   |
47 |     from_transmute! { unsafe Simd => poly64x1_t }
   |                                              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:47:46
   |
47 |     from_transmute! { unsafe Simd => poly64x1_t }
   |                                              ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `poly64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:48:39
   |
48 |     from_transmute! { unsafe u64x2 => poly64x2_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:48:39
   |
48 |     from_transmute! { unsafe u64x2 => poly64x2_t }
   |                                       ^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `float64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:81:46
   |
81 |     from_transmute! { unsafe Simd => float64x1_t }
   |                                              ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:81:46
   |
81 |     from_transmute! { unsafe Simd => float64x1_t }
   |                                              ^^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error[E0412]: cannot find type `float64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:82:39
   |
82 |     from_transmute! { unsafe f64x2 => float64x2_t }
   |                                       ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:82:39
   |
82 |     from_transmute! { unsafe f64x2 => float64x2_t }
   |                                       ^^^^^^^^^^^ not found in this scope
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

Some errors have detailed explanations: E0412, E0432.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `core` (lib) due to 106 previous errors
fatal error: failed to build sysroot: sysroot build failed