Experimental Test Optimization #90
Annotations
13 errors and 1 warning
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Setup Go
Cannot open: File exists
|
Run Tests
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' '-test.coverprofile=/home/runner/work/_temp/coverage/github.com-smartcontractkit-chainlink-v2-test.cover.out'
[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/keys/eth/list (0.00s)
--- FAIL: TestScripts/keys/eth/list/unavailable (2.98s)
main_test.go:82: test port requested: PORT
main_test.go:98: test database requested: CL_DATABASE_URL
testscript.go:584: # start node (0.015s)
# initialize client (2.667s)
> 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 20504 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 35580 0 --:--:-- --:--:-- --:--:-- 19000
> exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
[stderr]
Post "http://localhost:20504/sessions": dial tcp [::1]:20504: connect: connection refused
[exit status 1]
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:8: unexpected command failure
> exec chainlink --remote-node-url $NODEURL keys eth list
[stderr]
Get "http://localhost:20504/v2/keys/evm": dial tcp [::1]:20504: connect: connection refused
[exit status 1]
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:10: unexpected command failure
> ! stdout 'ETH: <nil>'
> ! stdout 'LINK: <nil>'
> ! stdout '<nil>'
> stdout 'ETH: Unknown'
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:14: no match for `ETH: Unknown` found in stdout
> stdout 'LINK: Unknown'
FAIL: testdata/scripts/keys/eth/list/unavailable.txtar:15: no match for `LINK: Unknown` found in stdout
[background] chainlink node -c config.toml start -p password -a creds: exit status 1
[stderr]
2024-12-10T01:40:44.457Z [INFO] Starting Chainlink Node unset at commit unset cmd/shell_local.go:324 SHA=unset Version=unset logger=RunNode version=unset@unset
2024-12-10T01:40:44.579Z [INFO] Starting StartUpHealthReport services/health.go:55 version=unset@unset
2024-12-10T01:40:44.635Z [INFO] StartUpHealthReport shutdown complete services/health.go:47 version=unset@unset
2024-12-10T01:40:44.690Z [INFO] Created CSA key with ID 8241a9c1efcd8932d53c74de4cb1572c947c93d2044b76042bf36d69cc4f7ba6 keystore/csa.go:153 logger=KeyStore version=unset@unset
2024-12-10T01:40:45.922Z [INFO] Shutting down due to interrupt signal received... cmd/shell_local.go:351 logger=RunNode version=unset@unset
time=2024-12-10T01:40:46.253Z lev
|
Run Tests
Test Package Failures: github.com/smartcontractkit/chainlink/v2
|
Run Tests
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)
|
Setup Go
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading