Geth v1.12.2 #2319
ci.yml
on: pull_request
Lint
1m 27s
Golang Unit Tests
11m 50s
e2e precompile tests
4m 30s
e2e warp tests
2m 9s
e2e load tests
1m 52s
Build Docker Image
1m 31s
Annotations
16 errors and 4 warnings
Lint
golangci-lint exit with code 3
|
e2e load tests
cannot use &nofreezedb{…} (value of type *nofreezedb) as ethdb.Database value in return statement: *nofreezedb does not implement ethdb.Database (wrong type for method TruncateHead)
|
e2e load tests
cannot use &table{…} (value of type *table) as ethdb.Database value in return statement: *table does not implement ethdb.Database (wrong type for method TruncateHead)
|
e2e load tests
too many return values
|
e2e load tests
too many return values
|
e2e load tests
Process completed with exit code 1.
|
e2e warp tests
cannot use &nofreezedb{…} (value of type *nofreezedb) as ethdb.Database value in return statement: *nofreezedb does not implement ethdb.Database (wrong type for method TruncateHead)
|
e2e warp tests
cannot use &table{…} (value of type *table) as ethdb.Database value in return statement: *table does not implement ethdb.Database (wrong type for method TruncateHead)
|
e2e warp tests
too many return values
|
e2e warp tests
too many return values
|
e2e warp tests
Process completed with exit code 1.
|
e2e precompile tests
cannot use &nofreezedb{…} (value of type *nofreezedb) as ethdb.Database value in return statement: *nofreezedb does not implement ethdb.Database (wrong type for method TruncateHead)
|
e2e precompile tests
cannot use &table{…} (value of type *table) as ethdb.Database value in return statement: *table does not implement ethdb.Database (wrong type for method TruncateHead)
|
e2e precompile tests
too many return values
|
e2e precompile tests
too many return values
|
e2e precompile tests
Process completed with exit code 1.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e load tests
No files were found with the provided path: /tmp/network-runner-root-data*/. No artifacts will be uploaded.
|
e2e warp tests
No files were found with the provided path: /tmp/network-runner-root-data*/. No artifacts will be uploaded.
|
e2e precompile tests
No files were found with the provided path: /tmp/network-runner-root-data*/. No artifacts will be uploaded.
|