Update Rust crate zip to v1 - autoclosed #1249
int_test.yml
on: pull_request
integration-tests
2m 4s
Annotations
3 errors and 6 warnings
the trait bound `std::boxed::Box<str>: std::convert::From<&std::string::String>` is not satisfied:
src/cli/cmd/download.rs#L246
error[E0277]: the trait bound `std::boxed::Box<str>: std::convert::From<&std::string::String>` is not satisfied
--> src/cli/cmd/download.rs:246:35
|
246 | zw.start_file(&fname, zip::write::FileOptions::default())
| ---------- ^^^^^^ the trait `std::convert::From<&std::string::String>` is not implemented for `std::boxed::Box<str>`, which is required by `&std::string::String: std::convert::Into<std::boxed::Box<str>>`
| |
| required by a bound introduced by this call
|
= note: required for `&std::string::String` to implement `std::convert::Into<std::boxed::Box<str>>`
note: required by a bound in `zip::write::<impl zip::ZipWriter<W>>::start_file`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-1.1.3/src/write.rs:919:12
|
913 | pub fn start_file<S, T: FileOptionExtension>(
| ---------- required by a bound in this associated function
...
919 | S: Into<Box<str>>,
| ^^^^^^^^^^^^^^ required by this bound in `zip::write::<impl ZipWriter<W>>::start_file`
help: consider dereferencing here
|
246 | zw.start_file(&*fname, zip::write::FileOptions::default())
| +
|
integration-tests
Clippy had exited with the 101 exit code
|
the trait bound `std::boxed::Box<str>: std::convert::From<&std::string::String>` is not satisfied:
src/cli/cmd/download.rs#L246
error[E0277]: the trait bound `std::boxed::Box<str>: std::convert::From<&std::string::String>` is not satisfied
--> src/cli/cmd/download.rs:246:35
|
246 | zw.start_file(&fname, zip::write::FileOptions::default())
| ---------- ^^^^^^ the trait `std::convert::From<&std::string::String>` is not implemented for `std::boxed::Box<str>`, which is required by `&std::string::String: std::convert::Into<std::boxed::Box<str>>`
| |
| required by a bound introduced by this call
|
= note: required for `&std::string::String` to implement `std::convert::Into<std::boxed::Box<str>>`
note: required by a bound in `zip::write::<impl zip::ZipWriter<W>>::start_file`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-1.1.3/src/write.rs:919:12
|
913 | pub fn start_file<S, T: FileOptionExtension>(
| ---------- required by a bound in this associated function
...
919 | S: Into<Box<str>>,
| ^^^^^^^^^^^^^^ required by this bound in `zip::write::<impl ZipWriter<W>>::start_file`
help: consider dereferencing here
|
246 | zw.start_file(&*fname, zip::write::FileOptions::default())
| +
|
integration-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
integration-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|