-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CI is failing due to "/usr/bin/ld: final link failed: No space left on device" #6676
Comments
If someone else could look at this that would be great, otherwise I plan to do so in a few hours |
Based off of this experiment: Before any builds start the builder has 11G/35GB if its total disk, and has 33MB in the datafusion checkout:
After the build ends there is 35GB on the disk, all of it in the datafusion checkout:
Of that, almost all of it is in
|
I will next sort out how to reduce the number and size of binaries At least locally, for me, incremental compilation intermediate files seem to consume a large amount of space:
I will experiment with disabling that: |
https://github.com/apache/arrow-datafusion/actions/runs/5281745040/jobs/9555736433?pr=6678
|
LOL well I have some fixes that I think will give us some breathing room for a while:
For a total of 22% ( 3.75GB out of 22GB currently made by this job) |
After applying all our the updates from yesterday, I measured disk usage again: https://github.com/apache/arrow-datafusion/actions/runs/5291555219/jobs/9577253624?pr=6678 Before the work the disk had 35GB at the end of the test run
After all the changes it has 8GB to spare
🎉 |
Describe the bug
The CI on main is failing due to the runners running out of disk space
To Reproduce
Example: https://github.com/apache/arrow-datafusion/actions/runs/5277391664/jobs/9545549038
Expected behavior
Should pass
Additional context
No response
The text was updated successfully, but these errors were encountered: