Build date: 2025-07-06T00:51:46.96Z
Build duration: 24.237s
Builder does-it-build commit: 5a6180f8
Downloading crates ... Downloaded unwinding v0.2.5 Compiling compiler_builtins v0.1.156 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.172 Compiling cfg-if v1.0.0 Compiling gimli v0.31.1 Compiling unwinding v0.2.5 error: unsafe attribute used without unsafe --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unwinding-0.2.5/src/unwinder/arch/riscv32.rs:176:3 | 176 | #[naked] | ^^^^^ usage of unsafe attribute | help: wrap the attribute in `unsafe(...)` | 176 | #[unsafe(naked)] | +++++++ + error: could not compile `unwinding` (lib) due to 1 previous error