Skip to content

vm: adjust test runner with verkle state management #975

vm: adjust test runner with verkle state management

vm: adjust test runner with verkle state management #975

Triggered via pull request November 11, 2024 23:26
Status Failure
Total duration 11m 23s
Artifacts

build.yml

on: pull_request
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
typecheck / typecheck
Type '{ forkConfigVM: string; forkConfigTestSuite: string; common: Common; jsontrace: any; dist: any; data: any; gasLimit: any; value: any; debug: any; reps: any; bls: EVMBLSInterface; profile: boolean; bn254: EVMBN254Interface; stateManager: any; verkleCrypto: VerkleCrypto; }' is not assignable to type '{ forkConfigVM: string; forkConfigTestSuite: string; common: Common; jsontrace?: boolean | undefined; dist?: boolean | undefined; data?: number | undefined; gasLimit?: number | undefined; ... 6 more ...; stateManager: string; }'.
typecheck / typecheck
Variable 'verkleCrypto' is used before being assigned.
typecheck / typecheck
Argument of type '{ verkleCrypto: any; trie: VerkleTree; }' is not assignable to parameter of type 'StatefulVerkleStateManagerOpts'.
typecheck / typecheck
Argument of type '{ verkleCrypto: typeof verkle; trie: VerkleTree; }' is not assignable to parameter of type 'StatefulVerkleStateManagerOpts'.
typecheck / typecheck
Process completed with exit code 2.
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
Process completed with exit code 1.
lint / lint
Process completed with exit code 1.
build
Cache save failed.
client / test client docker file
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-qemu-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
client / test client docker file
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v1, docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
client / test client docker file
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/
client / test-client
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/