Skip to content

chore: add image-build #18

chore: add image-build

chore: add image-build #18

Triggered via push February 22, 2024 02:04
Status Failure
Total duration 2m 24s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: synchronizer/synchronizer_test.go#L49
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L50
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L82
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L83
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L123
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L124
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L376
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L377
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/l1_parallel_sync/l1_filter_send_orderer_results_to_synchronizer_test.go#L290
cannot use types.NewBlock(&types.Header{…}, nil, nil, nil, nil) (value of type *"github.com/ethereum/go-ethereum/core/types".Block) as *etherman.EtherBlock value in struct literal
lint: synchronizer/l1_parallel_sync/l1_rollup_info_consumer_test.go#L54
cannot use types.NewBlock(&types.Header{…}, nil, nil, nil, nil) (value of type *"github.com/ethereum/go-ethereum/core/types".Block) as *etherman.EtherBlock value in struct literal
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.