core/services: more parallel tests #1384
ci-core-partial.yml
on: pull_request
Detect Changes
8s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
7 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.00s)
--- FAIL: TestScripts/nodes/cosmos/list (0.00s)
--- FAIL: TestScripts/nodes/cosmos/list/list (3.76s)
main_test.go:82: test port requested: PORT
main_test.go:98: test database requested: CL_DATABASE_URL
testscript.go:584: # start node (0.058s)
# initialize client (3.455s)
> 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 23504 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 32478 0 --:--:-- --:--:-- --:--:-- 19000
> exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
[stderr]
Post "http://localhost:23504/sessions": dial tcp [::1]:23504: connect: connection refused
[exit status 1]
FAIL: testdata/scripts/nodes/cosmos/list/list.txtar:8: unexpected command failure
> exec chainlink --remote-node-url $NODEURL nodes cosmos list
[stderr]
Get "http://localhost:23504/v2/nodes/cosmos": dial tcp [::1]:23504: connect: connection refused
[exit status 1]
FAIL: testdata/scripts/nodes/cosmos/list/list.txtar:10: unexpected command failure
> cmp stdout out.txt
diff stdout out.txt
--- stdout
+++ out.txt
@@ -0,0 +1,16 @@
+
+---------------------------------------
+Name: Blue
+Chain ID: 68472
+State:
+Config: Name = 'Blue'
+TendermintURL = 'wss://primaryfoo.bar'
+
+---------------------------------------
+Name: Yellow
+Chain ID: 68472
+State:
+Config: Name = 'Yellow'
+TendermintURL = 'wss://sendonlyfoo.bar'
+
+---------------------------------------
FAIL: testdata/scripts/nodes/cosmos/list/list.txtar:11: stdout and out.txt differ
[background] chainlink node -c config.toml start -p password -a creds: exit status 1
[stderr]
2025-01-04T03:40:53.237Z [INFO] Starting Chainlink Node unset at commit unset cmd/shell_local.go:325 SHA=unset Version=unset logger=RunNode version=unset@unset
2025-01-04T03:40:53.359Z [INFO] Starting StartUpHealthReport services/health.go:55 version=unset@unset
2025-01-04T03:40:53.418Z [INFO] StartUpHealthReport shutdown complete services/health.go:47 version=unset@unset
2025-01-04T03:40:53.479Z [INFO] Created CSA key with ID 607571b9bacf9bda6b398f011c96e482b8a62c8b8e218e6b04f9c3774b628327 keystore/csa.go:153
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm: Command failed with exit code 2: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-test '-test.timeout=10m'
panic: test timed out after 10m0s
\trunning tests:
\t\tTestChainComponents/RunChainComponentsEvmTests (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_event_based_on_provided_confidence_level (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_allows_multiple_contract_names_to_have_the_same_function_ (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_based_on_confidence_level (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_gets_latest_event (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_gets_latest_event_with_filtering (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_returns_not_found_if_event_was_never_triggered (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_without_arguments_and_with_primitive_return (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_without_arguments_and_with_primitive_return_as_a_values.Value (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_without_arguments_and_with_slice_return (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_without_arguments_and_with_slice_return_as_a_values.Value (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Get_latest_value_wraps_config_with_modifiers_using_its_own_mapstructure_overrides (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Gets_the_latest_value (9m58s)
\t\tTestChainComponents/RunChainComponentsEvmTests/EVM/GetLatestValue/EVM/Gets_the_latest_value_as_a_values.Value (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue/EVM_on_loop/Get_latest_value_allows_multiple_contract_names_to_have_the_same_function_ (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue/EVM_on_loop/Get_latest_value_gets_latest_event (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue/EVM_on_loop/Get_latest_value_returns_not_found_if_event_was_never_triggered (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue/EVM_on_loop/Get_latest_value_without_arguments_and_with_primitive_return_as_a_values.Value (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue/EVM_on_loop/Get_latest_value_without_arguments_and_with_slice_return (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTests/EVM_on_loop/GetLatestValue/EVM_on_loop/Gets_the_latest_value_as_a_values.Value (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTestsWithBindings (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTestsWithBindings/generated_bindings (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTestsWithBindings/generated_bindings/GetLatestValue (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTestsWithBindings/generated_bindings/GetLatestValue/generated_bindings (9m58s)
\t\tTestChainComponents/RunChainComponentsInLoopEvmTestsWithBindings/generated_bindings/GetLatestValue/generated_bindings/Get_latest_value_allows_multiple_contract_names_to_have
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/capabilities: Command failed with exit code 2: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-capabilities-test '-test.timeout=10m'
panic: test timed out after 10m0s
\trunning tests:
\t\tTestLogEventTriggerCursorNewLogs (10m0s)
\t\tTestLogEventTriggerEVMHappyPath (10m0s)
goroutine 727 [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.tRunner.func1()
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1651 +0x49b
testing.tRunner(0xc001aa2b60, 0xc001853c70)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1696 +0x12d
testing.runTests(0xc001107f50, {0x5b5c0a0, 0x2, 0x2}, {0x4ef770?, 0x4ef3da?, 0x5d91240?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc000964b40)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2034 +0x64a
main.main()
\t_testmain.go:47 +0x9b
goroutine 50 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f35c9676ef0, 0x72)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc001140000?, 0xc000d8e4d0?, 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(0xc001140000, {0xc000d8e4d0, 0x10, 0x10}, {0xc001133328, 0x1000, 0x1000}, 0x40000000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_unix.go:302 +0x385
net.(*netFD).readMsg(0xc001140000, {0xc000d8e4d0?, 0xb?, 0x7f358095e788?}, {0xc001133328?, 0x42b4400?, 0x0?}, 0x1?)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/fd_posix.go:78 +0x31
net.(*UnixConn).readMsg(0xc00110e238, {0xc000d8e4d0?, 0x49122b?, 0x7f35807ffb28?}, {0xc001133328?, 0xc000e77dd0?, 0x4ec425?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock_posix.go:115 +0x45
net.(*UnixConn).ReadMsgUnix(0xc00110e238, {0xc000d8e4d0?, 0x30?, 0x50?}, {0xc001133328?, 0x7f35807ffb28?, 0x18?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock.go:143 +0x36
github.com/godbus/dbus.(*oobReader).Read(0xc001133308, {0xc000d8e4d0?, 0xc000e77e30?, 0x48c1c5?})
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c
io.ReadAtLeast({0x428d000, 0xc001133308}, {0xc000d8e4d0, 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(0xc0011062b8)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe
github.com/godbus/dbus.(*Conn).inWorker(0xc001142000)
\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 387 [select, 10 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc000ef08c0)
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/accounts/manager.go:137 +0x133
created by github.com/ethereum/go-ethereum/accounts.NewManager in goroutine 402
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/accounts/manager.go:94 +0x48b
goroutine 180 [chan receive, 9 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc00096a070?)
\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 181 [chan receive, 9 minutes]
|
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 2: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-capabilities-workflows-syncer-test '-test.timeout=10m'
panic: test timed out after 10m0s
\trunning tests:
\t\tTest_EventHandlerStateSync (10m0s)
\t\tTest_InitialStateSync (10m0s)
\t\tTest_RegistrySyncer_WorkflowRegistered_InitiallyActivated (10m0s)
\t\tTest_RegistrySyncer_WorkflowRegistered_InitiallyPaused (10m0s)
\t\tTest_SecretsWorker (10m0s)
goroutine 63089 [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.tRunner.func1()
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1651 +0x49b
testing.tRunner(0xc0018cc9c0, 0xc001a03c70)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1696 +0x12d
testing.runTests(0xc00144d920, {0x5b632c0, 0x5, 0x5}, {0x4ef770?, 0x0?, 0x5d7d880?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc000f9c000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2034 +0x64a
main.main()
\t_testmain.go:53 +0x9b
goroutine 25 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f3453213fb0, 0x72)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc000f92500?, 0xc000d064d0?, 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(0xc000f92500, {0xc000d064d0, 0x10, 0x10}, {0xc000cc2628, 0x1000, 0x1000}, 0x40000000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_unix.go:302 +0x385
net.(*netFD).readMsg(0xc000f92500, {0xc000d064d0?, 0xb?, 0x7f3408b20578?}, {0xc000cc2628?, 0x42aa6c0?, 0x0?}, 0x1?)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/fd_posix.go:78 +0x31
net.(*UnixConn).readMsg(0xc000b162c0, {0xc000d064d0?, 0x49122b?, 0x7f3452a83168?}, {0xc000cc2628?, 0xc000d2bdd0?, 0x4ec425?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock_posix.go:115 +0x45
net.(*UnixConn).ReadMsgUnix(0xc000b162c0, {0xc000d064d0?, 0x30?, 0x50?}, {0xc000cc2628?, 0x7f3452a83168?, 0x18?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock.go:143 +0x36
github.com/godbus/dbus.(*oobReader).Read(0xc000cc2608, {0xc000d064d0?, 0xc000d2be30?, 0x48c1c5?})
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c
io.ReadAtLeast({0x42835c0, 0xc000cc2608}, {0xc000d064d0, 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(0xc0009e0600)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe
github.com/godbus/dbus.(*Conn).inWorker(0xc000fc8240)
\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 404 [select, 1 minutes]:
github.com/ethereum/go-ethereum/core/rawdb.(*chainFreezer).freeze(0xc0014e2ab0, {0x42aeff8, 0xc0017f20c0})
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/rawdb/chain_freezer.go:168 +0x1d4
github.com/ethereum/go-ethereum/core/rawdb.NewDatabaseWithFreezer.func1()
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/rawdb/database.go:285 +0x25
created by github.com/ethereum/go-ethereum/core/rawdb.NewDatabaseWithFreezer in goroutine 421
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/rawdb/database.go:284 +0x63f
goroutine 145 [cha
|
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/mercury: Command failed with exit code 2: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-mercury-test '-test.timeout=10m'
+ onchain/offchain config digests match: OK, passed 100 tests.
Elapsed time: 893.114523ms
panic: test timed out after 10m0s
\trunning tests:
\t\tTestMercuryConfigPoller (10m0s)
\t\tTestORM (10m0s)
\t\tTestORM_InsertTransmitRequest_LatestReport (10m0s)
\t\tTestORM_InsertTransmitRequest_MultipleServerURLs (10m0s)
\t\tTestORM_PruneTransmitRequests (10m0s)
\t\tTestPersistenceManager (10m0s)
\t\tTestPersistenceManagerAsyncDelete (10m0s)
\t\tTestPersistenceManagerPrune (10m0s)
\t\tTest_MercuryTransmitter_Transmit (10m0s)
\t\tTest_MercuryTransmitter_Transmit/with_one_mercury_server (10m0s)
\t\tTest_MercuryTransmitter_Transmit/with_one_mercury_server/v1_report_transmission_successfully_enqueued (10m0s)
goroutine 1016 [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, 9 minutes]:
testing.tRunner.func1()
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1651 +0x49b
testing.tRunner(0xc00013bd40, 0xc000963c70)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1696 +0x12d
testing.runTests(0xc000938df8, {0x378aa00, 0x12, 0x12}, {0x476a10?, 0x47667a?, 0x38fd720?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc000a3edc0)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2034 +0x64a
main.main()
\t_testmain.go:79 +0x9b
goroutine 43 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f388743fef0, 0x72)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc000492680?, 0xc00057d170?, 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(0xc000492680, {0xc00057d170, 0x10, 0x10}, {0xc000563328, 0x1000, 0x1000}, 0x40000000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_unix.go:302 +0x385
net.(*netFD).readMsg(0xc000492680, {0xc00057d170?, 0xb?, 0x8d07000000?}, {0xc000563328?, 0x26e7930?, 0x0?}, 0x1?)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/fd_posix.go:78 +0x31
net.(*UnixConn).readMsg(0xc0001bf768, {0xc00057d170?, 0x41854b?, 0x7f383d75e908?}, {0xc000563328?, 0xc00066bdd0?, 0x47345d?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock_posix.go:115 +0x45
net.(*UnixConn).ReadMsgUnix(0xc0001bf768, {0xc00057d170?, 0x30?, 0x50?}, {0xc000563328?, 0x7f383d75e908?, 0x18?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock.go:143 +0x36
github.com/godbus/dbus.(*oobReader).Read(0xc000563308, {0xc00057d170?, 0xc00066be30?, 0x4134e5?})
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c
io.ReadAtLeast({0x26cd320, 0xc000563308}, {0xc00057d170, 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(0xc0001b70f8)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe
github.com/godbus/dbus.(*Conn).inWorker(0xc0003caa20)
\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 64 [chan receive, 9 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000536bd0?)
\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.new
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2, github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/capabilities, github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/capabilities/workflows/syncer, github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/mercury
|
Tests (core)
Error, 5 tests completed with an error, or failed to run. See output for details.. Error: 5 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-12607178222
Expired
|
10.4 KB |
|
build-logs-core-12607178222
Expired
|
245 KB |
|
run-logs-core-12607178222
Expired
|
116 KB |
|