Fixed flakes and added parallelization to ChainComponents tests #1198
ci-core-partial.yml
on: pull_request
Detect Changes
9s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
4 errors and 2 warnings
Tests (ccip-deployment)
go list -f {{.ImportPath}}:{{.Dir}} ./..., Command failed with exit code 1: go list -f '{{.ImportPath}}:{{.Dir}}' ./.... exit code: 1. cause: undefined. ExecaError: Command failed with exit code 1: go list -f '{{.ImportPath}}:{{.Dir}}' ./...
environment.go:21:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/logger (imported by github.com/smartcontractkit/chainlink/deployment); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment
../core/utils/thread_control.go:7:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/services (imported by github.com/smartcontractkit/chainlink-ccip/pkg/reader); to add:
\tgo get github.com/smartcontractkit/chainlink-ccip/pkg/[email protected]
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/contractreader/contractreader_facade.go:6:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types (imported by github.com/smartcontractkit/chainlink-ccip/pkg/reader); to add:
\tgo get github.com/smartcontractkit/chainlink-ccip/pkg/[email protected]
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/contractreader/contractreader_facade.go:7:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types/query (imported by github.com/smartcontractkit/chainlink-ccip/pkg/reader); to add:
\tgo get github.com/smartcontractkit/chainlink-ccip/pkg/[email protected]
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/contractreader/contractreader_facade.go:8:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types/query/primitives (imported by github.com/smartcontractkit/chainlink-ccip/pkg/reader); to add:
\tgo get github.com/smartcontractkit/chainlink-ccip/pkg/[email protected]
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pluginconfig/commit.go:14:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/config (imported by github.com/smartcontractkit/chainlink/deployment/ccip/changeset); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment/ccip/changeset
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pluginconfig/commit.go:12:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/merklemulti (imported by github.com/smartcontractkit/chainlink/deployment/ccip/changeset); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment/ccip/changeset
ccip/changeset/test_assertions.go:18:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils (imported by github.com/smartcontractkit/chainlink/deployment/ccip/changeset); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment/ccip/changeset
ccip/changeset/test_assertions.go:19:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/tests (imported by github.com/smartcontractkit/chainlink/deployment/ccip/changeset); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment/ccip/changeset
../core/chains/evm/utils/ethabi.go:16:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/hex (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils); to add:
\tgo get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
../core/chains/evm/utils/big/big.go:11:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/big_math (imported by github.com/smartcontractkit/chainlink/
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-test '-test.timeout=10m'
--- FAIL: TestChainComponents (0.07s)
logger.go:146: 2024-12-23T14:53:02.533Z\tINFO\tEVM.1337\tevm/relayer_extender.go:70\tLoading chain 1337\t{"version": "unset@unset", "evmChainID": "1337"}
logger.go:146: 2024-12-23T14:53:02.533Z\tINFO\tEVM.1337.Txm\tgas/models.go:59\tInitializing EVM gas estimator in mode: FixedPrice\t{"version": "unset@unset", "estimatorMode": "FixedPrice", "batchSize": 25, "blockDelay": 1, "blockHistorySize": 8, "eip1559FeeCapBufferBlocks": 1, "transactionPercentile": 60, "eip1559DynamicFees": true, "gasBumpPercent": 20, "gasBumpThreshold": 0, "bumpMin": "5 gwei", "feeCapDefault": "1 gwei", "limitMultiplier": 1, "priceDefault": "1 gwei", "tipCapDefault": "1 mwei", "tipCapMin": "1 wei", "priceMax": "100 gwei", "priceMin": "0", "estimateLimit": false, "daOracleType": null, "daOracleAddress": "<nil>"}
logger.go:146: 2024-12-23T14:53:02.533Z\tINFO\tEVM.1337.Txm\tlegacyevm/evm_txm.go:34\tInitializing EVM transaction manager\t{"version": "unset@unset", "bumpTxDepth": 16, "maxInFlightTransactions": 16, "maxQueuedTransactions": 250, "nonceAutoSync": true, "limitDefault": 500000}
logger.go:146: 2024-12-23T14:53:02.533Z\tINFO\tEVM.1337.Txm\ttxmgr/builder.go:51\tEvmForwarderManager: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.533Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:175\tResender: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.533Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:180\tTxReaper: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tDEBUG\tchainlink/application.go:328\tExternal registry not configured, skipping registry syncer and starting with an empty registry\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tDEBUG\tchainlink/application.go:359\tPyroscope (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tINFO\tchainlink/application.go:367\tNurse service (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tINFO\tchainlink/application.go:383\tDatabaseBackup: periodic database backups are disabled. To enable automatic backups, set Database.Backup.Mode=lite or Database.Backup.Mode=full\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tWARN\tTelemetryManager\ttelemetry/manager.go:78\tno telemetry endpoint found for network "EVM" chainID "1337", telemetry "head-report" for contractID "" will NOT be sent\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tDEBUG\tchainlink/application.go:543\tP2P stack not needed\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tDEBUG\tchainlink/application.go:583\tOff-chain reporting disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.537Z\tDEBUG\tchainlink/application.go:634\tOff-chain reporting v2 disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:53:02.549Z\tERROR\tchainlink/application.go:746\t[Feeds Service] Failed to start CSA key does not exist\t{"version": "unset@unset"}
github.com/smartcontractkit/chainlink/v2/core/services/chainlink.(*ChainlinkApplication).Start
\t/home/runner/work/chainlink/chainlink/core/services/chainlink/application.go:746
github.com/smartcontractkit/chainlink/v2/core/internal/cltest.(*TestApplication).Start
\t/home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:610
github.com/smartcontractkit/chainlink/v2/core/services/relay/evm_test.(*helper).TXM
\t/home/runner/work/chainlink/chainlink/core/services/relay/evm/chain_components_test.go:446
github.com/smartcontractkit/chainlink/v2/core/services/relay/evm_test.(*helper).Init
\t/home/runner/work/chainlink/chainlink/core/services/
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2/core/services/relay/evm
|
Tests (core)
Error, 1 tests completed with an error, or failed to run. See output for details.. Error: 1 tests completed with an error, or failed to run. See output for details.
at validateRunResultsOrThrow (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116108:11)
at runTestBinaries (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116243:10)
at async runStep (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116376:26)
at async run (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116326:25)
|
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']
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-logs-core-12468602449
Expired
|
245 KB |
|
run-logs-core-12468602449
Expired
|
92.7 KB |
|