Skip to content

Bloom filter gossip #786

Bloom filter gossip

Bloom filter gossip #786

Triggered via pull request July 27, 2023 19:30
Status Failure
Total duration 1m 36s
Artifacts

ci.yml

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

Annotations

17 errors
Golang Unit Tests Race Detection v1.19 (ubuntu-20.04)
Process completed with exit code 1.
Golang Unit Tests v1.19 (ubuntu-20.04)
Process completed with exit code 1.
Lint: sync/syncutils/iterators.go#L12
cannot use &AccountIterator{} (value of type *AccountIterator) as ethdb.Iterator value in variable declaration: *AccountIterator does not implement ethdb.Iterator (missing method Release) (typecheck)
Lint: sync/syncutils/iterators.go#L13
cannot use &StorageIterator{} (value of type *StorageIterator) as ethdb.Iterator value in variable declaration: *StorageIterator does not implement ethdb.Iterator (missing method Error) (typecheck)
Lint: sync/syncutils/iterators.go#L40
it.Hash undefined (type *AccountIterator has no field or method Hash) (typecheck)
Lint: sync/syncutils/iterators.go#L29
it.Account undefined (type *AccountIterator has no field or method Account) (typecheck)
Lint: sync/syncutils/iterators.go#L63
it.Hash undefined (type *StorageIterator has no field or method Hash) (typecheck)
Lint: sync/syncutils/iterators.go#L67
it.Slot undefined (type *StorageIterator has no field or method Slot) (typecheck)
Lint: accounts/abi/bind/util_test.go#L69
missing type in composite literal (typecheck)
Lint: accounts/abi/bind/util_test.go#L118
missing type in composite literal (typecheck)
Lint: accounts/abi/bind/backends/simulated_test.go#L128
missing type in composite literal (typecheck)
Lint: accounts/keystore/keystore_test.go#L455
have[0].Kind undefined (type walletEvent has no field or method Kind) (typecheck)
Golang Unit Tests v1.19 (windows-latest)
The job was canceled because "_1_19_ubuntu-20_04" failed.
Golang Unit Tests v1.19 (windows-latest)
The operation was canceled.
Golang Unit Tests v1.19 (macos-11.0)
The job was canceled because "_1_19_ubuntu-20_04" failed.
Golang Unit Tests v1.19 (macos-11.0)
The operation was canceled.
Golang E2E Tests v1.19 (ubuntu-20.04)
Process completed with exit code 1.