-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build: monitor/graph GCE instance-create-to-buildlet latencies #21148
Comments
(The build system does retry, though, and it seems to eventually work. But something's being flaky and thus our builds and trybots are slow.) |
+1 on monitor/alert. Looks like the buildlet process starts but then nothing:
|
Created a builder and captured console output:
|
CL https://golang.org/cl/50880 mentions this issue. |
A few days ago I'd replaced with the Windows buildlet with a Go 1.9-built one. I've reverted it to a Go 1.8-built one and it now seems to work again. That's disconcerting, so I'm hoping I had unrelated code changes in there too. I'm going to try to repro in staging. I really hope we don't have Go 1.9-on-Windows/GCE problems. |
In the past few days our Windows GCE instances seem to create, but then the buildlet doesn't come up in 5 minutes.
Why?
Also, we need to monitor & alert on this.
/cc @adams-sarah @cybrcodr @johnsonj
The text was updated successfully, but these errors were encountered: