Skip to content

feat: implement reconstruct data column sidecars #46789

feat: implement reconstruct data column sidecars

feat: implement reconstruct data column sidecars #46789

Triggered via pull request March 1, 2025 00:03
Status Failure
Total duration 4m 37s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 2 warnings
Build: beacon-chain/node/node.go#L855
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in argument to regularsync.WithReconstructor: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Build: beacon-chain/node/node.go#L959
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Build
Process completed with exit code 1.
Gosec scan: beacon-chain/node/node.go#L855
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in argument to regularsync.WithReconstructor: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Gosec scan: beacon-chain/node/node.go#L959
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Gosec scan
Process completed with exit code 1.
Lint: beacon-chain/execution/engine_client_test.go#L43
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Lint: beacon-chain/execution/engine_client_test.go#L45
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Lint: beacon-chain/execution/engine_client_fuzz_test.go#L18
could not import github.com/prysmaticlabs/prysm/v5/beacon-chain/execution (-: # github.com/prysmaticlabs/prysm/v5/beacon-chain/execution [github.com/prysmaticlabs/prysm/v5/beacon-chain/execution.test]
Lint: beacon-chain/execution/engine_client_test.go#L43
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Lint: beacon-chain/execution/engine_client_test.go#L45
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Lint: beacon-chain/node/node.go#L855
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in argument to regularsync.WithReconstructor: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Lint: beacon-chain/node/node.go#L959
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
Lint: beacon-chain/sync/rpc_beacon_blocks_by_range_test.go#L246
cannot use mockEngine (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (missing method ReconstructDataColumnSidecars)
Lint: beacon-chain/sync/rpc_beacon_blocks_by_root_test.go#L155
cannot use mockEngine (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (missing method ReconstructDataColumnSidecars)
Lint: beacon-chain/sync/subscriber_beacon_blocks_test.go#L76
cannot use &mockExecution.EngineClient{} (value of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (missing method ReconstructDataColumnSidecars)
Build
Restore cache failed: Dependencies file is not found in /home/runner/work/prysm/prysm. Supported file pattern: go.sum
Lint
Unexpected input(s) 'id', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']