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: 'timeout running program' on many of the tour.golang examples #44537

Closed
nir-coh opened this issue Feb 23, 2021 · 5 comments
Closed
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

@nir-coh
Copy link

nir-coh commented Feb 23, 2021

What version of Go are you using (go version)?

$ official go playground version (can't tell because its giving me timeouts)

Does this issue reproduce with the latest release?

Yes.

What operating system and processor architecture are you using (go env)?

Not relevant as I'm trying to run the tour.golang examples or just play.golang

What did you do?

Tried running any of the code examples on the golang tour, for example:
https://tour.golang.org/concurrency/1

What did you expect to see?

The code running successfully.

What did you see instead?

timeout running program
Go build failed.

This has been a reoccurring problem over the last days. Sometimes I am able to run the code just fine but then it stops working for different periods of time.

@gopherbot gopherbot added this to the Unreleased milestone Feb 23, 2021
@jimen0
Copy link
Contributor

jimen0 commented Feb 23, 2021

Could be related to #44343 if tour page uses 1.16.

@bcmills bcmills added 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) labels Feb 23, 2021
@bcmills
Copy link
Contributor

bcmills commented Feb 23, 2021

@golang/release

@toothrot
Copy link
Contributor

Fixed by restarting sandbox instances that were OOM. We're still evaluating a root-cause.

@peterhellberg
Copy link

peterhellberg commented Mar 12, 2021

This seems to still be an issue. More often than not the playground times out.
The situation is also especially bad when it tries to download third party modules.

Is there a tracking issue for this problem?

@dmitshur
Copy link
Contributor

Is there a tracking issue for this problem?

Yes, I suspect this is #44822.

@golang golang locked and limited conversation to collaborators Mar 12, 2022
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

7 participants