Skip to content

GHA: Replace actions-rs/clippy-check@v1 #148

GHA: Replace actions-rs/clippy-check@v1

GHA: Replace actions-rs/clippy-check@v1 #148

Triggered via pull request December 18, 2024 16:58
Status Failure
Total duration 3m 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 12 warnings
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L35
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:35:66 | 35 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L35
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:35:53 | 35 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L35
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:35:40 | 35 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L40
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:40:61 | 40 | self.faces().map(|v| [v[0].into(), v[1].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L40
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:40:48 | 40 | self.faces().map(|v| [v[0].into(), v[1].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:48:79 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:48:66 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:48:53 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:48:40 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs#L54
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-0f16c6c8f9fbdf96/252380e/src/mesh/io/meshb_io.rs:54:66 | 54 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L35
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:35:66 | 35 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L35
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:35:53 | 35 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L35
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:35:40 | 35 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L40
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:40:61 | 40 | self.faces().map(|v| [v[0].into(), v[1].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L40
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:40:48 | 40 | self.faces().map(|v| [v[0].into(), v[1].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:48:79 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:48:66 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:48:53 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L48
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:48:40 | 48 | .map(|v| [v[0].into(), v[1].into(), v[2].into(), v[3].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
the trait bound `usize: From<u32>` is not satisfied: home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs#L54
error[E0277]: the trait bound `usize: From<u32>` is not satisfied --> /home/runner/.cargo/git/checkouts/tucanos-fcbdacf0a95e572e/252380e/src/mesh/io/meshb_io.rs:54:66 | 54 | .map(|v| [v[0].into(), v[1].into(), v[2].into()]), | ^^^^ the trait `From<u32>` is not implemented for `usize`, which is required by `u32: Into<_>` | = help: the following other types implement trait `From<T>`: `usize` implements `From<bool>` `usize` implements `From<std::ptr::Alignment>` `usize` implements `From<u16>` `usize` implements `From<u8>` `usize` implements `From<zerocopy::byteorder::U16<O>>` = note: required for `u32` to implement `Into<usize>`
libmeshb
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
libol
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/