Skip to content

refactor: mark no_mangle attributes as unsafe #88

refactor: mark no_mangle attributes as unsafe

refactor: mark no_mangle attributes as unsafe #88

Triggered via push January 2, 2025 15:47
Status Failure
Total duration 5m 2s
Artifacts

ci.yml

on: push
Spell Check with Typos
4s
Spell Check with Typos
Check MSRV: 1.80.0
30s
Check MSRV: 1.80.0
rustfmt
1m 50s
rustfmt
clippy
33s
clippy
clippy
24s
clippy
cargo deny
25s
cargo deny
Test cargo-multivers action
4m 18s
Test cargo-multivers action
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
Spell Check with Typos
Process completed with exit code 8.
calling `CStr::new` with a byte string literal: multivers-runner/src/build/linux.rs#L24
error: calling `CStr::new` with a byte string literal --> multivers-runner/src/build/linux.rs:24:22 | 24 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a `c""` literal: `c""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals = note: `-D clippy::manual-c-str-literals` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::manual_c_str_literals)]`
calling `CStr::new` with a byte string literal: multivers-runner/src/build/linux.rs#L24
error: calling `CStr::new` with a byte string literal --> multivers-runner/src/build/linux.rs:24:22 | 24 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a `c""` literal: `c""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals = note: `-D clippy::manual-c-str-literals` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::manual_c_str_literals)]`
clippy
Clippy had exited with the 101 exit code
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo deny
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check MSRV: 1.80.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rustfmt
Failed to save: reserveCache failed: Cache service responded with 500
Test (ubuntu-latest, nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636