Skip to content

Feat equivalent proofs tmp1 #14658

Feat equivalent proofs tmp1

Feat equivalent proofs tmp1 #14658

Triggered via pull request November 14, 2024 15:13
Status Failure
Total duration 6m 11s
Artifacts

code-coverage.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/