Increase default timeout of remote Executable requests #100
ci-core-partial.yml
on: pull_request
Detect Changes
7s
Tests (fuzz)
0s
Tests (race)
0s
Matrix: run-unit-tests
SonarQube Scan
0s
Annotations
23 errors and 5 warnings
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (ccip-deployment)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
Tests (core)
Cannot open: File exists
|
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_RemoteExecutionCapability_CapabilityError (9m58s)
goroutine 1658 [running]:
testing.(*M).startAlarm.func1()
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2373 +0x385
created by time.goFunc
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive, 9 minutes]:
testing.(*T).Run(0xc0001209c0, {0x298b021?, 0x0?}, 0x2b92070)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1751 +0x3ab
testing.runTests.func1(0xc0001209c0)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2168 +0x37
testing.tRunner(0xc0001209c0, 0xc00098fc70)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1690 +0xf4
testing.runTests(0xc000012ba0, {0x3edaf40, 0xd, 0xd}, {0x4ef3d0?, 0x4ef03a?, 0x4022960?})
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc0006581e0)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2034 +0x64a
main.main()
\t_testmain.go:71 +0x9b
goroutine 31 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f789b46ee20, 0x72)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc0004a6680?, 0xc000377e20?, 0x0)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).ReadMsg(0xc0004a6680, {0xc000377e20, 0x10, 0x10}, {0xc0004c2628, 0x1000, 0x1000}, 0x40000000)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_unix.go:302 +0x385
net.(*netFD).readMsg(0xc0004a6680, {0xc000377e20?, 0xa?, 0x8d07000000?}, {0xc0004c2628?, 0x2db3340?, 0x0?}, 0x1?)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/net/fd_posix.go:78 +0x31
net.(*UnixConn).readMsg(0xc0001c1c08, {0xc000377e20?, 0x49108b?, 0x7f789b467fe8?}, {0xc0004c2628?, 0xc0005dddd0?, 0x4ebe1d?})
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/net/unixsock_posix.go:115 +0x45
net.(*UnixConn).ReadMsgUnix(0xc0001c1c08, {0xc000377e20?, 0x30?, 0x50?}, {0xc0004c2628?, 0x7f789b467fe8?, 0x18?})
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/net/unixsock.go:143 +0x36
github.com/godbus/dbus.(*oobReader).Read(0xc0004c2608, {0xc000377e20?, 0xc0005dde30?, 0x48c025?})
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c
io.ReadAtLeast({0x2d9bfe0, 0xc0004c2608}, {0xc000377e20, 0x10, 0x10}, 0x10)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/io/io.go:335 +0x90
io.ReadFull(...)
\t/home/runner/go/pkg/mod/golang.org/[email protected]/src/io/io.go:354
github.com/godbus/dbus.(*unixTransport).ReadMessage(0xc0001a4e10)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe
github.com/godbus/dbus.(*Conn).inWorker(0xc000296630)
\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 1477 [semacquire, 9 minutes]:
sync.runtime_Semacquire(0xc00152ca00?)
\t/home/runner/go/pkg
|
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
|
Tests (core)
Error, 1 tests completed with an error, or failed to run. See output for details.. Error: 1 tests completed with an error, or failed to run. See output for details.
at validateRunResultsOrThrow (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107038:11)
at runTestBinaries (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107175:10)
at async runStep (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107328:26)
at async run (/home/runner/work/_actions/smartcontractkit/.github/37882e110590e636627a26371bdbd56ddfcce821/apps/go-conditional-tests/dist/index.js:107281: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 restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Tests (ccip-deployment)
Current branch (refs/pull/15587/merge) is not the default branch (develop). Will not update index.
|
Tests (core)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-logs-ccip-deployment-12248754887
Expired
|
9.5 KB |
|
build-logs-core-12248754887
Expired
|
245 KB |
|
run-logs-ccip-deployment-12248754887
Expired
|
8.38 KB |
|
run-logs-core-12248754887
Expired
|
32.7 KB |
|