Closed
Description
Seen here: https://github.com/coder/coder/actions/runs/9400292407/job/25889571574?pr=13468
Log excerpt:
2024-06-06T11:53:06.3173350Z clitest.go:261: command "coder netcheck" exited with error: <nil>
2024-06-06T11:53:06.3173960Z netcheck_test.go:29: {
2024-06-06T11:53:06.3174250Z "error": null,
2024-06-06T11:53:06.3174500Z "severity": "error",
2024-06-06T11:53:06.3194210Z "warnings": [
2024-06-06T11:53:06.3194450Z {
2024-06-06T11:53:06.3194710Z "code": "ESTUN01",
2024-06-06T11:53:06.3195120Z "message": "No STUN servers are available."
2024-06-06T11:53:06.3195570Z }
2024-06-06T11:53:06.3195800Z ],
[...]
2024-06-06T11:53:06.3210000Z "stun": {
2024-06-06T11:53:06.3210280Z "Enabled": true,
2024-06-06T11:53:06.3210580Z "CanSTUN": false,
2024-06-06T11:53:06.3211400Z "Error": "probe stun: timeout reading from 127.0.0.1: read udp [::]:49829: i/o timeout"
2024-06-06T11:53:06.3211820Z }
[...]
2024-06-06T11:53:06.3247190Z netcheck_test.go:33:
2024-06-06T11:53:06.3247620Z Error Trace: /Users/runner/work/coder/coder/cli/netcheck_test.go:33
2024-06-06T11:53:06.3248020Z Error: Should be true
2024-06-06T11:53:06.3248300Z Test: TestNetcheck