-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/gitmirror: build repo is broken due to updateDashboard failing to postCommit on a commit with 2 parents #35828
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
Comments
Change https://golang.org/cl/208663 mentions this issue: |
If it helps:
.. to look at the goroutine stacks of the active pods. |
The error value is not exposed anywhere. Start by logging it, so that it's possible to look up the error details from logs. Updates golang/go#35828 Change-Id: I0cfc89685269a3511c8aee767459be7a198860b1 Reviewed-on: https://go-review.googlesource.com/c/build/+/208663 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
If it turns out this is hanging due to updating the dashboard, note that all the code's gone as of pending https://go-review.googlesource.com/c/build/+/208697 |
It is. It happened again, and here are the logs:
The "parent commit not found" error is likely related to commit golang/build@63986c1 having 2 parents instead of the usual 1. It sounds like we can let this wait for CL 208697 before trying to make progress here, does that sound good to you @bradfitz? |
Yup. Let's wait. That code is all scary and it's not worth debugging. Easier to delete it all. |
Change https://golang.org/cl/208697 mentions this issue: |
From https://farmer.golang.org/#health right now:
This has happened a few times in the last few days. I've fixed previous instances by restarting gitmirror, but since it keeps recurring, this will need to be investigated and fixed more.
/cc @toothrot @cagedmantis
The text was updated successfully, but these errors were encountered: