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: playground times out when executing simple snippet #66741

Open
sivchari opened this issue Apr 9, 2024 · 2 comments
Open

x/playground: playground times out when executing simple snippet #66741

sivchari opened this issue Apr 9, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@sivchari
Copy link
Contributor

sivchari commented Apr 9, 2024

Go version

go1.21

Output of go env in your module/workspace:

N/A

What did you do?

I've tried to run the code on Go Playground.

https://go.dev/play/p/k82r6VIVJO1?v=goprev

package main

import "fmt"

func main() {
	fmt.Println("a")
}

What did you see happen?

The program is failed to build due to timeout.

スクリーンショット 2024-04-09 18 10 52

What did you expect to see?

It succeed to run the program with using Go 1.21 on Go Playground.

@H0llyW00dzZ
Copy link

Go version

go1.21

Output of go env in your module/workspace:

N/A

What did you do?

I've tried to run the code on Go Playground.

https://go.dev/play/p/k82r6VIVJO1?v=goprev

package main

import "fmt"

func main() {
	fmt.Println("a")
}

What did you see happen?

The program is failed to build due to timeout.

スクリーンショット 2024-04-09 18 10 52 ### What did you expect to see? It succeed to run the program with using Go 1.21 on Go Playground.

The same issue occurred for me as well. Other Go versions (Go 1.22 and the development branch) are working fine.

image

@cagedmantis cagedmantis changed the title playground: It happened timeout running program x/playground: playground times out when executing simple snippet Apr 9, 2024
@gopherbot gopherbot added this to the Unreleased milestone Apr 9, 2024
@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 9, 2024
@cagedmantis
Copy link
Contributor

I've been able to reproduce these results. I was able to successfully run the snippet above once out of ten attempts.

@toothrot @golang/tools-team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants