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
build
1m 4s
checkout-submodules
56s
blockchain
/
test-blockchain
25s
client
/
test-client
6m 18s
client
/
test client docker file
1m 41s
client
/
test-client-cli
2m 0s
common
/
test-common
25s
devp2p
/
test-devp2p
36s
ethash
/
test-ethash
2m 32s
examples
/
test-examples
1m 54s
genesis
/
test-genesis
23s
mpt
/
test-mpt
38s
rlp
/
test-rlp
16s
statemanager
/
test-statemanager
1m 9s
util
/
test-util
21s
verkle
/
test-verkle
21s
wallet
/
test-wallet
6m 44s
lint
/
lint
2m 27s
block
/
test-block
44s
browser
/
test-all-browser
6m 35s
evm
/
test-evm
1m 11s
tx
/
test-tx
2m 57s
vm-pr
/
vm-api
1m 57s
vm-pr
/
vm-benchmarks
45s
typecheck
/
typecheck
53s
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
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/
|