-
Notifications
You must be signed in to change notification settings - Fork 324
Failed to compile (signal: 9, SIGKILL: kill) #207
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
Comments
Hm, that's unfortunate for sure! It sounds like it could be an issue with the rustc compiler, it might be better to file an issue there. |
Okay, thank you! |
A sigkill is almost always caused by the system running out of memory and the kernel OOM killer terminating the process. |
That's been my experience as well. If it's possible to compile other crates though, it may mean the compiler memory is ballooning in some weird case here. |
Hey, I have tried to compile a project which uses
http
as an indirect dependency (through actix-web) and the compilation failed onhttp
:It just returns
Killed
.I have got the line about by running
cargo run --verbose
on my project (the project is just actix-web sample code verbatim). This happened to a fresh installation of Ubuntu 16.04 where only Rust andbuild-essential
were installed previously.Is there a way I could try and help debug this further?
The text was updated successfully, but these errors were encountered: