-
Notifications
You must be signed in to change notification settings - Fork 92
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
Disk full errors should be spurious #700
Comments
https://crater-reports.s3.amazonaws.com/pr-116284/index.html also has quite a few of these. |
Also happened here: https://crater.rust-lang.org/ex/pr-124636. |
I see 213 entries correctly sorted under spurious-regressed with For the 10 the errors are
So it looks like for all these the docker daemon failed to perform some action due to the full device.
|
What leads to the disk being full for crater? |
To reduce computation time crater does not reset to a pristine environment between crates so that the builds of dependencies can be reused. So build artifacts accumulate and can fill up the disk. There is supposed to be a disk space every now and then see this comment https://github.com/rust-lang/crater/blob/master/src/runner/tasks.rs#L172-L185 that is supposed to cleanup when that happens. |
I see, thank you. So in a sense, disk-full errors are spurious, but shouldn't be ignored, but and the crates maybe retried after cleaning up some disk space. |
https://crater-reports.s3.amazonaws.com/pr-134300/index.html is an example of a report that says there are 110 regressions, but as far as I can tell every single one of them is "no disk space left on device", or linker failures. None of them are related to the actual compiler change being tested. In that sense it'd be great if crater could mark them as spurious automatically, that would save a bunch of work that currently I have to do manually. |
The linker failures should be simple by adding a new case at https://github.com/rust-lang/crater/blob/master/src/runner/test.rs#L150-L159 looking for |
Running https://github.com/Skgland/Crater-Analysis over the crater run gives me
and two which have neither
|
The |
https://crater-reports.s3.amazonaws.com/pr-115235/try%235a3d3b91048a0adf280e7a4e589c1dda6443f172/gh/SapientAsh.solstice_calculator/log.txt
This is a spurious error but isn't marked as such.
The text was updated successfully, but these errors were encountered: