Skip to content

Update Rust crate clap to 4.4.13 #800

Update Rust crate clap to 4.4.13

Update Rust crate clap to 4.4.13 #800

Triggered via push January 4, 2024 19:40
Status Failure
Total duration 1m 26s
Artifacts

ci.yml

on: push
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
the parameter type `T` may not live long enough: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.24/src/serialize.rs#L1155
error[E0310]: the parameter type `T` may not live long enough --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.24/src/serialize.rs:1155:5 | 1155 | fn decode<D: Decoder>(d: &mut D) -> Result<Cow<'static, T>, D::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | the parameter type `T` must be valid for the static lifetime... | ...so that the type `T` will meet its required lifetime bounds... | note: ...that is required by this bound --> /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/alloc/src/borrow.rs:180:30 help: consider adding an explicit lifetime bound | 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> | +++++++++
clippy
Clippy had exited with the 101 exit code
build (ubuntu-latest)
Process completed with exit code 201.
test (ubuntu-latest)
Process completed with exit code 201.
build (macos-latest)
Process completed with exit code 201.
test (macos-latest)
Process completed with exit code 201.
build (windows-latest)
Process completed with exit code 1.
test (windows-latest)
Process completed with exit code 1.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/