Skip to content
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: build.golang.org serving 502s for "vuln" subrepo #49316

Closed
bcmills opened this issue Nov 3, 2021 · 2 comments
Closed

x/build: build.golang.org serving 502s for "vuln" subrepo #49316

bcmills opened this issue Nov 3, 2021 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. Soon This needs to be done soon. (regressions, serious bugs, outages) vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Nov 3, 2021

As of CL 360442 (CC @julieqiu, @dmitshur), golang.org/x/build/repos lists the "vuln" repository as shown on the dashboard, but build.golang.org is serving 502s for that repository:

~/src/golang.org/x/build$ curl -i 'https://build.golang.org/?mode=json&page=0&repo=golang.org%2Fx%2Fvuln'
HTTP/2 502
content-type: text/html; charset=UTF-8
referrer-policy: no-referrer
content-length: 332
date: Wed, 03 Nov 2021 14:03:23 GMT
alt-svc: clear


<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>

This state is problematic for tools that use the repos package to identify which repos to fetch from the dashboard, such as cmd/fetchlogs in CL 360354.

(This might be resolvable by redeploying cmd/coordinator; I'm not sure.)

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 3, 2021
@gopherbot gopherbot added this to the Unreleased milestone Nov 3, 2021
@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. and removed Builders x/build issues (builders, bots, dashboards) labels Nov 3, 2021
@dmitshur
Copy link
Contributor

dmitshur commented Nov 3, 2021

This is indeed a matter of redeploying cmd/coordinator. I've held off on doing that, but will do after a minor release. Sorry for the temporary trouble for fetchlogs.

@dmitshur dmitshur self-assigned this Nov 3, 2021
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. Soon This needs to be done soon. (regressions, serious bugs, outages) and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Nov 3, 2021
@bcmills
Copy link
Contributor Author

bcmills commented Nov 3, 2021

Looks like @heschi took care of the redeploy. Thanks!

@bcmills bcmills closed this as completed Nov 3, 2021
@dmitshur dmitshur assigned heschi and unassigned dmitshur Nov 3, 2021
@rsc rsc unassigned heschi Jun 23, 2022
@julieqiu julieqiu added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label Sep 8, 2022
@golang golang locked and limited conversation to collaborators Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. Soon This needs to be done soon. (regressions, serious bugs, outages) vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Projects
Status: No status
Development

No branches or pull requests

5 participants