You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jonahgao (via GitHub)" <gi...@apache.org> on 2023/06/15 14:58:22 UTC

[GitHub] [arrow-datafusion] jonahgao commented on issue #6676: CI is failing due to "/usr/bin/ld: final link failed: No space left on device"

jonahgao commented on issue #6676:
URL: https://github.com/apache/arrow-datafusion/issues/6676#issuecomment-1593235769

   ```shell
   Run actions/checkout@v3
   /usr/bin/docker exec  fea1a1b1cd04085c[13](https://github.com/apache/arrow-datafusion/actions/runs/5277391664/jobs/9545549038#step:3:14)b1bc9e919041bcfd39ea946e15d5ad9c9b4373809eb9ce sh -c "cat /etc/*release | grep ^ID"
   Syncing repository: apache/arrow-datafusion
   Getting Git version info
   Temporarily overriding HOME='/__w/_temp/a4e7f1c6-97f6-4dbc-9b18-a7b04a62be55' before making global git config changes
   ```
   It could be caused by the incorrect home path. 
   `HOME='/__w/_temp/a4e7f1c6-97f6-4dbc-9b18-a7b04a62be55' `
   The root directory usually has a small amount of space.
   I saw a possibly related [issue](https://github.com/actions/runner/issues/2058). 
   
   But I don't know how to solve it.
   
   


-- 
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