Skip to content

fix: add an empty freeze db #3789

fix: add an empty freeze db

fix: add an empty freeze db #3789

Triggered via pull request May 28, 2024 09:33
Status Failure
Total duration 2m 8s
Artifacts

build-test.yml

on: pull_request
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
unit-test (1.21.x, ubuntu-latest): core/rawdb/database.go#L406
cannot use db (variable of type *emptyfreezedb) as ethdb.Database value in return statement: *emptyfreezedb does not implement ethdb.Database (missing method HasSeparateBlockStore)
unit-test (1.21.x, ubuntu-latest): core/rawdb/database.go#L417
cannot use db (variable of type *emptyfreezedb) as ethdb.Database value in return statement: *emptyfreezedb does not implement ethdb.Database (missing method HasSeparateBlockStore)
unit-test (1.21.x, ubuntu-latest): core/rawdb/database.go#L457
cannot use &emptyfreezedb{…} (value of type *emptyfreezedb) as ethdb.Database value in return statement: *emptyfreezedb does not implement ethdb.Database (missing method HasSeparateBlockStore)
unit-test (1.21.x, ubuntu-latest)
Process completed with exit code 2.
unit-test (1.21.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.