Closed cockroach-teamcity closed 1 year ago
Failed to execute hostname
. Exit code 255 indicates an SSH failure.
@cockroachdb/test-eng Anything to look into here, or should we just close this out as infra flake?
3: pghosts: GetInternalIP: failed to execute hostname on teamcity-7288542-1667452850-08-n4cpu32:4:: exit status 255
@erikgrinaker Thanks for triaging! Before we close out, we should take a look at the following,
GetInternalIP
is using hostname --all-ip-addresses
and relying on the order which the manual explicitly says not to.(If the host has multiple network interfaces, it may end up returning the wrong ip.)@smg260 please have a look
SSH flake error redirection is in master, but even that version only handles user initiated commands, so would miss this. However, the SSH retry PR will catch this (won't retry this), as it has moved the error classification into session.go
, to which all commands are routed.
Opened #98285, closing as infra flake.
roachtest.ycsb/B/nodes=3/cpu=32/mvcc-range-keys=global failed with artifacts on release-22.2 @ 8afb672bdbe2510330208e5b22f76494a5b3b3d9:
Parameters:
ROACHTEST_cloud=aws
,ROACHTEST_cpu=32
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
/cc @cockroachdb/test-eng
This test on roachdash | Improve this report!
Jira issue: CRDB-21142