Skip to content

Conversation

@arcra
Copy link
Member

@arcra arcra commented Nov 19, 2025

Motivation for features / changes

Our CI runs (including for our nightly releases) are failing.

Technical description of changes

The error reads ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device.

It seems the provisioned virtual machine is running out of space. Our code hasn't had many changes, but it's possible that some of our dependencies have grown and/or the provisioned machine has less available space from the beginning, compared to before, for some reason (e.g. it comes with more things preinstalled).

Detailed steps to verify changes work correctly (as executed by you)

Due to security reasons, the CI workflow is read from submitted code/files, so we'll need to somehow merge this even if CI is not passing, and then see if this allows CI runs to pass.

EDIT: It seems this change was actually executed in the CI run for this PR. I'm not sure if I did something different in a previous attempt or where I got confused. Unfortunately, tho, this didn't seem to solve the problem.

Alternate designs / implementations considered (or N/A)

Alternatively, we'll need to figure out what we can delete from the provisioned machine, as suggested in https://github.com/orgs/community/discussions/25678

@arcra arcra closed this Nov 19, 2025
@arcra arcra deleted the no_space branch November 19, 2025 02:58
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

Successfully merging this pull request may close these issues.

2 participants