-
Notifications
You must be signed in to change notification settings - Fork 18k
build.golang.org may be temporarily inaccessible #47580
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
The previous DNS entry for build.golang.org has a 24 hour TTL, which contributes to a slow and gradual propagation. During that time, an HTTPS certificate cannot be acquired from Let's Encrypt, which is what's causing the unavailability of build.golang.org. The plan here is to give it more time over the weekend. We'll let the DNS propagation finish, then wait for the Let's Encrypt certificate to be fetched (this may need more time due to rate limiting). Hopefully this is all resolved by Monday. If it still isn't working by then, we'll explore other options and post an update. Until then, please continue to use the workaround of viewing the build dashboard via its temporary https://farmer-ui-test.golang.org/ URL. |
As of Friday evening, the DNS has finished propagating and an HTTPS certificate was successfully issued (on Friday, August 6, 2021 at 9:28:58 PM Eastern Daylight Time, according to the certificate), so https://build.golang.org is working well now. |
Change https://golang.org/cl/340433 mentions this issue: |
…ui-test The farmer-ui-test domain was added to help with a gradual rollout of the dashboard unification. It was also used when the build.golang.org DNS was still propagating and not yet fully available. All that's done by now, so these aren't needed and can be removed. Switch to using the final post-unification URL, build.golang.org in production and build-staging.golang.org in the staging environment. Simplify the handler registration by using http.ServeMux's host prefix support. For golang/go#34744. Updates golang/go#47580. Change-Id: I03c0529bd948e812ccf5c5aa312de247d174ad0a Reviewed-on: https://go-review.googlesource.com/c/build/+/340433 Trust: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
We're aware of an issue where the build dashboard (https://build.golang.org/) may not be available. This is related to a DNS rollout happening as part of #34744 (comment).
Workaround
As a temporary workaround you should be able to use this URL to view the build dashboard:
https://farmer-ui-test.golang.org
I'll post updates when this is resolved. Sorry for the inconvenience.
The text was updated successfully, but these errors were encountered: