CCIP-4687 Support Solana in the FeeQuoter #1255
ci-core-partial.yml
on: pull_request
Detect Changes
7s
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.52s)
main_test.go:82: test port requested: PORT
main_test.go:98: test database requested: CL_DATABASE_URL
testscript.go:584: # start node (0.053s)
# initialize client (2.241s)
> 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 23505 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 24675 0 --:--:-- --:--:-- --:--:-- 19000
> exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
[stderr]
Post "http://localhost:23505/sessions": dial tcp [::1]:23505: 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:23505/v2/keys/evm": dial tcp [::1]:23505: 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]
2024-12-27T18:57:14.700Z [INFO] Starting Chainlink Node unset at commit unset cmd/shell_local.go:325 SHA=unset Version=unset logger=RunNode version=unset@unset
2024-12-27T18:57:14.760Z [INFO] Starting StartUpHealthReport services/health.go:55 version=unset@unset
2024-12-27T18:57:14.781Z [INFO] StartUpHealthReport shutdown complete services/health.go:47 version=unset@unset
2024-12-27T18:57:14.788Z [INFO] Created CSA key with ID 1403c1c4beea36680170c9e76057b5a6916c6132f99c7249c67dfd259ebfe49b keystore/csa.go:153 logger=KeyStore version=unset@unset
2024-12-27T18:57:15.840Z [INFO] Shutting down due to interrupt signal received... cmd/shell_local.go:352 logger=RunNode version=unset@unset
time=2024-12-27T18:57:15.963Z level=INFO msg="Graceful shutdown time: 122.64139ms"
fatal error instantiating application: faile
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/capabilities/workflows/syncer: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-capabilities-workflows-syncer-test '-test.timeout=10m'
--- FAIL: Test_InitialStateSync (186.93s)
logger.go:146: 2024-12-27T18:58:04.759Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:1104\tLatest blocks read from chain\t{"version": "unset@unset", "latest": 6, "finalized": 4}
logger.go:146: 2024-12-27T18:58:04.759Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:997\tPolling for logs\t{"version": "unset@unset", "currentBlockNumber": 4}
logger.go:146: 2024-12-27T18:58:04.759Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:1104\tLatest blocks read from chain\t{"version": "unset@unset", "latest": 6, "finalized": 4}
logger.go:146: 2024-12-27T18:58:04.760Z\tINFO\tLogPoller\tlogpoller/log_poller.go:959\tDo not have previous block, first poll ever on new chain or after backfill\t{"version": "unset@unset", "currentBlockNumber": 4}
logger.go:146: 2024-12-27T18:58:04.760Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:1064\tUnfinalized log query\t{"version": "unset@unset", "logs": 0, "currentBlockNumber": 4, "blockHash": "0x750778c7426c25aa586edf08712e7c0a2d660cdb8cde6134df5acbde26f79e69", "timestamp": "2024-12-27T18:58:06.000Z"}
logger.go:146: 2024-12-27T18:58:06.214Z\tDEBUG\tsyncer/workflow_registry.go:206\tWaiting for DON...\t{"version": "unset@unset"}
workflow_syncer_test.go:277:
\tError Trace:\t/home/runner/work/chainlink/chainlink/core/services/relay/evm/capabilities/workflows/syncer/workflow_syncer_test.go:277
\tError: \tCondition never satisfied
\tTest: \tTest_InitialStateSync
logger.go:146: 2024-12-27T19:01:11.661Z\tDEBUG\tsyncer/workflow_registry.go:219\tLoading initial workflows for DON\t{"version": "unset@unset", "DON": 1}
logger.go:146: 2024-12-27T19:01:11.662Z\tERROR\tsyncer/workflow_registry.go:225\tfailed to load workflows\t{"version": "unset@unset", "err": "failed to get lastest value with head data internal error: head tracker: context canceled"}
github.com/smartcontractkit/chainlink/v2/core/services/workflows/syncer.(*workflowRegistry).Start.func1.1
\t/home/runner/work/chainlink/chainlink/core/services/workflows/syncer/workflow_registry.go:225
logger.go:146: 2024-12-27T19:01:11.663Z\tWARN\tLogPoller\tlogpoller/log_poller.go:1061\tUnable to query for logs, retrying\t{"version": "unset@unset", "err": "context canceled", "block": 5}
logger.go:146: 2024-12-27T19:01:11.663Z\tERROR\tLogPoller\tlogpoller/log_poller.go:637\tunable to get starting block\t{"version": "unset@unset", "err": "context canceled"}
github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller.(*logPoller).run
\t/home/runner/work/chainlink/chainlink/core/chains/evm/logpoller/log_poller.go:637
FAIL
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2, github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/capabilities/workflows/syncer
|
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-12519589548
Expired
|
10.4 KB |
|
build-logs-core-12519589548
Expired
|
245 KB |
|
run-logs-core-12519589548
Expired
|
90.6 KB |
|