Skip to content

Update for dependency changes #39

Update for dependency changes

Update for dependency changes #39

Triggered via pull request March 6, 2025 23:13
Status Failure
Total duration 49s
Artifacts

check.yml

on: pull_request
commit_list
3s
commit_list
Matrix: clippy
Matrix: ubuntu / stable / deny
Matrix: nightly / doc
Matrix: nightly / fmt
Matrix: ubuntu / stable / features
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ubuntu / stable / features (03bf4a14438718936e1b25af8227514049ac7f42)
Process completed with exit code 1.
stable / clippy (03bf4a14438718936e1b25af8227514049ac7f42): src/command.rs#L305
[clippy] reported by reviewdog 🐶 error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:305:6 | 305 | impl Decode for TfuqBlockStatus { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 305 | impl Decode<Context> for TfuqBlockStatus { | +++++++++ Raw Output: src/command.rs:305:6:e:error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:305:6 | 305 | impl Decode for TfuqBlockStatus { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 305 | impl Decode<Context> for TfuqBlockStatus { | +++++++++ __END__
stable / clippy (03bf4a14438718936e1b25af8227514049ac7f42): src/command.rs#L345
[clippy] reported by reviewdog 🐶 error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:345:6 | 345 | impl Decode for TfuqReturnValue { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 345 | impl Decode<Context> for TfuqReturnValue { | +++++++++ Raw Output: src/command.rs:345:6:e:error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:345:6 | 345 | impl Decode for TfuqReturnValue { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 345 | impl Decode<Context> for TfuqReturnValue { | +++++++++ __END__
ubuntu / 1.83 (03bf4a14438718936e1b25af8227514049ac7f42)
Process completed with exit code 101.
ubuntu / 1.83 (3a75281b05fb79a5ea6852411d78850edf1b5e1b)
Process completed with exit code 101.
nightly / doc (03bf4a14438718936e1b25af8227514049ac7f42)
Process completed with exit code 101.
beta / clippy (03bf4a14438718936e1b25af8227514049ac7f42): src/command.rs#L305
[clippy] reported by reviewdog 🐶 error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:305:6 | 305 | impl Decode for TfuqBlockStatus { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 305 | impl Decode<Context> for TfuqBlockStatus { | +++++++++ Raw Output: src/command.rs:305:6:e:error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:305:6 | 305 | impl Decode for TfuqBlockStatus { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 305 | impl Decode<Context> for TfuqBlockStatus { | +++++++++ __END__
beta / clippy (03bf4a14438718936e1b25af8227514049ac7f42): src/command.rs#L345
[clippy] reported by reviewdog 🐶 error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:345:6 | 345 | impl Decode for TfuqReturnValue { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 345 | impl Decode<Context> for TfuqReturnValue { | +++++++++ Raw Output: src/command.rs:345:6:e:error[E0107]: missing generics for trait `bincode::Decode` --> src/command.rs:345:6 | 345 | impl Decode for TfuqReturnValue { | ^^^^^^ expected 1 generic argument | note: trait defined here, with 1 generic parameter: `Context` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.0/src/de/mod.rs:103:11 | 103 | pub trait Decode<Context>: Sized { | ^^^^^^ ------- help: add missing generic argument | 345 | impl Decode<Context> for TfuqReturnValue { | +++++++++ __END__