Skip to content

Enable Error Annotation for CI Errors #547

Enable Error Annotation for CI Errors

Enable Error Annotation for CI Errors #547

Triggered via pull request January 18, 2025 07:14
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Style / rustfmt
12s
Style / rustfmt
Style / clippy
33s
Style / clippy
Test / unit
0s
Test / unit
Test / integration
0s
Test / integration
Docs / Rustdoc
0s
Docs / Rustdoc
Report / Codecov
0s
Report / Codecov
Deploy / Latest Rustdoc
0s
Deploy / Latest Rustdoc
Deploy / crates.io
0s
Deploy / crates.io
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Style / rustfmt
Process completed with exit code 1.
unused variable: `x`: src/lib.rs#L41
error: unused variable: `x` --> src/jvm/class_loader/mod.rs:41:13 | 41 | let x = 10; | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]`
unused variable: `x`: src/lib.rs#L41
error: unused variable: `x` --> src/jvm/class_loader/mod.rs:41:13 | 41 | let x = 10; | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]`
Style / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636