Skip to content

feat(keystone): support multiple OCR3 contracts #1213

feat(keystone): support multiple OCR3 contracts

feat(keystone): support multiple OCR3 contracts #1213

Triggered via pull request December 23, 2024 22:10
Status Failure
Total duration 15m 23s
Billable time 18m
Artifacts 4

ci-core-partial.yml

on: pull_request
Detect Changes
8s
Detect Changes
Tests (fuzz)
0s
Tests (fuzz)
Tests (race)
0s
Tests (race)
Matrix: run-unit-tests
SonarQube Scan
0s
SonarQube Scan
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
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 (165.21s) logger.go:146: 2024-12-23T22:16:59.180Z\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-23T22:16:59.180Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:997\tPolling for logs\t{"version": "unset@unset", "currentBlockNumber": 4} logger.go:146: 2024-12-23T22:16:59.180Z\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-23T22:16:59.181Z\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-23T22:16:59.181Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:1064\tUnfinalized log query\t{"version": "unset@unset", "logs": 0, "currentBlockNumber": 4, "blockHash": "0x19c37fad2f2736a2c4989e75e6f62dc20fe762686c0973fedc2a37d0f37c0157", "timestamp": "2024-12-23T22:17:01.000Z"} logger.go:146: 2024-12-23T22:17:00.622Z\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-23T22:19:44.364Z\tDEBUG\tsyncer/workflow_registry.go:219\tLoading initial workflows for DON\t{"version": "unset@unset", "DON": 1} logger.go:146: 2024-12-23T22:19:44.364Z\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-23T22:19:44.366Z\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-23T22:19:44.366Z\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)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable: Command failed with exit code 2: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-capabilities-remote-executable-test '-test.timeout=10m' panic: test timed out after 10m0s \trunning tests: \t\tTest_Client_DonTopologies (10m0s) goroutine 212 [running]: testing.(*M).startAlarm.func1() \t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2373 +0x385 created by time.goFunc \t/opt/hostedtoolcache/go/1.23.4/x64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 10 minutes]: testing.(*T).Run(0xc000168340, {0x2959f16?, 0x0?}, 0x2b913a8) \t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1751 +0x3ab testing.runTests.func1(0xc000168340) \t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000168340, 0xc000b0fc70) \t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc00022e030, {0x3ed1980, 0xb, 0xb}, {0x4ef3d0?, 0x0?, 0x4019b00?}) \t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc00014fcc0) \t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2034 +0x64a main.main() \t_testmain.go:67 +0x9b goroutine 46 [IO wait, 10 minutes]: internal/poll.runtime_pollWait(0x7f4b60827e20, 0x72) \t/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00043c500?, 0xc0003f9bf0?, 0x0) \t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) \t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).ReadMsg(0xc00043c500, {0xc0003f9bf0, 0x10, 0x10}, {0xc000300028, 0x1000, 0x1000}, 0x40000000) \t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_unix.go:302 +0x385 net.(*netFD).readMsg(0xc00043c500, {0xc0003f9bf0?, 0xa?, 0x7f4b6068aab8?}, {0xc000300028?, 0x202db2600?, 0x0?}, 0x1?) \t/opt/hostedtoolcache/go/1.23.4/x64/src/net/fd_posix.go:78 +0x31 net.(*UnixConn).readMsg(0xc000412550, {0xc0003f9bf0?, 0x49108b?, 0x7f4b6068ad38?}, {0xc000300028?, 0xc000235d68?, 0x48bd2f?}) \t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock_posix.go:115 +0x45 net.(*UnixConn).ReadMsgUnix(0xc000412550, {0xc0003f9bf0?, 0x30?, 0x50?}, {0xc000300028?, 0x7f4b6068ad38?, 0x18?}) \t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock.go:143 +0x36 github.com/godbus/dbus.(*oobReader).Read(0xc000300008, {0xc0003f9bf0?, 0xc000235e30?, 0x48c025?}) \t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c io.ReadAtLeast({0x2d9b360, 0xc000300008}, {0xc0003f9bf0, 0x10, 0x10}, 0x10) \t/opt/hostedtoolcache/go/1.23.4/x64/src/io/io.go:335 +0x90 io.ReadFull(...) \t/opt/hostedtoolcache/go/1.23.4/x64/src/io/io.go:354 github.com/godbus/dbus.(*unixTransport).ReadMessage(0xc0001359b0) \t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe github.com/godbus/dbus.(*Conn).inWorker(0xc000352b40) \t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/conn.go:294 +0x35 created by github.com/godbus/dbus.(*Conn).Auth in goroutine 1 \t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/auth.go:118 +0x8ee goroutine 73 [select]: github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable.(*client).checkForExpiredRequests(0xc0008a8120) \t/home/runner/work/chainlink/chainlink/core/capabilities/remote/executable/client.go:115 +0xda github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable.(*client).Start.func1.1() \t/home/runner/work/chainlink/chainlink/core/capabilities/remote/executable/client.go:69 +0x4c created by github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable.(*client).Start.func1 in goroutine 72 \t/home/runner/work/chainlink/chainlink/core/capabilities/remote/executable/client.go:67 +0x76 goroutine 108 [chan receive, 10 minutes]: github.com/ethereum/go-e
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable, 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-12473591029
10.4 KB
build-logs-core-12473591029
245 KB
run-logs-ccip-deployment-12473591029
1.7 KB
run-logs-core-12473591029
91.6 KB