Skip to content

Support U-boot

Support U-boot #87

Triggered via pull request January 9, 2025 06:35
Status Failure
Total duration 29s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
lint
Process completed with exit code 1.
lint: src/hypervisor_init.rs#L127
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/hypervisor_init.rs:127:40: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: src/hypervisor_init.rs#L210
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/hypervisor_init.rs:210:36: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: src/trap/exception.rs#L26
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/trap/exception.rs:26:27: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: src/trap/exception.rs#L88
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/trap/exception.rs:88:44: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: src/trap.rs#L19
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/trap.rs:19:36: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: <unknown>#L1
[clippy] reported by reviewdog 🐶 unknown and unstable feature specified for `-Ctarget-feature`: `h` Raw Output: <unknown>:1:1: warning: unknown and unstable feature specified for `-Ctarget-feature`: `h` ()
lint: src/device/uart.rs#L22
[clippy] reported by reviewdog 🐶 used underscore-prefixed item Raw Output: src/device/uart.rs:22:23: warning: used underscore-prefixed item (clippy::used_underscore_items)
lint: src/trap/exception/instruction_handler.rs#L23
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/trap/exception/instruction_handler.rs:23:44: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: src/trap/exception/instruction_handler.rs#L29
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/trap/exception/instruction_handler.rs:29:30: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
lint: src/trap/exception/instruction_handler.rs#L45
[clippy] reported by reviewdog 🐶 creating a shared reference to mutable static is discouraged Raw Output: src/trap/exception/instruction_handler.rs:45:32: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)