[DEVSVCS-963] Ensure that workflow id is unique #159
ci-core-partial.yml
on: pull_request
Detect Changes
9s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
24 errors and 5 warnings
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/keeper: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-keeper-test '-test.timeout=10m'
--- FAIL: TestKeeperEthIntegration (0.00s)
--- FAIL: TestKeeperEthIntegration/eip1559_registry1_1 (3.78s)
logger.go:146: 2024-12-10T14:52:18.821Z\tINFO\tEVM.1337\tevm/relayer_extender.go:70\tLoading chain 1337\t{"version": "unset@unset", "evmChainID": "1337"}
logger.go:146: 2024-12-10T14:52:18.821Z\tINFO\tEVM.1337.Txm\tlegacyevm/evm_txm.go:40\tInitializing EVM transaction manager\t{"version": "unset@unset", "bumpTxDepth": 16, "maxInFlightTransactions": 16, "maxQueuedTransactions": 250, "nonceAutoSync": true, "limitDefault": 500000}
logger.go:146: 2024-12-10T14:52:18.821Z\tINFO\tEVM.1337.Txm\tgas/models.go:58\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": "1 gwei", "priceMin": "0", "estimateLimit": false, "daOracleType": null, "daOracleAddress": "<nil>"}
logger.go:146: 2024-12-10T14:52:18.821Z\tINFO\tEVM.1337.Txm\ttxmgr/builder.go:51\tEvmForwarderManager: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.821Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:175\tResender: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.821Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:180\tTxReaper: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.836Z\tDEBUG\tchainlink/application.go:333\tExternal registry not configured, skipping registry syncer and starting with an empty registry\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.836Z\tDEBUG\tchainlink/application.go:364\tPyroscope (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.836Z\tINFO\tchainlink/application.go:372\tNurse service (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.836Z\tINFO\tchainlink/application.go:388\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-10T14:52:18.836Z\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-10T14:52:18.836Z\tDEBUG\tchainlink/application.go:548\tP2P stack not needed\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.836Z\tDEBUG\tchainlink/application.go:588\tOff-chain reporting disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.836Z\tDEBUG\tchainlink/application.go:639\tOff-chain reporting v2 disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:18.881Z\tERROR\tchainlink/application.go:751\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:751
github.com/smartcontractkit/chainlink/v2/core/internal/cltest.(*TestApplication).Start
\t/home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:609
github.com/smartcontractkit/chainlink/v2/core/services/keeper_test.TestKeeperEthIntegration.func1
\t/home/runner/work/chainlink/chainlink/core/services/keeper/integration_test.go:249
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/internal/features/ocr2: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-internal-features-ocr2-test '-test.timeout=10m'
[INFO] freeport: detected ephemeral port range of [32768, 60999]
[INFO] freeport: reducing max blocks from 30 to 15 to avoid the ephemeral port range
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" took ports [28001]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" took ports [28002 28003 28004 28005]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" returned ports [28002 28003 28004 28005]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" returned ports [28001]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" took ports [28010]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" took ports [28011 28012 28013 28014]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" returned ports [28011 28012 28013 28014]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" returned ports [28010]
--- FAIL: TestIntegration_OCR2_plugins (336.43s)
--- FAIL: TestIntegration_OCR2_plugins/legacy (248.62s)
logger.go:146: 2024-12-10T14:52:00.468Z\tINFO\tEVM.1337\tevm/relayer_extender.go:70\tLoading chain 1337\t{"version": "unset@unset", "evmChainID": "1337"}
logger.go:146: 2024-12-10T14:52:00.468Z\tINFO\tEVM.1337.Txm\tlegacyevm/evm_txm.go:40\tInitializing EVM transaction manager\t{"version": "unset@unset", "bumpTxDepth": 16, "maxInFlightTransactions": 16, "maxQueuedTransactions": 250, "nonceAutoSync": true, "limitDefault": 500000}
logger.go:146: 2024-12-10T14:52:00.468Z\tINFO\tEVM.1337.Txm\tgas/models.go:58\tInitializing EVM gas estimator in mode: FixedPrice\t{"version": "unset@unset", "estimatorMode": "FixedPrice", "batchSize": 25, "blockDelay": 1, "blockHistorySize": 8, "eip1559FeeCapBufferBlocks": 1, "transactionPercentile": 60, "eip1559DynamicFees": false, "gasBumpPercent": 20, "gasBumpThreshold": 0, "bumpMin": "5 gwei", "feeCapDefault": "1 gwei", "limitMultiplier": 1, "priceDefault": "1 gwei", "tipCapDefault": "1 mwei", "tipCapMin": "1 wei", "priceMax": "1 gwei", "priceMin": "0", "estimateLimit": false, "daOracleType": null, "daOracleAddress": "<nil>"}
logger.go:146: 2024-12-10T14:52:00.468Z\tINFO\tEVM.1337.Txm\ttxmgr/builder.go:51\tEvmForwarderManager: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.469Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:175\tResender: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.469Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:180\tTxReaper: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.477Z\tDEBUG\tchainlink/application.go:333\tExternal registry not configured, skipping registry syncer and starting with an empty registry\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.477Z\tDEBUG\tchainlink/application.go:364\tPyroscope (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.477Z\tINFO\tchainlink/application.go:372\tNurse service (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.477Z\tINFO\tchainlink/application.go:388\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-10T14:52:00.477Z\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-10T14:52:00.477Z\tDEBUG\tchainlink/application.go:588\tOff-chain reporting disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-10T14:52:00.477Z\tDEBUG\tchainlink/application.go:592\tOff-chain reporting v2 enabled\t{"version":
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2/core/internal/features/ocr2, github.com/smartcontractkit/chainlink/v2/core/services/keeper
|
Tests (core)
Error, 2 tests completed with an error, or failed to run. See output for details.. Error: 2 tests completed with an error, or failed to run. See output for details.
at validateRunResultsOrThrow (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107038:11)
at runTestBinaries (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107175:10)
at async runStep (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107328:26)
at async run (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107281: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']
|
Tests (ccip-deployment)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Tests (ccip-deployment)
Current branch (refs/pull/15582/merge) is not the default branch (develop). Will not update index.
|
Tests (core)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-logs-ccip-deployment-12258559863
Expired
|
9.5 KB |
|
build-logs-core-12258559863
Expired
|
245 KB |
|
run-logs-ccip-deployment-12258559863
Expired
|
8.45 KB |
|
run-logs-core-12258559863
Expired
|
1.12 MB |
|