CCIP-4918 feat: Add SVM encoding and decoding to MessageHasher.sol (#… #2668
ci-core-partial.yml
on: push
Detect Changes
6s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
4 errors and 2 warnings
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-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
--- FAIL: TestScripts (0.01s)
--- FAIL: TestScripts/keys/eth/list (0.00s)
--- FAIL: TestScripts/keys/eth/list/unavailable (2.62s)
main_test.go:82: test port requested: PORT
main_test.go:98: test database requested: CL_DATABASE_URL
testscript.go:584: # start node (0.085s)
# initialize client (2.249s)
> env NODEURL=http://localhost:$PORT
> exec curl --retry 10 --retry-max-time 60 --retry-connrefused $NODEURL
[stdout]
404 page not found
[stderr]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 10009 after 0 ms: Connection refused
Warning: Problem : connection refused. Will retry in 1 seconds. 10 retries
Warning: left.
\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r100 19 100 19 0 0 29096 0 --:--:-- --:--:-- --:--:-- 19000
> exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
[stderr]
Post "http://localhost:10009/sessions": dial tcp [::1]:10009: connect: connection refused
[exit status 1]
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:8: unexpected command failure
> exec chainlink --remote-node-url $NODEURL keys eth list
[stderr]
Get "http://localhost:10009/v2/keys/evm": dial tcp [::1]:10009: connect: connection refused
[exit status 1]
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:10: unexpected command failure
> ! stdout 'ETH: <nil>'
> ! stdout 'LINK: <nil>'
> ! stdout '<nil>'
> stdout 'ETH: Unknown'
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:14: no match for `ETH: Unknown` found in stdout
> stdout 'LINK: Unknown'
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:15: no match for `LINK: Unknown` found in stdout
[background] chainlink node -c config.toml start -p password -a creds: exit status 1
[stderr]
2025-01-21T06:15:39.195Z [INFO] Starting Chainlink Node unset at commit unset cmd/shell_local.go:325 SHA=unset Version=unset logger=RunNode version=unset@unset
2025-01-21T06:15:39.252Z [INFO] Starting StartUpHealthReport services/health.go:55 version=unset@unset
2025-01-21T06:15:39.283Z [INFO] StartUpHealthReport shutdown complete services/health.go:47 version=unset@unset
2025-01-21T06:15:39.309Z [INFO] Created CSA key with ID 259a56d3f9d3be2c4985265648b6ca04bbb7d236153d622921b48696c13ffb5d keystore/csa.go:153 logger=KeyStore version=unset@unset
2025-01-21T06:15:40.449Z [INFO] Shutting down due to interrupt signal received... cmd/shell_local.go:352 logger=RunNode version=unset@unset
time=2025-01-21T06:15:40.507Z level=INFO msg="Graceful shutdown time: 57.865961ms"
fatal error instantiating application: faile
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/internal/features/ocr2/plugins: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-internal-features-ocr2-plugins-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 [11501]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" took ports [11502 11503 11504 11505]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" returned ports [11502 11503 11504 11505]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/legacy" returned ports [11501]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" took ports [11510]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" took ports [11511 11512 11513 11514]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" returned ports [11511 11512 11513 11514]
[DEBUG] freeport: Test "TestIntegration_OCR2_plugins/chain-reader" returned ports [11510]
--- FAIL: TestIntegration_OCR2_plugins (282.18s)
--- FAIL: TestIntegration_OCR2_plugins/legacy (195.17s)
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tWrappedDB\tlogger/logger.go:189\tNew logger: WrappedDB\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tMailbox.Monitor\tlogger/logger.go:189\tNew logger: Monitor\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tLoopRegistry\tlogger/logger.go:189\tNew logger: LoopRegistry\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tRetirementReportCache\tlogger/logger.go:189\tNew logger: RetirementReportCache\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tINFO\tEVM.1337\tevm/relayer_extender.go:70\tLoading chain 1337\t{"version": "unset@unset", "evmChainID": "1337"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.HeadBroadcaster\tlogger/logger.go:189\tNew logger: HeadBroadcaster\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.HeadSaver\tlogger/logger.go:189\tNew logger: HeadSaver\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.HeadTracker\tlogger/logger.go:189\tNew logger: HeadTracker\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.HeadTracker.HeadListener\tlogger/logger.go:189\tNew logger: HeadListener\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.LogPoller\tlogger/logger.go:189\tNew logger: LogPoller\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\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: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.Txm.WrappedEvmEstimator\tlogger/logger.go:189\tNew logger: WrappedEvmEstimator\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\tDEBUG\tEVM.1337.Txm.FixedPriceEstimator\tlogger/logger.go:189\tNew logger: FixedPriceEstimator\t{"version": "unset@unset"}
logger.go:146: 2025-01-21T06:15:41.402Z\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}
logge
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2, github.com/smartcontractkit/chainlink/v2/core/internal/features/ocr2/plugins
|
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/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-ccip-deployment-12881112536
Expired
|
11.1 KB |
|
build-logs-core-12881112536
Expired
|
250 KB |
|
run-logs-ccip-deployment-12881112536
Expired
|
50.1 KB |
|
run-logs-core-12881112536
Expired
|
1.03 MB |
|