upgrade go-ethereum #222
test.yml
on: pull_request
integration_tests
21m 25s
cleanup-runs
8s
test-unit-cover
4m 43s
test-importer
4m 14s
test-rpc
4m 40s
Matrix: upload-cache
Annotations
4 errors and 8 warnings
integration_tests:
tests/integration_tests/test_grpc_only.py#L62
test_grpc_mode
AssertionError: {'code': 14, 'message': 'connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:26413: connect: connection refused"', 'details': []}
assert False
|
integration_tests:
tests/integration_tests/test_tracers.py#L32
test_tracers[ethermint]
AssertionError:
assert {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x5208',\n 'gasUsed': '0x5208',\n 'input': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'} == {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x0',\n 'gasUsed': '0x0',\n 'input': '0x',\n 'output': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'}
Common items:
{'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
'input': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64'}
Differing items:
{'gas': '0x5208'} != {'gas': '0x0'}
{'gasUsed': '0x5208'} != {'gasUsed': '0x0'}
Right contains 1 more item:
{'output': '0x'}
Full diff:
{
'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
- 'gas': '0x0',
+ 'gas': '0x5208',
? ++ +
- 'gasUsed': '0x0',
+ 'gasUsed': '0x5208',
? ++ +
'input': '0x',
- 'output': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64',
}
|
integration_tests:
tests/integration_tests/test_tracers.py#L32
test_tracers[ethermint-ws]
AssertionError:
assert {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x5208',\n 'gasUsed': '0x5208',\n 'input': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'} == {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x0',\n 'gasUsed': '0x0',\n 'input': '0x',\n 'output': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'}
Common items:
{'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
'input': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64'}
Differing items:
{'gas': '0x5208'} != {'gas': '0x0'}
{'gasUsed': '0x5208'} != {'gasUsed': '0x0'}
Right contains 1 more item:
{'output': '0x'}
Full diff:
{
'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
- 'gas': '0x0',
+ 'gas': '0x5208',
? ++ +
- 'gasUsed': '0x0',
+ 'gasUsed': '0x5208',
? ++ +
'input': '0x',
- 'output': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64',
}
|
integration_tests
Process completed with exit code 2.
|
test-importer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-importer
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
test-rpc
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-rpc
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
test-unit-cover
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2, 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/
|
test-unit-cover
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
integration_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "debug-files".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
debug-files
|
12.9 MB |
|