Ptp [will not merge, for gh actions only] #18
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 5 warnings
the trait bound `ethernet::eth::PtpFrameWithId: core::clone::Clone` is not satisfied:
src/ethernet/eth.rs#L103
error[E0277]: the trait bound `ethernet::eth::PtpFrameWithId: core::clone::Clone` is not satisfied
--> src/ethernet/eth.rs:103:10
|
103 | #[derive(Copy)]
| ^^^^ the trait `core::clone::Clone` is not implemented for `ethernet::eth::PtpFrameWithId`
|
note: required by a bound in `core::marker::Copy`
= note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider annotating `ethernet::eth::PtpFrameWithId` with `#[derive(Clone)]`
|
104 | #[derive(Clone)]
|
|
clippy_check
Clippy had exited with the 101 exit code
|
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy_check
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/
|
clippy_check
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/
|
clippy_check
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/
|
clippy_check
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/
|