Skip to content
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] No space left on device - AMD64 Conda Integration test #27935

Closed
asfimport opened this issue Mar 26, 2021 · 6 comments
Closed

[CI] No space left on device - AMD64 Conda Integration test #27935

asfimport opened this issue Mar 26, 2021 · 6 comments

Comments

@asfimport
Copy link
Collaborator

One example: https://github.com/apache/arrow/pull/9814/checks?check_run_id=2205470543#step:8:4716

+ npm install
npm WARN tar ENOSPC: no space left on device, write
npm WARN tar ENOSPC: no space left on device, write
npm ERR! code ENOSPC
npm ERR! syscall write
npm ERR! errno -28
npm ERR! nospc ENOSPC: no space left on device, write
npm ERR! nospc There appears to be insufficient space on your system to finish.
npm ERR! nospc Clear up some disk space and try again.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-03-26T22_10_59_913Z-debug.log
228
Error: `docker-compose --file /home/runner/work/arrow/arrow/docker-compose.yml run --rm conda-integration` exited with a non-zero exit code 228, see the process log above.

Reporter: Jonathan Keane / @jonkeane
Assignee: Andrew Lamb / @alamb

PRs and other links:

Note: This issue was originally created as ARROW-12112. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
I'm taking a look at this.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
It appears the Rust build takes 11GB in that image:

https://github.com/pitrou/arrow/runs/2248565007?check_suite_focus=true#step:8:4751

Is there a way to reduce that footprint? [~nevi_me]  @jorgecarleitao @alamb

 

@asfimport
Copy link
Collaborator Author

Andrew Lamb / @alamb:
@pitrou – One thing I tried was to reduce the debug symbols created in #9879

It seems to have made progress. I will update the PR as a proposed fix

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Please keep this open as there are opportunities to lighten the build image too.

@asfimport
Copy link
Collaborator Author

Andrew Lamb / @alamb:
Issue resolved by pull request 9879
#9879

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Opened ARROW-12191 as a followup.

@asfimport asfimport added this to the 4.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants