Feat equivalent proofs tmp1 #14850
Annotations
10 errors and 1 warning
Build (ubuntu-latest):
consensus/spos/bls/proxy/subroundsHandler_test.go#L42
cannot use worker (variable of type *"github.com/multiversx/mx-chain-go/testscommon/consensus".SposWorkerMock) as "github.com/multiversx/mx-chain-go/factory".ConsensusWorker value in struct literal: *"github.com/multiversx/mx-chain-go/testscommon/consensus".SposWorkerMock does not implement "github.com/multiversx/mx-chain-go/factory".ConsensusWorker (wrong type for method ReceivedProof)
|
Build (ubuntu-latest):
dataRetriever/dataPool/dataPool_test.go#L36
cannot use &dataRetrieverMocks.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in struct literal: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
epochStart/bootstrap/process_test.go#L996
cannot use &dataRetrieverMock.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in return statement: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
epochStart/bootstrap/process_test.go#L2415
cannot use &dataRetrieverMock.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in return statement: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
factory/consensus/consensusComponents_test.go#L106
cannot use &dataRetrieverMocks.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in return statement: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
process/factory/interceptorscontainer/metaInterceptorsContainerFactory_test.go#L84
cannot use &dataRetrieverMock.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in return statement: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
process/factory/interceptorscontainer/shardInterceptorsContainerFactory_test.go#L95
cannot use &dataRetrieverMock.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in return statement: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
process/interceptors/processor/hdrInterceptorProcessor_test.go#L20
cannot use &dataRetriever.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in struct literal: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
process/interceptors/processor/hdrInterceptorProcessor_test.go#L183
cannot use &dataRetriever.ProofsPoolMock{…} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in assignment: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest):
process/sync/shardblock_test.go#L70
cannot use &dataRetrieverMock.ProofsPoolMock{} (value of type *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock) as "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool value in return statement: *"github.com/multiversx/mx-chain-go/testscommon/dataRetriever".ProofsPoolMock does not implement "github.com/multiversx/mx-chain-go/dataRetriever".ProofsPool (missing method RegisterHandler)
|
Build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|