🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-08T00:32:25.623Z
Build duration: 22.697s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.133
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-10-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-10-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-10-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-10-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.159
Compiling cfg-if v1.0.0
Compiling gimli v0.30.0
Compiling memchr v2.5.0
Compiling unwinding v0.2.2
error[E0787]: the `asm!` macro is not allowed in naked functions
--> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.2/src/unwinder/arch/riscv32.rs:197:9
|
197 | / asm!(
198 | | "
199 | | mv t0, sp
200 | | add sp, sp, -0x90
... |
212 | | options(noreturn)
213 | | );
| |_________^ consider using the `naked_asm!` macro instead
For more information about this error, try `rustc --explain E0787`.
error: could not compile `unwinding` (lib) due to 1 previous error