-
Couldn't load subscription status.
- Fork 13.9k
[beta] backports #147284
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
[beta] backports #147284
Conversation
|
|
@bors r+ p=1 rollup=never |
|
💔 Test failed - checks-actions |
|
fails with: System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251003-040227-utc.log' |
|
Hmm, I don't see any CI changes on master for that kind of error -- maybe it was spurious? @bors retry |
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
|
@bors retry |
|
Well 3-in-a-row is pretty clearly busted -- but this time the message makes it clear that cc @rust-lang/wg-llvm |
|
@bors try jobs=x86_64-gnu-distcheck |
[beta] backports try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 5e62eab failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
|
Trying without the LLVM update: @bors try jobs=x86_64-gnu-distcheck |
[beta] backports try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
|
☀️ Test successful - checks-actions |
|
I was able to reproduce the crash in a local docker run yesterday, but when I tried again today (on the same commit, with the LLVM update included) it worked :( |
|
I guess this is due to the task running out of disk space. I got the same crash in #147463 (comment), but I didn't change any code in LLVM. |
|
Oh, that explains what happened during my local test as well. I did run out of disk space between the two runs and cleaned up the volume, but didn't make the connection that it could be the cause of the crash. |
r? cuviper