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
runtime: plan9/amd64 builder hangs #61575
Comments
(CC @golang/plan9) |
@psilva261, maybe send a CL to set a (Or do you think this is a deadlock in the process?) |
I think it's a deadlock because usually the runtime package can be tested in 1-2 minutes and with |
The way it is timing out without any errors or messages being printed also leads me to believe it is a deadlock. I'll try to reproduce this (have to setup plan9 again) and try to work on a fix. |
Unfortunately I didn't had enough disk space to compile and run the tests to investigate this issue, build stopped halfway through. If someone else is available and willing to give it a try, please feel free to jump in and assist. |
Actually since 8fa9e3b 16GB RAM is needed instead of 8GB. On 9front with
( |
https://build.golang.org/log/ed9b4a8cec1f938b98f5cc517dcd8ca603486c91
I've seen similar on 9front/amd64 with less than 16 GB of RAM on recent versions when running
all.rc
.The text was updated successfully, but these errors were encountered: