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/playground: timing out building simple programs #51708

Closed
dmitshur opened this issue Mar 16, 2022 · 3 comments
Closed

x/playground: timing out building simple programs #51708

dmitshur opened this issue Mar 16, 2022 · 3 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Soon This needs to be done soon. (regressions, serious bugs, outages)
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Mar 16, 2022

Running a simple print hello program on https://go.dev/play/ is currently failing with:

timeout running program
Go build failed.

This happens both with "Go release" (1.18) and "Go dev branch" (tip).

At least yesterday evening, both were working okay, so this is a more recent regression. (The automatic deployment also worked correctly, fmt.Println(runtime.Version()) was printing "go1.18" after its release yesterday.)

CC @golang/release.

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 16, 2022
@dmitshur dmitshur added this to the Unreleased milestone Mar 16, 2022
@dmitshur
Copy link
Contributor Author

The playground is a dependency of the go.dev website, so this is blocking #51686 and inherits its Soon label.

@dmitshur dmitshur added the Soon This needs to be done soon. (regressions, serious bugs, outages) label Mar 16, 2022
@dmitshur
Copy link
Contributor Author

Russ is looking at this too.

So far, restarting instances helped get them unstuck.

@rsc
Copy link
Contributor

rsc commented Mar 16, 2022

I reset everything and it's all happy now. The machines had been running for 9 months since the last reset. We can investigate further if it happens again.

@rsc rsc closed this as completed Mar 16, 2022
@golang golang locked and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Soon This needs to be done soon. (regressions, serious bugs, outages)
Projects
None yet
Development

No branches or pull requests

3 participants