x/build/cmd/buildlet: Reverse Dial Fails in Local devMode #53836
Labels
Builders
x/build issues (builders, bots, dashboards)
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
Outputlinux/amd64
What did you do?
Followed instructions at https://github.com/golang/build/tree/master/cmd/coordinator
go run . -mode=dev -listen-http=localhost:8119
go run golang.org/x/build/cmd/buildlet -halt=false -reverse-type=host-linux-amd64-localdev
What did you expect to see?
Messages confirming reverse mode connection between coordinator and buildlet such as:
What did you see instead?
Error dialing coordinator: failed to handshake with coordinator: tls: first record does not look like a TLS handshake
The text was updated successfully, but these errors were encountered: