Release Tag #31
master.yml
on: push
aarch64
6m 43s
armv7
5m 53s
macos_helper
0s
windows_helper
0s
x86_64
5m 42s
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
Event | Environments |
---|---|
aesedepece
approved
|
tags |
aesedepece
approved
|
tags |
Annotations
9 errors and 6 warnings
use of a fallible conversion when an infallible one could be used:
rad/src/types/map.rs#L95
error: use of a fallible conversion when an infallible one could be used
--> rad/src/types/map.rs:95:25
|
95 | Value::try_from(key.to_string()),
| ^^^^^^^^^^^^^^^ help: use: `From::from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
|
use of a fallible conversion when an infallible one could be used:
rad/src/operators/map.rs#L134
error: use of a fallible conversion when an infallible one could be used
--> rad/src/operators/map.rs:134:25
|
134 | let args = vec![Value::try_from(String::from(key)).unwrap()];
| ^^^^^^^^^^^^^^^ help: use: `From::from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `-D clippy::unnecessary-fallible-conversions` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_fallible_conversions)]`
|
accessing first element with `args.get(0)`:
rad/src/operators/array.rs#L170
error: accessing first element with `args.get(0)`
--> rad/src/operators/array.rs:170:21
|
170 | let first_arg = args.get(0).ok_or_else(wrong_args)?;
| ^^^^^^^^^^^ help: try: `args.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-D clippy::get-first` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::get_first)]`
|
use of a fallible conversion when an infallible one could be used:
rad/src/types/map.rs#L95
error: use of a fallible conversion when an infallible one could be used
--> rad/src/types/map.rs:95:25
|
95 | Value::try_from(key.to_string()),
| ^^^^^^^^^^^^^^^ help: use: `From::from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `-D clippy::unnecessary-fallible-conversions` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_fallible_conversions)]`
|
accessing first element with `args.get(0)`:
rad/src/operators/array.rs#L170
error: accessing first element with `args.get(0)`
--> rad/src/operators/array.rs:170:21
|
170 | let first_arg = args.get(0).ok_or_else(wrong_args)?;
| ^^^^^^^^^^^ help: try: `args.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-D clippy::get-first` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::get_first)]`
|
accessing first element with `input.get(0)`:
data_structures/src/chain/priority.rs#L855
error: accessing first element with `input.get(0)`
--> data_structures/src/chain/priority.rs:855:35
|
855 | assert_eq!(engine.get(0), input.get(0));
| ^^^^^^^^^^^^ help: try: `input.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-D clippy::get-first` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::get_first)]`
|
use of a fallible conversion when an infallible one could be used:
rad/src/types/map.rs#L95
error: use of a fallible conversion when an infallible one could be used
--> rad/src/types/map.rs:95:25
|
95 | Value::try_from(key.to_string()),
| ^^^^^^^^^^^^^^^ help: use: `From::from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `-D clippy::unnecessary-fallible-conversions` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_fallible_conversions)]`
|
accessing first element with `args.get(0)`:
rad/src/operators/array.rs#L170
error: accessing first element with `args.get(0)`
--> rad/src/operators/array.rs:170:21
|
170 | let first_arg = args.get(0).ok_or_else(wrong_args)?;
| ^^^^^^^^^^^ help: try: `args.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-D clippy::get-first` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::get_first)]`
|
accessing first element with `input.get(0)`:
data_structures/src/chain/priority.rs#L855
error: accessing first element with `input.get(0)`
--> data_structures/src/chain/priority.rs:855:35
|
855 | assert_eq!(engine.get(0), input.get(0));
| ^^^^^^^^^^^^ help: try: `input.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-D clippy::get-first` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::get_first)]`
|
x86_64
Unexpected input(s) 'imagename', valid inputs are ['']
|
armv7
Unexpected input(s) 'imagename', valid inputs are ['']
|
aarch64
Unexpected input(s) 'imagename', valid inputs are ['']
|
Build_x86_64
Unexpected input(s) 'target', valid inputs are ['']
|
Build_armv7
Unexpected input(s) 'target', valid inputs are ['']
|
Build_aarch64
Unexpected input(s) 'target', valid inputs are ['']
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
aarch64-release
Expired
|
66.9 MB |
|
action_image_artifact_witnet-rust_aarch64-unknown-linux-gnu_latest
Expired
|
2.05 GB |
|
action_image_artifact_witnet-rust_armv7-unknown-linux-gnueabihf_latest
Expired
|
1.89 GB |
|
action_image_artifact_witnet-rust_x86_64-unknown-linux-gnu_latest
Expired
|
1.67 GB |
|
armv7-release
Expired
|
57.1 MB |
|
final-release
Expired
|
164 MB |
|
macos-release
Expired
|
56.1 MB |
|
windows-release
Expired
|
49 MB |
|
x86_64-release
Expired
|
67.9 MB |
|