Skip to content

Genesis parsing

Genesis parsing #409

Triggered via pull request October 30, 2023 21:54
Status Failure
Total duration 15m 39s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test-and-build: chain/rust/src/genesis/byron/parse.rs#L197
using `clone` on type `BlockHeaderHash` which implements the `Copy` trait
test-and-build: chain/rust/src/genesis/byron/parse.rs#L225
this expression creates a reference which is immediately dereferenced by the compiler
test-and-build: chain/rust/src/genesis/byron/parse.rs#L246
useless conversion to the same type: `u64`
test-and-build: chain/rust/src/genesis/byron/parse.rs#L250
useless conversion to the same type: `u64`
test-and-build
could not compile `cml-chain` (lib test) due to 4 previous errors
test-and-build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test-and-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1, 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/