Skip to content
Triggered via push November 21, 2023 05:31
Status Failure
Total duration 5m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build-win
impossible type assertion: wrapper.Block.(*Block)
build-win
cannot use evmBlock (variable of type *Block) as snowman.Block value in argument to client.state.SetLastAcceptedBlock: *Block does not implement snowman.Block (missing method VerifyProposer)
build-win
cannot use block (variable of type *Block) as snowman.Block value in struct literal: *Block does not implement snowman.Block (missing method VerifyProposer)
build-win
cannot use blk (variable of type *Block) as snowman.Block value in return statement: *Block does not implement snowman.Block (missing method VerifyProposer)
build-win
cannot use block (variable of type *Block) as snowman.Block value in return statement: *Block does not implement snowman.Block (missing method VerifyProposer)
build-win
impossible type assertion: block.(*Block)
build-win
cannot use vm.newBlock(ethBlock) (value of type *Block) as snowman.Block value in return statement: *Block does not implement snowman.Block (missing method VerifyProposer)
build-win
impossible type assertion: block.(*Block)
build-win
impossible type assertion: nextAncestorIntf.(*Block)
build-win
impossible type assertion: parentIntf.(*Block)
build-win
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-win
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/