Node Version Heartbeat #1796
ci-core-partial.yml
on: pull_request
Detect Changes
6s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
4 errors and 3 warnings
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/chainlink: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-chainlink-test '-test.timeout=10m'
--- FAIL: TestTelemetryConfig_ResourceAttributes (0.00s)
--- FAIL: TestTelemetryConfig_ResourceAttributes/DefaultAttributes (0.00s)
config_telemetry_test.go:118:
\tError Trace:\t/home/runner/work/chainlink/chainlink/core/services/chainlink/config_telemetry_test.go:118
\tError: \tNot equal:
\t \texpected: map[string]string{"service.name":"chainlink", "service.version":"unset"}
\t \tactual : map[string]string{"service.name":"chainlink", "service.sha":"unset", "service.shortversion":"unset@unset", "service.version":"unset"}
\t \t
\t \tDiff:
\t \t--- Expected
\t \t+++ Actual
\t \t@@ -1,3 +1,5 @@
\t \t-(map[string]string) (len=2) {
\t \t+(map[string]string) (len=4) {
\t \t (string) (len=12) "service.name": (string) (len=9) "chainlink",
\t \t+ (string) (len=11) "service.sha": (string) (len=5) "unset",
\t \t+ (string) (len=20) "service.shortversion": (string) (len=11) "unset@unset",
\t \t (string) (len=15) "service.version": (string) (len=5) "unset"
\tTest: \tTestTelemetryConfig_ResourceAttributes/DefaultAttributes
--- FAIL: TestTelemetryConfig_ResourceAttributes/CustomAttributes (0.00s)
config_telemetry_test.go:118:
\tError Trace:\t/home/runner/work/chainlink/chainlink/core/services/chainlink/config_telemetry_test.go:118
\tError: \tNot equal:
\t \texpected: map[string]string{"custom.key":"custom.value", "service.name":"chainlink", "service.version":"unset"}
\t \tactual : map[string]string{"custom.key":"custom.value", "service.name":"chainlink", "service.sha":"unset", "service.shortversion":"unset@unset", "service.version":"unset"}
\t \t
\t \tDiff:
\t \t--- Expected
\t \t+++ Actual
\t \t@@ -1,4 +1,6 @@
\t \t-(map[string]string) (len=3) {
\t \t+(map[string]string) (len=5) {
\t \t (string) (len=10) "custom.key": (string) (len=12) "custom.value",
\t \t (string) (len=12) "service.name": (string) (len=9) "chainlink",
\t \t+ (string) (len=11) "service.sha": (string) (len=5) "unset",
\t \t+ (string) (len=20) "service.shortversion": (string) (len=11) "unset@unset",
\t \t (string) (len=15) "service.version": (string) (len=5) "unset"
\tTest: \tTestTelemetryConfig_ResourceAttributes/CustomAttributes
FAIL
|
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/health (0.00s)
--- FAIL: TestScripts/health/default (8.79s)
main_test.go:82: test port requested: PORT
main_test.go:98: test database requested: CL_DATABASE_URL
testscript.go:584: # start node (0.026s)
# initialize client (8.496s)
> env NODEURL=http://localhost:$PORT
> exec curl --retry 10 --retry-max-time 60 --retry-connrefused $NODEURL
[stdout]
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Operator UI</title><link rel="shortcut icon" href="https://smartcontract.imgix.net/chainlink.ico?auto=compress%2Cformat"/><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/><link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"/><title>Chainlink</title><script defer="defer" src="/assets/main.008c37495ba29761321d.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>[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 25003 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\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 25003 after 0 ms: Connection refused
Warning: Problem : connection refused. Will retry in 2 seconds. 9 retries
Warning: left.
\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 25003 after 0 ms: Connection refused
Warning: Problem : connection refused. Will retry in 4 seconds. 8 retries
Warning: left.
\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r100 704 100 704 0 0 132k 0 --:--:-- --:--:-- --:--:-- 171k
> exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
[stdout]
Successfully Logged In.
[stderr]
2025-01-10T16:27:28.764Z [WARN] CLI build (unset@unset) mismatches remote node build (unset@unset), it might behave in unexpected ways cmd/shell_remote.go:503 logger=RemoteLogin version=unset@unset
> exec chainlink --remote-node-url $NODEURL health
[stdout]
ok HeadReporter
ok JobSpawner
ok Mailbox.Monitor
ok Mercury.WSRPCPool
ok Mercury.WSRPCPool.CacheSet
ok NodeHeartbeat
ok PipelineORM
ok PipelineRunner
ok PipelineRunner.BridgeCache
ok RetirementReportCache
ok TelemetryManager
ok WorkflowDBS
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2, github.com/smartcontractkit/chainlink/v2/core/services/chainlink
|
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']
|
Tests (ccip-deployment)
Failed to save: Cache service responded with 429 during upload chunk.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-logs-ccip-deployment-12713220424
|
10.4 KB |
|
build-logs-core-12713220424
|
245 KB |
|
run-logs-ccip-deployment-12713220424
|
23.5 KB |
|
run-logs-core-12713220424
|
98.5 KB |
|