Skip to content

fix: cryo cli and python builds (#30) #80

fix: cryo cli and python builds (#30)

fix: cryo cli and python builds (#30) #80

Triggered via push August 17, 2023 06:33
Status Success
Total duration 7m 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fmt
The `save-state` 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/
fmt
The `save-state` 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/
fmt
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/
fmt
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/
fmt
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/
fmt
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/
fmt
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/
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L55
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:55:24 | 55 | file_chunks.extend(explicit_chunks.into_iter()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `explicit_chunks` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/07438b0928c6691d6ee734a5a77823ec143be94d/library/core/src/iter/traits/collect.rs:371:18 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L48
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:48:33 | 48 | block_chunks.extend(outputs.into_iter()); | ^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `outputs` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/07438b0928c6691d6ee734a5a77823ec143be94d/library/core/src/iter/traits/collect.rs:371:18 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L55
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:55:24 | 55 | file_chunks.extend(explicit_chunks.into_iter()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `explicit_chunks` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/07438b0928c6691d6ee734a5a77823ec143be94d/library/core/src/iter/traits/collect.rs:371:18 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L48
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:48:33 | 48 | block_chunks.extend(outputs.into_iter()); | ^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `outputs` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/07438b0928c6691d6ee734a5a77823ec143be94d/library/core/src/iter/traits/collect.rs:371:18 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
code lint
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/
code lint
Error parsing Cargo.toml manifest, fallback to caching entire file: SyntaxError: Expected "=", [ \t] or [A-Za-z0-9_\-] but "." found.
code lint
Error parsing Cargo.toml manifest, fallback to caching entire file: SyntaxError: Expected "=", [ \t] or [A-Za-z0-9_\-] but "." found.