Skip to content

Implement pectra devnet-5 spec #1062

Implement pectra devnet-5 spec

Implement pectra devnet-5 spec #1062

Triggered via pull request December 8, 2024 11:13
@g11techg11tech
synchronize #3807
devnet-5
Status Cancelled
Total duration 8m 50s
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

52 errors and 25 warnings
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
typecheck / typecheck
Expected 2 arguments, but got 1.
examples / test-examples
Process completed with exit code 1.
test/api/buildBlock.spec.ts > BlockBuilder > should build a valid block: packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7 ❯ test/api/buildBlock.spec.ts:59:24
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoW block: packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7 ❯ test/api/buildBlock.spec.ts:129:24
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoA block: packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7 ❯ test/api/buildBlock.spec.ts:231:24
test/api/buildBlock.spec.ts > BlockBuilder > should throw if block already built or reverted: packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7 ❯ test/api/buildBlock.spec.ts:261:24
test/api/buildBlock.spec.ts > BlockBuilder > should build a 1559 block with legacy and 1559 txs: packages/vm/test/api/buildBlock.spec.ts#L354
AssertionError: should fail with appropriate error: expected false to be truthy ❯ test/api/buildBlock.spec.ts:354:16
test/api/EIPs/eip-4844-blobs.spec.ts > EIP4844 tests > should build a block correctly with blobs: packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7 ❯ test/api/EIPs/eip-4844-blobs.spec.ts:83:24
test/api/EIPs/eip-6110.spec.ts > EIP-7685 buildBlock tests > should include deposit request when a deposit transaction is included in a block: packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7 ❯ test/api/EIPs/eip-6110.spec.ts:114:24
vm-pr / vm-api
Process completed with exit code 1.
test/rpc/engine/newPayloadV4.spec.ts > engine_newPayloadV4: call with executionPayloadV4 > valid data: packages/client/test/rpc/engine/newPayloadV4.spec.ts#L187
TypeError: Cannot read properties of undefined (reading 'payloadId') ❯ test/rpc/engine/newPayloadV4.spec.ts:187:34
test/rpc/eth/blobBaseFee.spec.ts > eth_blobBaseFee > call with more realistic blockchain: packages/client/test/rpc/eth/blobBaseFee.spec.ts#L67
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7 ❯ produceBlockWith4844Tx test/rpc/eth/blobBaseFee.spec.ts:67:24 ❯ test/rpc/eth/blobBaseFee.spec.ts:117:7
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory: should generate reward percentiles: packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7 ❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24 ❯ test/rpc/eth/getFeeHistory.spec.ts:356:5
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory: should generate reward percentiles: packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7 ❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24 ❯ test/rpc/eth/getFeeHistory.spec.ts:368:5
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory: should generate reward percentiles - sorted check: packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7 ❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24 ❯ test/rpc/eth/getFeeHistory.spec.ts:382:5
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory - reward percentiles - should return the correct reward percentiles: packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7 ❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24 ❯ test/rpc/eth/getFeeHistory.spec.ts:406:5
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory - Should correctly return the right blob base fees and ratios for a chain with 4844 active: packages/client/test/rpc/eth/getFeeHistory.spec.ts#L162
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined. ❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7 ❯ produceBlockWith4844Tx test/rpc/eth/getFeeHistory.spec.ts:162:24 ❯ it.timeout test/rpc/eth/getFeeHistory.spec.ts:443:9
client / test-client
Process completed with exit code 1.
vm-pr / vm-state (London)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-state (London)
The operation was canceled.
vm-pr / vm-state (Berlin)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-state (Berlin)
The operation was canceled.
vm-pr / vm-state (Paris)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-state (Paris)
The operation was canceled.
vm-pr / vm-state (Cancun)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-state (Cancun)
The operation was canceled.
vm-pr / vm-state (Shanghai)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-state (Shanghai)
The operation was canceled.
wallet / test-wallet
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
wallet / test-wallet
The operation was canceled.
browser / test-all-browser
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
browser / test-all-browser
The operation was canceled.
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
The operation was canceled.
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
The operation was canceled.
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
The operation was canceled.
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
The operation was canceled.
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
The operation was canceled.
checkout-submodules
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
Cache save failed.
genesis / test-genesis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
common / test-common
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
blockchain / test-blockchain
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
util / test-util
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rlp / test-rlp
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
verkle / test-verkle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
devp2p / test-devp2p
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
block / test-block
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mpt / test-mpt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
typecheck / typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-benchmarks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
evm / test-evm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
client / test client docker file
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
examples / test-examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
statemanager / test-statemanager
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-api
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
client / test-client-cli
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ethash / test-ethash
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tx / test-tx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
client / test-client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636