You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/04/12 08:33:39 UTC

[GitHub] [arrow] raulcd opened a new issue, #35066: [CI][Packaging] ubuntu-jammy-amd64 packaging job fails due to no space left on device

raulcd opened a new issue, #35066:
URL: https://github.com/apache/arrow/issues/35066

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The [ubuntu-jammy-amd64](https://github.com/ursacomputing/crossbow/actions/runs/4665539602/jobs/8259038797) has been failing during the last days with the following error:
   ```
    CMake Error at src/parquet/cmake_install.cmake:99 (file):
     file INSTALL cannot copy file
     "/build/apache-arrow-12.0.0.dev374/cpp_build/release/libparquet.a" to
     "/build/apache-arrow-12.0.0.dev374/debian/tmp/usr/lib/x86_64-linux-gnu/libparquet.a":
     No space left on device.
   Call Stack (most recent call first):
     cmake_install.cmake:100 (include)
   ```
   I am not entirely sure why the runner would get out of space, it seems to be failing since the following changes were introduced but they don't seem related: https://github.com/apache/arrow/compare/28ca876dc41b696bda8159daa1c4e9be2b799c48...e3dd1cc7f918d3b4709ce712e7d08efafd8c9601
   
   ### Component(s)
   
   Continuous Integration, Packaging


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd closed issue #35066: [CI][Packaging] ubuntu-jammy-amd64 packaging job fails due to no space left on device

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #35066: [CI][Packaging] ubuntu-jammy-amd64 packaging job fails due to no space left on device
URL: https://github.com/apache/arrow/issues/35066


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #35066: [CI][Packaging] ubuntu-jammy-amd64 packaging job fails due to no space left on device

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #35066:
URL: https://github.com/apache/arrow/issues/35066#issuecomment-1504879842

   @kou any idea what might be happening here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #35066: [CI][Packaging] ubuntu-jammy-amd64 packaging job fails due to no space left on device

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #35066:
URL: https://github.com/apache/arrow/issues/35066#issuecomment-1504908916

   This was happen earlier. See also: https://github.com/apache/arrow/pull/34349#issuecomment-1445430510
   (This is not always happen. Sometimes this is passed.) 
   
   I think that the current C++ implementation's binaries are too big for GitHub Actions.
   We may need to remove more built-in data or disable some components for stable build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org