Skip to content

[BCI-3438] Add chain writer support to the relayer #2983

[BCI-3438] Add chain writer support to the relayer

[BCI-3438] Add chain writer support to the relayer #2983

Triggered via pull request July 9, 2024 15:33
Status Failure
Total duration 3m 31s
Artifacts

build_external.yml

on: pull_request
Build Chainlink Image
3m 19s
Build Chainlink Image
Solana Build Relay
1m 53s
Solana Build Relay
Starknet Build Relay
2m 33s
Starknet Build Relay
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build Chainlink Image
cannot use &Relayer{} (value of type *Relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *Relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (wrong type for method NewChainWriter)
Build Chainlink Image
cannot use &Relayer{} (value of type *Relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *Relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewChainWriter)
Build Chainlink Image
cannot use (*relayer)(nil) (value of type *relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewChainWriter)
Build Chainlink Image
cannot use &Relayer{} (value of type *Relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *Relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (wrong type for method NewChainWriter)
Build Chainlink Image
cannot use &Relayer{} (value of type *Relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *Relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewChainWriter)
Build Chainlink Image
cannot use (*relayer)(nil) (value of type *relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewChainWriter)
Build Chainlink Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$GO_COVER_FLAG\" = \"true\" ]; then make install-chainlink-cover; else make install-chainlink; fi" did not complete successfully: exit code: 2
Starknet Build Relay
Restore cache failed: Dependencies file is not found in /home/runner/work/chainlink-common/chainlink-common. Supported file pattern: go.sum