https://github.com/rust-lang/docs.rs/actions/runs/6799427301 just failed with an out of disk space error.
Looking at the restore cache step of https://github.com/rust-lang/docs.rs/actions/runs/6799427301/job/18486983082 it's restoring a 3GB cache, which is both slow and probably contributing to the disk space issues. (It appears to fail while attempting to create the new cache to upload).
https://github.com/rust-lang/docs.rs/actions/runs/6799427301 just failed with an out of disk space error.
Looking at the restore cache step of https://github.com/rust-lang/docs.rs/actions/runs/6799427301/job/18486983082 it's restoring a 3GB cache, which is both slow and probably contributing to the disk space issues. (It appears to fail while attempting to create the new cache to upload).