Skip to content

Snap sync moving root/healing implementation #375

Snap sync moving root/healing implementation

Snap sync moving root/healing implementation #375

Triggered via pull request September 13, 2024 20:28
Status Failure
Total duration 16m 10s
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

21 errors and 17 warnings
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
lint / lint
Process completed with exit code 1.
test/net/protocol/ethprotocol.spec.ts > [EthProtocol] > verify that Transactions handler encodes/decodes correctly: packages/client/src/blockchain/chain.ts#L169
Error: A parentBeaconBlockRoot for a header can only be provided with EIP4788 being activated ❯ new BlockHeader ../block/src/header/header.ts:203:13 ❯ Module.createBlockHeader ../block/src/header/constructors.ts:17:10 ❯ Module.createBlock ../block/src/block/constructors.ts:75:18 ❯ Blockchain.createGenesisBlock ../blockchain/src/blockchain.ts:1288:12 ❯ Module.createBlockchain ../blockchain/src/constructors.ts:34:56 ❯ Function.create src/blockchain/chain.ts:169:8 ❯ test/net/protocol/ethprotocol.spec.ts:226:19
test/net/server/rlpxserver.spec.ts > should return rlpx server info with ip4 as default > tests nodeinfo: packages/client/test/net/server/rlpxserver.spec.ts#L166
AssertionError: get nodeInfo: expected { …(5) } to deeply equal { …(5) } - Expected + Received Object { - "enode": "enode://0123@0.0.0.0:30303", + "enode": "enode://0123@127.0.0.1:30303", "id": "0123", - "ip": "0.0.0.0", - "listenAddr": "0.0.0.0:30303", + "ip": "127.0.0.1", + "listenAddr": "127.0.0.1:30303", "ports": Object { "discovery": 30303, "listener": 30303, }, } ❯ test/net/server/rlpxserver.spec.ts:166:12
test/net/server/rlpxserver.spec.ts > should init rlpx > should listen: packages/client/test/net/server/rlpxserver.spec.ts#L341
AssertionError: listening: expected { transport: 'rlpx', …(1) } to deeply equal { transport: 'rlpx', …(1) } - Expected + Received Object { "transport": "rlpx", - "url": "enode://ff@0.0.0.0:30303", + "url": "enode://ff@127.0.0.1:30303", } ❯ test/net/server/rlpxserver.spec.ts:341:14
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should start/stop: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:46:21
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should update highest known hash: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:67:21
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should process: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:99:21
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should adopt correctly: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:135:21
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should skip job with limit lower than highest known hash: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:176:21
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should request correctly: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:214:21
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should verify zero-element proof correctly: packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected ❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26 ❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3 ❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17 ❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28 ❯ test/sync/fetcher/accountfetcher.spec.ts:258:21
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/
blockchain / test-blockchain
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/
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/
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/
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/
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/
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/
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/
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/
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/
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/
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/
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/