-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
( |
@mauri870 I did speak with Ori and the guys on 9gridchan about this today. Since I've already been building out a builder cluster my own use and for some business clients, I'll start tackling some of the plan9/9front arm64 issues doing a series of hackathon streams starting this weekend. @psilva261 sounds like all.rc needs some optimizations for a start right? |
@denzuko Yeah probably. At the moment I can reproduce it only with 4 GB RAM without having all build files in /tmp though. (Maybe there were already other changes that make the problem less drastic) But still then the tests would hang. I think it's multiple things at once:
Here's also a screenshot of Line 418 in e9b3ff1
|
@psilva261 Thanks for the screenshot and details. That helps tremendously. Does sounds like a lot of this is coming down to memory constraints. I'll have to dig around but will help out as I can. |
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: