Solana plugin codec implementation #1275
ci-core-partial.yml
on: pull_request
Detect Changes
7s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
5 errors and 2 warnings
Tests (ccip-deployment)
go list -f {{.ImportPath}}:{{.Dir}} ./..., Command failed with exit code 1: go list -f '{{.ImportPath}}:{{.Dir}}' ./.... exit code: 1. cause: undefined. ExecaError: Command failed with exit code 1: go list -f '{{.ImportPath}}:{{.Dir}}' ./...
../../../../go/pkg/mod/github.com/ethereum/[email protected]/p2p/netutil/net.go:29:2: missing go.sum entry for module providing package golang.org/x/exp/maps (imported by github.com/smartcontractkit/chainlink/deployment); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment
../../../../go/pkg/mod/github.com/gorilla/[email protected]/client.go:23:2: missing go.sum entry for module providing package golang.org/x/net/proxy (imported by github.com/gorilla/websocket); to add:
\tgo get github.com/gorilla/[email protected]
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/gethwrappers/abigen.go:15:2: missing go.sum entry for module providing package golang.org/x/tools/go/ast/astutil (imported by github.com/smartcontractkit/ccip-owner-contracts/pkg/gethwrappers); to add:
\tgo get github.com/smartcontractkit/ccip-owner-contracts/pkg/[email protected]
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/proposal/mcms/executor.go:15:2: missing go.sum entry for module providing package golang.org/x/exp/slices (imported by github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/mcms); to add:
\tgo get github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/[email protected]
../../../../go/pkg/mod/google.golang.org/[email protected]/trace_withtrace.go:26:2: missing go.sum entry for module providing package golang.org/x/net/trace (imported by google.golang.org/grpc); to add:
\tgo get google.golang.org/[email protected]
../../../../go/pkg/mod/google.golang.org/[email protected]/internal/transport/controlbuf.go:31:2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by google.golang.org/grpc/internal/transport); to add:
\tgo get google.golang.org/grpc/internal/[email protected]
../../../../go/pkg/mod/google.golang.org/[email protected]/internal/transport/controlbuf.go:32:2: missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by google.golang.org/grpc/internal/transport); to add:
\tgo get google.golang.org/grpc/internal/[email protected]
../core/services/keystore/keys/exporttestutils.go:6:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/smartcontractkit/chainlink/deployment/ccip/changeset); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment/ccip/changeset
../core/services/keystore/keys/exporttestutils.go:7:2: missing go.sum entry for module providing package github.com/stretchr/testify/require (imported by github.com/smartcontractkit/chainlink/deployment/ccip/changeset); to add:
\tgo get github.com/smartcontractkit/chainlink/deployment/ccip/changeset
../../../../go/pkg/mod/github.com/cockroachdb/[email protected]/internal/batchskl/skl.go:67:2: missing go.sum entry for module providing package golang.org/x/exp/rand (imported by github.com/cockroachdb/pebble/internal/batchskl); to add:
\tgo get github.com/cockroachdb/pebble/internal/[email protected]
../../../../go/pkg/mod/github.com/cockroachdb/[email protected]/internal/testkeys/testkeys.go:23:2: missing go.sum entry for module providing package golang.org/x/exp/constraints (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets); to add:
\tgo get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
../../../../go/pkg/mod/github.com/go-resty/resty/[email protected]/resty.go:13:2: missing go.sum entry for module providing package golang.org/x/net/publicsuffix (imported by github.com/go-resty/resty/v2); to add:
\tgo get github.com/go-resty/resty/[email protected]
../../../../go/pkg/mod/k8s.io/[email protected]/pkg/util/proxy/transport.go:30:2: missing go.sum entry for module providing package golang.org/x/net/html (imported by github.com/gabriel-vasile/mimetype/i
|
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 (183.73s)
logger.go:146: 2024-12-30T17:19:35.288Z\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-30T17:19:35.288Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:997\tPolling for logs\t{"version": "unset@unset", "currentBlockNumber": 4}
logger.go:146: 2024-12-30T17:19:35.289Z\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-30T17:19:35.289Z\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-30T17:19:35.290Z\tDEBUG\tLogPoller\tlogpoller/log_poller.go:1064\tUnfinalized log query\t{"version": "unset@unset", "logs": 0, "currentBlockNumber": 4, "blockHash": "0x6bd5ca6ba2257942beb4c76bc68887c1dcdd12bc71d21b9f84399dc1ab139964", "timestamp": "2024-12-30T17:19:37.000Z"}
logger.go:146: 2024-12-30T17:19:36.723Z\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-30T17:22:38.994Z\tDEBUG\tsyncer/workflow_registry.go:219\tLoading initial workflows for DON\t{"version": "unset@unset", "DON": 1}
logger.go:146: 2024-12-30T17:22:38.995Z\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-30T17:22:38.997Z\tWARN\tLogPoller\tlogpoller/log_poller.go:1061\tUnable to query for logs, retrying\t{"version": "unset@unset", "err": "context canceled", "block": 5}
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 134 [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(0xc0001bc340, {0x295019c?, 0x0?}, 0x2b87508)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1751 +0x3ab
testing.runTests.func1(0xc0001bc340)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2168 +0x37
testing.tRunner(0xc0001bc340, 0xc000923c70)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1690 +0xf4
testing.runTests(0xc000738030, {0x3ec38a0, 0xb, 0xb}, {0x4ef66d?, 0x0?, 0x400b8e0?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc00072e000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2034 +0x64a
main.main()
\t_testmain.go:67 +0x9b
goroutine 44 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f00e3fc7ef0, 0x72)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc0001d8700?, 0xc0003a2b10?, 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(0xc0001d8700, {0xc0003a2b10, 0x10, 0x10}, {0xc0004f4028, 0x1000, 0x1000}, 0x40000000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_unix.go:302 +0x385
net.(*netFD).readMsg(0xc0001d8700, {0xc0003a2b10?, 0x2000?, 0x7f00e8c55ed8?}, {0xc0004f4028?, 0x202da8100?, 0x0?}, 0x1?)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/fd_posix.go:78 +0x31
net.(*UnixConn).readMsg(0xc0001f5878, {0xc0003a2b10?, 0x49108b?, 0x7f01319c91a8?}, {0xc0004f4028?, 0xc000325dd0?, 0x4ec085?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock_posix.go:115 +0x45
net.(*UnixConn).ReadMsgUnix(0xc0001f5878, {0xc0003a2b10?, 0x30?, 0x50?}, {0xc0004f4028?, 0x7f01319c91a8?, 0x18?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock.go:143 +0x36
github.com/godbus/dbus.(*oobReader).Read(0xc0004f4008, {0xc0003a2b10?, 0xc000325e30?, 0x48c025?})
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c
io.ReadAtLeast({0x2d90e60, 0xc0004f4008}, {0xc0003a2b10, 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(0xc0001b71a0)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe
github.com/godbus/dbus.(*Conn).inWorker(0xc0006d3440)
\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 97 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000376310?)
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/sender_cacher.go:63 +0x35
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher in goroutine 1
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/sender_cacher.go:55 +0x72
goroutine 98 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0x0?)
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/sender_cacher.go:63 +0x35
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher in goroutine 1
\t/home/runner/go/pkg/mod/github.com/ethereum
|
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-core-12549645441
Expired
|
245 KB |
|
run-logs-core-12549645441
Expired
|
91.6 KB |
|