Problem: go-ethereum is not updated #728
test.yml
on: pull_request
integration_tests
32m 59s
cleanup-runs
5s
test-unit-cover
5m 17s
test-importer
2m 0s
test-rpc
6m 0s
test-sim-nondeterminism
12m 57s
test-sim-random-genesis-fast
2m 37s
test-sim-import-export
18m 9s
test-sim-after-import
24m 37s
Matrix: upload-cache
Annotations
17 errors and 3 warnings
test-importer:
tests/importer/chain_ctx_test.go#L75
not enough arguments in call to cc.Finalize
|
test-importer
Process completed with exit code 2.
|
test-unit-cover:
x/evm/statedb/statedb_test.go#L477
db.PrepareAccessList undefined (type vm.StateDB has no field or method PrepareAccessList)
|
test-unit-cover:
x/feemarket/migrations/v4/types/params.go#L80
undefined: params.BaseFeeChangeDenominator
|
test-unit-cover:
x/feemarket/migrations/v4/types/params.go#L81
undefined: params.ElasticityMultiplier
|
test-unit-cover
Process completed with exit code 2.
|
test-rpc
Process completed with exit code 2.
|
integration_tests:
tests/integration_tests/test_fee_history.py#L69
test_basic[ethermint]
KeyError: 'result'
|
integration_tests:
tests/integration_tests/test_fee_history.py#L97
test_change[ethermint]
KeyError: 'result'
|
integration_tests:
tests/integration_tests/test_fee_history.py#L133
test_next[ethermint]
KeyError: 'result'
|
integration_tests:
tests/integration_tests/test_fee_history.py#L155
test_beyond_head[ethermint]
AssertionError: assert 'request beyond head block: requested 9223372036854775807' in 'invalid argument 0: json: cannot unmarshal number into Go value of type *math.HexOrDecimal64'
|
integration_tests:
tests/integration_tests/test_fee_history.py#L170
test_percentiles[ethermint]
assert False
+ where False = all(<generator object test_percentiles.<locals>.<genexpr> at 0x7f0b975da030>)
|
integration_tests:
tests/integration_tests/test_fee_history.py#L227
test_concurrent
KeyError: 'result'
|
integration_tests:
tests/integration_tests/test_tracers.py#L32
test_tracers[ethermint]
AssertionError:
assert {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x0',\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',
'gas': '0x0',
'input': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64'}
Differing items:
{'gasUsed': '0x5208'} != {'gasUsed': '0x0'}
Right contains 1 more item:
{'output': '0x'}
Full diff:
{
'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
'gas': '0x0',
- 'gasUsed': '0x0',
+ 'gasUsed': '0x5208',
? ++ +
'input': '0x',
- 'output': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64',
}
|
integration_tests:
tests/integration_tests/test_types.py#L347
test_fee_history[ethermint]
AssertionError: error key not on both json
assert False
|
integration_tests:
tests/integration_tests/test_tracers.py#L32
test_tracers[ethermint-ws]
AssertionError:
assert {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x0',\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',
'gas': '0x0',
'input': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64'}
Differing items:
{'gasUsed': '0x5208'} != {'gasUsed': '0x0'}
Right contains 1 more item:
{'output': '0x'}
Full diff:
{
'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
'gas': '0x0',
- 'gasUsed': '0x0',
+ 'gasUsed': '0x5208',
? ++ +
'input': '0x',
- 'output': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64',
}
|
integration_tests:
tests/integration_tests/test_types.py#L347
test_fee_history[ethermint-ws]
AssertionError: error key not on both json
assert False
|
test-importer
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
test-unit-cover
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
test-rpc
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
debug-files
Expired
|
18.4 MB |
|