Skip to content

rmn PeerClient implementation #668

rmn PeerClient implementation

rmn PeerClient implementation #668

Triggered via pull request September 20, 2024 09:56
Status Failure
Total duration 3m 19s
Artifacts

ccip-integration-test.yml

on: pull_request
Matrix: integration-test-ccip-ocr3
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
integration-test-ccip-ocr3 (1.22.5)
cannot use &offchainConfigDigesterClient{…} (value of type *offchainConfigDigesterClient) as "github.com/smartcontractkit/libocr/offchainreporting2plus/types".OffchainConfigDigester value in assignment: *offchainConfigDigesterClient does not implement "github.com/smartcontractkit/libocr/offchainreporting2plus/types".OffchainConfigDigester (wrong type for method ConfigDigest)
integration-test-ccip-ocr3 (1.22.5)
cannot use (*offchainConfigDigesterClient)(nil) (value of type *offchainConfigDigesterClient) as "github.com/smartcontractkit/libocr/offchainreporting2plus/types".OffchainConfigDigester value in variable declaration: *offchainConfigDigesterClient does not implement "github.com/smartcontractkit/libocr/offchainreporting2plus/types".OffchainConfigDigester (wrong type for method ConfigDigest)
integration-test-ccip-ocr3 (1.22.5)
not enough arguments in call to o.impl.ConfigDigest
integration-test-ccip-ocr3 (1.22.5)
not enough arguments in call to o.impl.ConfigDigestPrefix
integration-test-ccip-ocr3 (1.22.5)
cannot use (*contractTransmitterClient)(nil) (value of type *contractTransmitterClient) as "github.com/smartcontractkit/libocr/offchainreporting2plus/types".ContractTransmitter value in variable declaration: *contractTransmitterClient does not implement "github.com/smartcontractkit/libocr/offchainreporting2plus/types".ContractTransmitter (wrong type for method FromAccount)
integration-test-ccip-ocr3 (1.22.5)
not enough arguments in call to c.impl.FromAccount
integration-test-ccip-ocr3 (1.22.5)
cannot use &contractTransmitterClient{…} (value of type *contractTransmitterClient) as "github.com/smartcontractkit/libocr/offchainreporting2plus/types".ContractTransmitter value in assignment: *contractTransmitterClient does not implement "github.com/smartcontractkit/libocr/offchainreporting2plus/types".ContractTransmitter (wrong type for method FromAccount)
integration-test-ccip-ocr3 (1.22.5)
cannot use (*contractTransmitterClient)(nil) (value of type *contractTransmitterClient) as ocr3types.ContractTransmitter[[]byte] value in variable declaration: *contractTransmitterClient does not implement ocr3types.ContractTransmitter[[]byte] (wrong type for method FromAccount)
integration-test-ccip-ocr3 (1.22.5)
not enough arguments in call to c.impl.FromAccount
integration-test-ccip-ocr3 (1.22.5)
cannot use ReportCodec{} (value of type ReportCodec) as median.ReportCodec value in variable declaration: ReportCodec does not implement median.ReportCodec (wrong type for method BuildReport)
integration-test-ccip-ocr3 (1.22.5)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/