Skip to content

deps: bump some dependencies and rust version #239

deps: bump some dependencies and rust version

deps: bump some dependencies and rust version #239

Triggered via pull request August 22, 2024 14:21
Status Failure
Total duration 5m 51s
Artifacts

rust.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 22 warnings
you should put bare URLs between `<`/`>` or make a proper Markdown link: src/cli/advanced/near.rs#L170
error: you should put bare URLs between `<`/`>` or make a proper Markdown link --> src/cli/advanced/near.rs:170:18 | 170 | /// (see https://nomicon.io/Standards/Tokens/FungibleToken/Metadata for fields). | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `<https://nomicon.io/Standards/Tokens/FungibleToken/Metadata>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
you should put bare URLs between `<`/`>` or make a proper Markdown link: src/cli/advanced/near.rs#L148
error: you should put bare URLs between `<`/`>` or make a proper Markdown link --> src/cli/advanced/near.rs:148:17 | 148 | /// See https://chainlist.org/ for a list of taken chain IDs. | ^^^^^^^^^^^^^^^^^^^^^ help: try: `<https://chainlist.org>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> src/main.rs:1:9 | 1 | #![deny(clippy::pedantic, clippy::nursery)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]`
you should put bare URLs between `<`/`>` or make a proper Markdown link: src/cli/advanced/near.rs#L170
error: you should put bare URLs between `<`/`>` or make a proper Markdown link --> src/cli/advanced/near.rs:170:18 | 170 | /// (see https://nomicon.io/Standards/Tokens/FungibleToken/Metadata for fields). | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `<https://nomicon.io/Standards/Tokens/FungibleToken/Metadata>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
you should put bare URLs between `<`/`>` or make a proper Markdown link: src/cli/advanced/near.rs#L148
error: you should put bare URLs between `<`/`>` or make a proper Markdown link --> src/cli/advanced/near.rs:148:17 | 148 | /// See https://chainlist.org/ for a list of taken chain IDs. | ^^^^^^^^^^^^^^^^^^^^^ help: try: `<https://chainlist.org>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> src/main.rs:1:9 | 1 | #![deny(clippy::pedantic, clippy::nursery)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]`
field `0` is never read: src/transaction_reader/mod.rs#L186
error: field `0` is never read --> src/transaction_reader/mod.rs:186:11 | 186 | Other(String), | ----- ^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 186 | Other(()), | ~~
field `0` is never read: src/client/mod.rs#L77
error: field `0` is never read --> src/client/mod.rs:77:13 | 77 | Failure(near_primitives::errors::TxExecutionError), | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 77 | Failure(()), | ~~
field `0` is never read: src/client/mod.rs#L76
error: field `0` is never read --> src/client/mod.rs:76:12 | 76 | Result(SubmitResult), | ------ ^^^^^^^^^^^^ | | | field in this variant | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 76 | Result(()), | ~~
field `0` is never read: src/transaction_reader/mod.rs#L186
error: field `0` is never read --> src/transaction_reader/mod.rs:186:11 | 186 | Other(String), | ----- ^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 186 | Other(()), | ~~
field `0` is never read: src/client/mod.rs#L77
error: field `0` is never read --> src/client/mod.rs:77:13 | 77 | Failure(near_primitives::errors::TxExecutionError), | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 77 | Failure(()), | ~~
field `0` is never read: src/client/mod.rs#L76
error: field `0` is never read --> src/client/mod.rs:76:12 | 76 | Result(SubmitResult), | ------ ^^^^^^^^^^^^ | | | field in this variant | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 76 | Result(()), | ~~
Clippy
Clippy had exited with the 101 exit code
Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux: src/client/mod.rs#L76
field `0` is never read
Linux: src/client/mod.rs#L77
field `0` is never read
Linux: src/transaction_reader/mod.rs#L186
field `0` is never read
Linux
`aurora-cli-rs` (bin "aurora-cli" test) generated 3 warnings
macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
macOS: src/client/mod.rs#L76
field `0` is never read
macOS: src/client/mod.rs#L77
field `0` is never read
macOS: src/transaction_reader/mod.rs#L186
field `0` is never read
macOS
`aurora-cli-rs` (bin "aurora-cli" test) generated 3 warnings
Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows: src/client/mod.rs#L76
field `0` is never read
Windows: src/client/mod.rs#L77
field `0` is never read
Windows: src/transaction_reader/mod.rs#L186
field `0` is never read
Windows
`aurora-cli-rs` (bin "aurora-cli" test) generated 3 warnings