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][Docs] test-ubuntu-default-docs is failing with no space left on device #36543

Closed
raulcd opened this issue Jul 7, 2023 · 0 comments · Fixed by #36576
Closed

[CI][Docs] test-ubuntu-default-docs is failing with no space left on device #36543

raulcd opened this issue Jul 7, 2023 · 0 comments · Fixed by #36576

Comments

@raulcd
Copy link
Member

raulcd commented Jul 7, 2023

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

The nightly build for test-ubuntu-default-docs has failed to build with:

  error: could not write to 'build/bdist.linux-x86_64/wheel/pyarrow/libarrow_python.so': No space left on device

I've retried and the issue has been reproduced again.
We are currently running the nightly job on azure-linux but the PR one that uses the same container ubuntu-docs on GitHub actions, we probably could move it to GitHub actions to have a common way of doing it.
This is a must fix for the release as this is run as part of the packaging jobs in order to build the documentation for the release.

Component(s)

Continuous Integration, Documentation

@raulcd raulcd added this to the 13.0.0 milestone Jul 7, 2023
@raulcd raulcd added the Priority: Blocker Marks a blocker for the release label Jul 7, 2023
kou added a commit to kou/arrow that referenced this issue Jul 9, 2023
Because we don't need to run GDB plugin test for the build.
@kou kou closed this as completed in #36576 Jul 9, 2023
kou added a commit that referenced this issue Jul 9, 2023
### Rationale for this change

Because we don't need to run GDB plugin test for the build.

### What changes are included in this PR?

Specify `-g1` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #36543

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants