CI Core #76617
ci-core.yml
on: pull_request
Detect Changes
7s
Scheduled Run Frequency
0s
Flakeguard Root Project
/
Get Tests To Run
1m 24s
Clean Go Tidy & Generate
8m 49s
Flakeguard Deployment Project
/
Get Tests To Run
1m 36s
Matrix: core
lint
2m 40s
Matrix: Flakeguard Root Project / Run Tests
Matrix: Flakeguard Deployment Project / Run Tests
SonarQube Scan
0s
Flakey Test Detection
0s
Flakeguard Root Project
/
Report
10s
Flakeguard Deployment Project
/
Report
15s
Annotations
63 errors and 13 warnings
Core Tests (go_core_ccip_deployment_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_ccip_deployment_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_ccip_deployment_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_ccip_deployment_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_ccip_deployment_tests)
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 NewContractWriter)
|
Core Tests (go_core_ccip_deployment_tests)
undefined: relaytypes.ChainWriter
|
Core Tests (go_core_ccip_deployment_tests)
Process completed with exit code 1.
|
Core Tests (go_core_fuzz)
undefined: types.ChainWriter
|
Core Tests (go_core_fuzz)
undefined: types.ChainWriter
|
Core Tests (go_core_fuzz)
undefined: types.ChainWriter
|
Core Tests (go_core_fuzz)
undefined: types.ChainWriter
|
Core Tests (go_core_fuzz)
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 NewContractWriter)
|
Core Tests (go_core_fuzz)
undefined: relaytypes.ChainWriter
|
Core Tests (go_core_fuzz)
Process completed with exit code 1.
|
Core Tests (go_core_tests_integration)
undefined: types.ChainWriter
|
Core Tests (go_core_tests_integration)
undefined: types.ChainWriter
|
Core Tests (go_core_tests_integration)
undefined: types.ChainWriter
|
Core Tests (go_core_tests_integration)
undefined: types.ChainWriter
|
Core Tests (go_core_tests_integration)
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 NewContractWriter)
|
Core Tests (go_core_tests_integration)
undefined: relaytypes.ChainWriter
|
Core Tests (go_core_tests_integration)
Process completed with exit code 1.
|
Core Tests (go_core_race_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_race_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_race_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_race_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_race_tests)
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 NewContractWriter)
|
Core Tests (go_core_race_tests)
undefined: relaytypes.ChainWriter
|
Core Tests (go_core_race_tests)
Process completed with exit code 1.
|
Flakeguard Deployment Project / Report
Process completed with exit code 1.
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/generic, ubuntu-la...
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 NewContractWriter)
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/generic, ubuntu-la...
undefined: relaytypes.ChainWriter
|
|
|
|
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/generic, ubuntu-la...
Process completed with exit code 1.
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest)
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 NewContractWriter)
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest)
undefined: relaytypes.ChainWriter
|
|
|
|
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest)
Process completed with exit code 1.
|
Flakeguard Root Project / Report
Process completed with exit code 1.
|
lint
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 NewContractWriter)
|
lint
undefined: relaytypes.ChainWriter
|
lint
undefined: types.ChainWriter
|
lint
undefined: types.ChainWriter
|
lint
undefined: types.ChainWriter
|
lint
undefined: types.ChainWriter
|
lint:
core/services/relay/evm/evmtesting/bindings_test_adapter.go#L56
cannot use wrapped (variable of type *EVMChainComponentsInterfaceTester[*"testing".T]) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in struct literal: *EVMChainComponentsInterfaceTester[*"testing".T] does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method GetContractWriter)
|
lint:
core/services/relay/evm/evmtesting/run_tests.go#L46
cannot use it (variable of type *EVMChainComponentsInterfaceTester[T]) as interfacetests.ChainComponentsInterfaceTester[T] value in argument to RunContractReaderInterfaceTests[T]: *EVMChainComponentsInterfaceTester[T] does not implement interfacetests.ChainComponentsInterfaceTester[T] (missing method GetContractWriter)
|
lint:
core/services/relay/evm/evmtesting/run_tests.go#L64
in call to SubmitTransactionToCW, type *EVMChainComponentsInterfaceTester[T] of it does not match inferred type interfacetests.ChainComponentsInterfaceTester[T] for interfacetests.ChainComponentsInterfaceTester[T]
|
lint:
core/services/relay/evm/evmtesting/run_tests.go#L346
in call to SubmitTransactionToCW, type *EVMChainComponentsInterfaceTester[T] of it does not match inferred type interfacetests.ChainComponentsInterfaceTester[T] for interfacetests.ChainComponentsInterfaceTester[T]
|
Core Tests (go_core_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_tests)
undefined: types.ChainWriter
|
Core Tests (go_core_tests)
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 NewContractWriter)
|
Core Tests (go_core_tests)
undefined: relaytypes.ChainWriter
|
Core Tests (go_core_tests)
Process completed with exit code 1.
|
Clean Go Tidy & Generate
cannot use solana.NewRelayer(lggr, chain, r.CapabilitiesRegistry) (value of type *\"github.com/smartcontractkit/chainlink-solana/pkg/solana\".Relayer) as \"github.com/smartcontractkit/chainlink-common/pkg/types\".Relayer value in argument to relay.NewServerAdapter: *\"github.com/smartcontractkit/chainlink-solana/pkg/solana\".Relayer does not implement \"github.com/smartcontractkit/chainlink-common/pkg/types\".Relayer (missing method NewContractWriter)" dry-run=false version=v2.46.3
|
Clean Go Tidy & Generate
Process completed with exit code 2.
|
Scheduled Run Frequency
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Detect Changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Detect Changes
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|
Detect Changes
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|
Flakeguard Root Project / Get Tests To Run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Flakeguard Deployment Project / Get Tests To Run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Flakeguard Deployment Project / Report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/generic, ubuntu-la...
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/generic, ubuntu-la...
No files were found with the provided path: test-result.json. No artifacts will be uploaded.
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest)
No files were found with the provided path: test-result.json. No artifacts will be uploaded.
|
Flakeguard Root Project / Report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
No files were found with the provided path: ./golangci-lint-report.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
go_core_ccip_deployment_tests_logs
Expired
|
1.55 KB |
|
go_core_fuzz_logs
Expired
|
1.54 KB |
|
go_core_race_tests_logs
Expired
|
1.65 KB |
|
go_core_tests_integration_logs
Expired
|
1.54 KB |
|
go_core_tests_logs
Expired
|
1.55 KB |
|