Skip to content

add context

add context #298

Triggered via pull request January 20, 2024 02:58
Status Failure
Total duration 10m 49s
Artifacts

integration-tests-docker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run docker tests
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)
Run docker tests
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)
Run docker tests
too many arguments in call to o.impl.ConfigDigest
Run docker tests
too many arguments in call to o.impl.ConfigDigestPrefix
Run docker tests
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)
Run docker tests
too many arguments in call to c.impl.FromAccount
Run docker tests
cannot use newReportingPluginFactoryClient(m.pluginClient.brokerExt, cc) (value of type *reportingPluginFactoryClient) as "github.com/smartcontractkit/chainlink-common/pkg/types".ReportingPluginFactory value in return statement: *reportingPluginFactoryClient does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".ReportingPluginFactory (wrong type for method NewReportingPlugin)
Run docker tests
cannot use &reportCodecClient{…} (value of type *reportCodecClient) as median.ReportCodec value in assignment: *reportCodecClient does not implement median.ReportCodec (wrong type for method BuildReport)
Run docker tests
cannot use (*reportCodecClient)(nil) (value of type *reportCodecClient) as median.ReportCodec value in variable declaration: *reportCodecClient does not implement median.ReportCodec (wrong type for method BuildReport)
Run docker tests
cannot use (*onchainConfigCodecClient)(nil) (value of type *onchainConfigCodecClient) as median.OnchainConfigCodec value in variable declaration: *onchainConfigCodecClient does not implement median.OnchainConfigCodec (wrong type for method Decode)
Run docker tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/