Skip to content

Provide safe wrappers for thread notification API #314

Provide safe wrappers for thread notification API

Provide safe wrappers for thread notification API #314

Triggered via pull request November 15, 2024 05:20
@dcolesdcoles
synchronize #182
thread-notify
Status Failure
Total duration 1m 26s
Artifacts

lints.yml

on: pull_request
crates  /  Clippy (MSRV)
35s
crates / Clippy (MSRV)
crates  /  Clippy (beta)
32s
crates / Clippy (beta)
crates  /  Intra-doc links
44s
crates / Intra-doc links
crates  /  Rustfmt
22s
crates / Rustfmt
tools  /  Clippy (MSRV)
52s
tools / Clippy (MSRV)
tools  /  Clippy (beta)
36s
tools / Clippy (beta)
tools  /  Intra-doc links
1m 15s
tools / Intra-doc links
tools  /  Rustfmt
3s
tools / Rustfmt
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 warnings
can't find crate for `core`: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ufmt-write-0.1.0/src/lib.rs#L1
error[E0463]: can't find crate for `core` | = note: the `thumbv7em-none-eabihf` target may not be installed = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
crates / Clippy (beta)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
crates / Clippy (beta)
{ "rendered": "For more information about this error, try `rustc --explain E0463`.\n", "$message_type": "diagnostic", "children": [], "code": null, "level": "failure-note", "message": "For more information about this error, try `rustc --explain E0463`.", "spans": [] }
the name `Duration` is defined multiple times: crates/flipperzero/src/lib.rs#L26
error[E0252]: the name `Duration` is defined multiple times --> flipperzero/src/furi/thread.rs:26:5 | 24 | use crate::furi::time::Duration; | --------------------------- previous import of the type `Duration` here 25 | 26 | use crate::furi::time::Duration; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Duration` reimported here | = note: `Duration` must be defined only once in the type namespace of this module
unused import: `crate::furi::time::Duration`: crates/flipperzero/src/lib.rs#L26
error: unused import: `crate::furi::time::Duration` --> flipperzero/src/furi/thread.rs:26:5 | 26 | use crate::furi::time::Duration; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
aborting due to 2 previous errors
error: aborting due to 2 previous errors
crates / Clippy (MSRV)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
crates / Clippy (MSRV)
{ "rendered": "For more information about this error, try `rustc --explain E0252`.\n", "$message_type": "diagnostic", "children": [], "code": null, "level": "failure-note", "message": "For more information about this error, try `rustc --explain E0252`.", "spans": [] }
crates / Intra-doc links
Process completed with exit code 101.
crates / Clippy (beta)
The `warn` input is deprecated in v1.4 and can be used within the `check-args` input
crates / Clippy (MSRV)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
tools / Clippy (beta)
The `warn` input is deprecated in v1.4 and can be used within the `check-args` input
the following explicit lifetimes could be elided: 'data: tools/src/bin/fap-lld/main.rs#L84
warning: the following explicit lifetimes could be elided: 'data --> src/bin/fap-lld/fastrel.rs:84:6 | 84 | impl<'data> FastRel<'data> { | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-W clippy::needless-lifetimes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 84 - impl<'data> FastRel<'data> { 84 + impl FastRel<'_> { |
tools / Clippy (MSRV)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input