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][R] test-r-rhub-ubuntu-gcc-release-latest failing #38295

Closed
jonkeane opened this issue Oct 16, 2023 · 0 comments · Fixed by #38302
Closed

[CI][R] test-r-rhub-ubuntu-gcc-release-latest failing #38295

jonkeane opened this issue Oct 16, 2023 · 0 comments · Fixed by #38302

Comments

@jonkeane
Copy link
Member

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

It looks like this has been failing for a long time (>90days when writing this issue)

The error we are seeing is:

[100%] Built target arrow_dataset_static
Install the project...
-- Install configuration: "RELEASE"
-- Installing: /arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/cmake/Arrow/FindOpenSSLAlt.cmake
-- Installing: /arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/include/arrow/util/config.h
-- Installing: /arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/libarrow_bundled_dependencies.a
-- Installing: /arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/libarrow.a
CMake Error at src/arrow/cmake_install.cmake:50 (file):
  file INSTALL cannot copy file
  "/tmp/RtmptkhPVi/file73025600f53/release/libarrow.a" to
  "/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-13.0.0.9000/lib/libarrow.a":
  Success.
Call Stack (most recent call first):
  cmake_install.cmake:55 (include)


make: *** [Makefile:110: install] Error 1

file INSTALL cannot copy file and then Success. seem to contradict each other, and this install location should not need super-user privileges (a common source of the cannot copy file error), and other files seem to succeed.

Component(s)

Continuous Integration, R

@kou kou changed the title [CI] [R] test-r-rhub-ubuntu-gcc-release-latest failing [CI][R] test-r-rhub-ubuntu-gcc-release-latest failing Oct 17, 2023
kou added a commit to kou/arrow that referenced this issue Oct 17, 2023
raulcd pushed a commit that referenced this issue Oct 17, 2023
### Rationale for this change

test-r-rhub-ubuntu-gcc-release-latest doesn't have enough disk space.

### What changes are included in this PR?

Remove pre-installed files on Azure Pipelines too.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #38295

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
@raulcd raulcd added this to the 14.0.0 milestone Oct 17, 2023
raulcd pushed a commit that referenced this issue Oct 17, 2023
### Rationale for this change

test-r-rhub-ubuntu-gcc-release-latest doesn't have enough disk space.

### What changes are included in this PR?

Remove pre-installed files on Azure Pipelines too.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #38295

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
JerAguilon pushed a commit to JerAguilon/arrow that referenced this issue Oct 23, 2023
…pache#38302)

### Rationale for this change

test-r-rhub-ubuntu-gcc-release-latest doesn't have enough disk space.

### What changes are included in this PR?

Remove pre-installed files on Azure Pipelines too.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38295

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
…pache#38302)

### Rationale for this change

test-r-rhub-ubuntu-gcc-release-latest doesn't have enough disk space.

### What changes are included in this PR?

Remove pre-installed files on Azure Pipelines too.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38295

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…pache#38302)

### Rationale for this change

test-r-rhub-ubuntu-gcc-release-latest doesn't have enough disk space.

### What changes are included in this PR?

Remove pre-installed files on Azure Pipelines too.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38295

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
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.

3 participants