Skip to content

Common: Chain Refactor #12338

Common: Chain Refactor

Common: Chain Refactor #12338

Triggered via pull request July 31, 2024 09:19
Status Failure
Total duration 5m 27s
Artifacts

client-build.yml

on: pull_request
test client docker file
2m 40s
test client docker file
test-client-cli
1m 51s
test-client-cli
Matrix: test-client
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
test-client-cli
Process completed with exit code 1.
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > call with valid arguments: packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L50
AssertionError: should return the correct tx hash: expected undefined to equal '0xd7217a7d3251880051783f305a3536e368c…' - Expected: "0xd7217a7d3251880051783f305a3536e368c604aa1f1602e6cd107eb7b87129da" + Received: undefined ❯ test/rpc/eth/sendRawTransaction.spec.ts:50:12
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > send local tx with gasprice lower than minimum: packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L78
AssertionError: local tx with lower gasprice than minimum gasprice added to pool: expected undefined to equal '0xf6798d5ed936a464ef4f49dd5a3abe1ad69…' - Expected: "0xf6798d5ed936a464ef4f49dd5a3abe1ad6947364912bd47c5e56781125d44ac3" + Received: undefined ❯ test/rpc/eth/sendRawTransaction.spec.ts:78:12
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > call with invalid arguments: not enough balance: packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L100
AssertionError: expected -32603 to equal -32602 - Expected + Received - -32602 + -32603 ❯ test/rpc/eth/sendRawTransaction.spec.ts:100:12
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > call with invalid tx (wrong chain ID): packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L133
AssertionError: expected -32603 to equal -32700 - Expected + Received - -32700 + -32603 ❯ test/rpc/eth/sendRawTransaction.spec.ts:133:12
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > call with unsigned tx: packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L155
AssertionError: expected -32603 to equal -32602 - Expected + Received - -32602 + -32603 ❯ test/rpc/eth/sendRawTransaction.spec.ts:155:12
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > call with no peers: packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L192
AssertionError: expected false to be truthy ❯ test/rpc/eth/sendRawTransaction.spec.ts:192:12
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > blob EIP 4844 transaction: packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L268
AssertionError: initial blob transaction accepted: expected { code: -32700, …(1) } to equal undefined - Expected: undefined + Received: Object { "code": -32700, "message": "serialized tx data could not be parsed (Missing parameter value for blobCommitmentVersionKzg)", } ❯ test/rpc/eth/sendRawTransaction.spec.ts:268:12
test-client (18)
Process completed with exit code 1.
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/
test client docker file
The following actions uses Node.js version which is deprecated 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/
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/