Build date: 2025-07-10T19:32:50.124Z
Build duration: 7.492s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.85 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) error: cannot find macro `atomic_int` in this scope --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:2857:1 | 2857 | atomic_int! { | ^^^^^^^^^^ error: cannot find macro `atomic_int` in this scope --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:2877:1 | 2877 | atomic_int! { | ^^^^^^^^^^ error: cannot find macro `atomic_int` in this scope --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:2941:9 | 2941 | atomic_int! { | ^^^^^^^^^^ ... 2984 | / atomic_int_ptr_sized! { 2985 | | "16" 2 2986 | | "32" 4 2987 | | "64" 8 2988 | | } | |_- in this macro invocation | = note: this error originates in the macro `atomic_int_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info) error: cannot find macro `atomic_int` in this scope --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:2962:9 | 2962 | atomic_int! { | ^^^^^^^^^^ ... 2984 | / atomic_int_ptr_sized! { 2985 | | "16" 2 2986 | | "32" 4 2987 | | "64" 8 2988 | | } | |_- in this macro invocation | = note: this error originates in the macro `atomic_int_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0412]: cannot find type `AtomicIsize` in module `crate::sync::atomic` --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:206:45 | 206 | impl RefUnwindSafe for crate::sync::atomic::AtomicIsize {} | ^^^^^^^^^^^ not found in `crate::sync::atomic` error[E0412]: cannot find type `AtomicI64` in module `crate::sync::atomic` --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:218:45 | 218 | impl RefUnwindSafe for crate::sync::atomic::AtomicI64 {} | ^^^^^^^^^ help: a struct with a similar name exists: `AtomicPtr` | ::: /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:176:1 | 176 | pub struct AtomicPtr<T> { | ----------------------- similarly named struct `AtomicPtr` defined here error[E0412]: cannot find type `AtomicUsize` in module `crate::sync::atomic` --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:225:45 | 225 | impl RefUnwindSafe for crate::sync::atomic::AtomicUsize {} | ^^^^^^^^^^^ not found in `crate::sync::atomic` error[E0412]: cannot find type `AtomicU64` in module `crate::sync::atomic` --> /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:237:45 | 237 | impl RefUnwindSafe for crate::sync::atomic::AtomicU64 {} | ^^^^^^^^^ help: a struct with a similar name exists: `AtomicPtr` | ::: /root/.rustup/toolchains/nightly-2023-01-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:176:1 | 176 | pub struct AtomicPtr<T> { | ----------------------- similarly named struct `AtomicPtr` defined here For more information about this error, try `rustc --explain E0412`. error: could not compile `core` due to 8 previous errors