You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently received a report in Zulip that the nightly release from 2023-10-22 was missing. The build failed with the following error:
thread '<unnamed>' panicked at src/smoke_test.rs:45:37:
called `Result::unwrap()` on an `Err` value: RecvError(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: No space left on device (os error 28)
We recently received a report in Zulip that the nightly release from 2023-10-22 was missing. The build failed with the following error:
A theory is that the temporary directory for the smoke test might need to be created on the attached disk to have more space, but this has not been confirmed yet.
The text was updated successfully, but these errors were encountered: