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

Detect SIGKILL-broken builds? #544

Open
RalfJung opened this issue Sep 7, 2020 · 1 comment
Open

Detect SIGKILL-broken builds? #544

RalfJung opened this issue Sep 7, 2020 · 1 comment

Comments

@RalfJung
Copy link
Member

RalfJung commented Sep 7, 2020

In this report, several of the non-spurious regressions were actually spurious with a common theme:

[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.24.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=dad972120d17c4d0 -C extra-filename=-dad972120d17c4d0 --out-dir /opt/rustwide/target/debug/build/html5ever-dad972120d17c4d0 -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ff51c33add086d10.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2ea9689f9474b3f0.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-992baf1d96373d81.rlib --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...

This applies to all of the following logs:

Maybe crater could detect those as well, like it already detects OOM?

@pietroalbini
Copy link
Member

We currently rely on Docker to detect OOMs. If the implementation is not huge I'd love a PR to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants