-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
website: x/vgo, x/lint subrepos are 404 #25048
Comments
Did the master branch get deployed, then the release branch deployed (reverting the x/link change)? This needs to be cherry-picked back to release branch probably. /cc @FiloSottile too. |
Many CI tests which use It breaks the world. |
Until golang/go#25048 is resolved
Until golang/go#25048 is resolved. See also golang/lint#397
On it. |
Change https://golang.org/cl/109095 mentions this issue: |
Update golang/go#25048 Change-Id: I6e21f167091338600c2a0a37411b0a565d27ce36 Reviewed-on: https://go-review.googlesource.com/96196 Run-TryBot: Andrew Bonventre <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> (cherry picked from commit 733d489) Reviewed-on: https://go-review.googlesource.com/109095 Reviewed-by: Filippo Valsorda <[email protected]>
The service is normal now. Maybe we need monitor these services.
|
Fix has been deployed. I apologize for the downtime. Will follow up with monitoring so that we can catch this sooner in the future. |
@bradfitz from golang/lint#397 (comment) with context, for anyone curious:
|
This reverts commit 1c918fc.
Revert "Disable golint until golang/go#25048 is resolved."
https://golang.org/x/vgo and https://golang.org/x/lint are 404 right now. That means godoc.org can't display their docs, and they can't be fetched with
go get
, etc.They used to work recently. I don't know when exactly they stopped working. The other subrepos are fine.
There are still entries for them at https://github.com/golang/tools/blob/c1def519f03ddf76f16b3e444ee1095d73afa01b/cmd/godoc/x.go#L35 and https://github.com/golang/tools/blob/c1def519f03ddf76f16b3e444ee1095d73afa01b/cmd/godoc/x.go#L50, so I'm guessing it's related to the version of godoc deployed right now.
/cc @andybons @bradfitz
The text was updated successfully, but these errors were encountered: