Build date: 2025-07-08T23:58:45.411Z
Build duration: 9.699s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.108 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-03-13-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) error[E0432]: unresolved import `super::neon` --> /root/.rustup/toolchains/nightly-2024-03-13-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:74:16 | 74 | use super::neon::*; | ^^^^ could not find `neon` in `super` error[E0412]: cannot find type `float64x1_t` in this scope --> /root/.rustup/toolchains/nightly-2024-03-13-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:77:46 | 77 | from_transmute! { unsafe Simd<f64, 1> => float64x1_t } | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `float64x2_t` in this scope --> /root/.rustup/toolchains/nightly-2024-03-13-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:78:39 | 78 | from_transmute! { unsafe f64x2 => float64x2_t } | ^^^^^^^^^^^ not found in this scope 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 3 previous errors