Skip to content

Bloom filter gossip #784

Bloom filter gossip

Bloom filter gossip #784

Triggered via pull request July 27, 2023 18:11
Status Failure
Total duration 3m 57s
Artifacts

ci.yml

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

Annotations

19 errors
Golang Unit Tests v1.19 (ubuntu-20.04): plugin/evm/vm.go#L20
no required module provides package github.com/ava-labs/avalanchego/x/sdk/p2p; to add it:
Golang Unit Tests v1.19 (ubuntu-20.04)
Process completed with exit code 1.
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)
A task was canceled.
Golang Unit Tests Race Detection v1.19 (ubuntu-20.04): plugin/evm/vm.go#L20
no required module provides package github.com/ava-labs/avalanchego/x/sdk/p2p; to add it:
Golang Unit Tests Race Detection v1.19 (ubuntu-20.04)
Process completed with exit code 1.
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 E2E Tests v1.19 (ubuntu-20.04)
Process completed with exit code 1.
Lint: plugin/evm/vm.go#L112
cannot use &VM{} (value of type *VM) as block.ChainVM value in variable declaration: *VM does not implement block.ChainVM (missing method AppGossip) (typecheck)
Lint: plugin/evm/gossiper_atomic_gossiping_test.go#L33
vm.Connected undefined (type *VM has no field or method Connected) (typecheck)
Lint: plugin/evm/gossiper_atomic_gossiping_test.go#L143
vm.AppGossip undefined (type *VM has no field or method AppGossip) (typecheck)
Lint: plugin/evm/gossiper_atomic_gossiping_test.go#L153
vm.AppGossip undefined (type *VM has no field or method AppGossip) (typecheck)
Lint: plugin/evm/gossiper_atomic_gossiping_test.go#L164
vm.AppGossip undefined (type *VM has no field or method AppGossip) (typecheck)
Lint: plugin/evm/syncervm_test.go#L94
syncerVM.AppRequestFailed undefined (type *VM has no field or method AppRequestFailed) (typecheck)
Lint: plugin/evm/syncervm_test.go#L104
syncerVM.AppResponse undefined (type *VM has no field or method AppResponse) (typecheck)
Lint: plugin/evm/syncervm_test.go#L127
vmSetup.serverVM.AppRequest undefined (type *VM has no field or method AppRequest) (typecheck)
Lint: plugin/evm/syncervm_test.go#L212
syncReEnabledVM.AppResponse undefined (type *VM has no field or method AppResponse) (typecheck)
Lint: plugin/evm/syncervm_test.go#L221
syncReEnabledVM.Connected undefined (type *VM has no field or method Connected) (typecheck)