Skip to content

blockchain: allow optimistic block insertion in blockchain #397

blockchain: allow optimistic block insertion in blockchain

blockchain: allow optimistic block insertion in blockchain #397

Triggered via pull request September 17, 2024 12:59
Status Failure
Total duration 16m 24s
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

27 errors and 16 warnings
test/clique.spec.ts > Clique: Initialization > should throw if signer in epoch checkpoint is not active: packages/blockchain/test/clique.spec.ts#L239
AssertionError: correct error: expected false to be truthy ❯ test/clique.spec.ts:239:14
blockchain / test-blockchain
Process completed with exit code 1.
typecheck / typecheck
Cannot find module '../../client/test/testdata/common/mergeTestnet.json' or its corresponding type declarations.
typecheck / typecheck
Argument of type '{ name: string; }' is not assignable to parameter of type 'BaseOpts'.
typecheck / typecheck
'dbBlock' is possibly 'undefined'.
typecheck / typecheck
'dbBlock' is possibly 'undefined'.
typecheck / typecheck
Cannot find name 'mergeGenesisParams'.
typecheck / typecheck
Argument of type '{ name: string; }' is not assignable to parameter of type 'BaseOpts'.
typecheck / typecheck
Process completed with exit code 2.
lint / lint
Process completed with exit code 1.
test/sync/beaconsync.spec.ts > [BeaconSynchronizer] > should extend and set with a valid head: packages/client/test/sync/beaconsync.spec.ts#L233
AssertionError: should extend chain successfully: expected false to be truthy ❯ test/sync/beaconsync.spec.ts:233:12
test/sync/skeleton.spec.ts: packages/client/test/sync/skeleton.spec.ts#L22
ReferenceError: mergeGenesisParams is not defined ❯ test/sync/skeleton.spec.ts:22:35
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > call with valid data and synced data: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L103
AssertionError: expected 'SYNCING' to equal 'VALID' Expected: "VALID" Received: "SYNCING" ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:103:12
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > call with invalid timestamp payloadAttributes: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L121
TypeError: Cannot read properties of undefined (reading 'code') ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:121:28
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > call with valid fork choice state without payload attributes: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L132
AssertionError: expected 'SYNCING' to equal 'VALID' Expected: "VALID" Received: "SYNCING" ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:132:12
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > call with deep parent lookup: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L143
AssertionError: expected 'SYNCING' to equal 'VALID' Expected: "VALID" Received: "SYNCING" ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:143:12
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > call with deep parent lookup and with stored safe block hash: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L162
AssertionError: expected 'SYNCING' to equal 'VALID' Expected: "VALID" Received: "SYNCING" ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:162:12
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > unknown finalized block hash: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L186
TypeError: Cannot read properties of undefined (reading 'code') ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:186:28
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > invalid safe block hash: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L199
TypeError: Cannot read properties of undefined (reading 'code') ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:199:28
test/rpc/engine/forkchoiceUpdatedV1.spec.ts > engine_forkchoiceUpdatedV1 > latest block after reorg: packages/client/test/rpc/engine/forkchoiceUpdatedV1.spec.ts#L210
AssertionError: expected 'SYNCING' to equal 'VALID' Expected: "VALID" Received: "SYNCING" ❯ test/rpc/engine/forkchoiceUpdatedV1.spec.ts:210:12
test/clique.spec.ts > Clique: Initialization > should throw if signer in epoch checkpoint is not active: packages/blockchain/test/clique.spec.ts#L239
AssertionError: correct error: expected false to be truthy ❯ test/clique.spec.ts:239:13
browser / test-all-browser
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Berlin --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.
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Process completed with exit code 1.
rlp / test-rlp
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
common / test-common
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
genesis / test-genesis
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
devp2p / test-devp2p
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
statemanager / test-statemanager
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
util / test-util
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
block / test-block
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
trie / test-trie
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
evm / test-evm
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
vm-pr / vm-api
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. 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 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/
ethash / test-ethash
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tx / test-tx
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
wallet / test-wallet
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/