-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Open
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
What version of Go are you using (go version)?
$ go version go1.19
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
linux/amd64
What did you do?
Followed instructions at https://github.com/golang/build/tree/master/cmd/coordinator
- ran
go run . -mode=dev -listen-http=localhost:8119 - followed by
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:
Registering reverse mode with coordinator...
Connected to coordinator; reverse dialing active
What did you see instead?
Error dialing coordinator: failed to handshake with coordinator: tls: first record does not look like a TLS handshake
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.