Build results for nightly-2023-01-24 target bpfel-unknown-none core
error
Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling compiler_builtins v0.1.85
error: cannot find macro `atomic_int` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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`
|
::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:176:1
|
176 | pub struct AtomicPtr {
| ----------------------- similarly named struct `AtomicPtr` defined here
error[E0412]: cannot find type `AtomicUsize` in module `crate::sync::atomic`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-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`
|
::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-24-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:176:1
|
176 | pub struct AtomicPtr {
| ----------------------- 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