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][Integration] Test failed with "No space left on device" #37373

Closed
kou opened this issue Aug 24, 2023 · 1 comment · Fixed by #37366 or #37374
Closed

[CI][Integration] Test failed with "No space left on device" #37373

kou opened this issue Aug 24, 2023 · 1 comment · Fixed by #37366 or #37374

Comments

@kou
Copy link
Member

kou commented Aug 24, 2023

Describe the bug, including details regarding any error messages, version, and platform.

https://github.com/apache/arrow/actions/runs/5966046880/attempts/2

System.IO.IOException: No space left on device : '/home/runner/runners/2.308.0/_diag/Worker_20230824-155631-utc.log'

Component(s)

Continuous Integration, Integration

@kou kou added the Type: bug label Aug 24, 2023
kou added a commit to kou/arrow that referenced this issue Aug 24, 2023
raulcd pushed a commit that referenced this issue Aug 25, 2023
### Rationale for this change

We need more disk space.

### What changes are included in this PR?

Remove unused pre-installed packages.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #37373

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
@raulcd raulcd added this to the 14.0.0 milestone Aug 25, 2023
@raulcd
Copy link
Member

raulcd commented Aug 25, 2023

I see there was a different PR to also make the integration build a bit leaner: #37366
We probably can either open a different issue for that or re-open this issue to have the second PR added.

pitrou added a commit that referenced this issue Aug 31, 2023
### Rationale for this change

Some CI builds on GitHub Actions occasionally fail for disk space issues. The conda-integration build is one of them:
https://github.com/apache/arrow/actions/runs/5966046880/attempts/2?pr=37341

### What changes are included in this PR?

1. Disable more C++ components in the integration build.
2. Remove intermediate build artifacts at the end of a C++ CI build (object files).
3. Remove intermediate build directories at the end of a Rust CI build.

### Are these changes tested?

Self-tested by definition.

### Are there any user-facing changes?

No.

* Closes: #37373

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
### Rationale for this change

We need more disk space.

### What changes are included in this PR?

Remove unused pre-installed packages.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#37373

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
### Rationale for this change

Some CI builds on GitHub Actions occasionally fail for disk space issues. The conda-integration build is one of them:
https://github.com/apache/arrow/actions/runs/5966046880/attempts/2?pr=37341

### What changes are included in this PR?

1. Disable more C++ components in the integration build.
2. Remove intermediate build artifacts at the end of a C++ CI build (object files).
3. Remove intermediate build directories at the end of a Rust CI build.

### Are these changes tested?

Self-tested by definition.

### Are there any user-facing changes?

No.

* Closes: apache#37373

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
### Rationale for this change

Some CI builds on GitHub Actions occasionally fail for disk space issues. The conda-integration build is one of them:
https://github.com/apache/arrow/actions/runs/5966046880/attempts/2?pr=37341

### What changes are included in this PR?

1. Disable more C++ components in the integration build.
2. Remove intermediate build artifacts at the end of a C++ CI build (object files).
3. Remove intermediate build directories at the end of a Rust CI build.

### Are these changes tested?

Self-tested by definition.

### Are there any user-facing changes?

No.

* Closes: apache#37373

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment