[ 
https://issues.apache.org/jira/browse/HIVE-29335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18040032#comment-18040032
 ] 

Shohei Okumiya commented on HIVE-29335:
---------------------------------------

Top 50 usage.
{code:java}
243M    /opt/actionarchivecache
256M    /usr/libexec/gcc
259M    /usr/lib/python3
275M    /usr/lib/firefox
374M    /opt/google
374M    /opt/google/chrome
402M    /usr/libexec
438M    /var/lib
491M    /var
496M    /usr/share/az_12.5.0
503M    /opt/pipx/venvs
515M    /opt/pipx
520M    /opt/hostedtoolcache/PyPy
574M    /opt/hostedtoolcache/node
584M    /usr/lib/llvm-17
588M    /usr/lib/llvm-16
600M    /etc/skel/.rustup
600M    /home/runner/.rustup
605M    /opt/microsoft/msedge
625M    /opt/az/lib
655M    /opt/az
681M    /etc/skel
683M    /home/runner/actions-runner
690M    /etc
731M    /usr/lib/llvm-18
783M    /opt/microsoft
802M    /usr/share/miniconda
841M    /usr/bin
927M    /usr/local/bin
1005M    /usr/lib/google-cloud-sdk
1008M    /usr/local/julia1.12.1
1.1G    /opt/hostedtoolcache/go
1.2G    /usr/lib/x86_64-linux-gnu
1.4G    /home/runner
1.5G    /usr/lib/jvm
1.6G    /home
1.6G    /opt/hostedtoolcache/CodeQL
1.9G    /opt/hostedtoolcache/Python
2.1G    /usr/local/share
3.2G    /usr/share/swift
4.0G    /usr/share/dotnet
5.8G    /opt/hostedtoolcache
6.4G    /usr/local/.ghcup
6.6G    /usr/lib
8.5G    /opt
9.3G    /usr/share
13G    /usr/local/lib
24G    /usr/local
41G    /usr
52G    / {code}

> Disk-full error on Docker Build
> -------------------------------
>
>                 Key: HIVE-29335
>                 URL: https://issues.apache.org/jira/browse/HIVE-29335
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 4.2.0
>            Reporter: Shohei Okumiya
>            Assignee: Shohei Okumiya
>            Priority: Major
>
> The 
> [docker-GA-images.yml|https://github.com/apache/hive/blob/master/.github/workflows/docker-GA-images.yml]
>  workflow randomly fails with "No space left on device".
> {code:java}
> System.IO.IOException: No space left on device : 
> '/home/runner/actions-runner/cached/_diag/Worker_20251122-052418-utc.log'
>    at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, 
> ReadOnlySpan`1 buffer, Int64 fileOffset)
>    at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
>    at System.Diagnostics.TextWriterTraceListener.Flush() {code}
> I guess we would be able to save some spaces if we deleted some unused tools, 
> such as Switf or .NET.
> {code:java}
> Run df -h
>   df -h
>   du -xh / --max-depth=3 2>/dev/null | sort -h | tail -20
> ...
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/root        72G   70G  2.0G  98% /
> tmpfs           7.9G   84K  7.9G   1% /dev/shm
> tmpfs           3.2G  1.2M  3.2G   1% /run
> tmpfs           5.0M     0  5.0M   0% /run/lock
> /dev/sdb16      881M   62M  758M   8% /boot
> /dev/sdb15      105M  6.2M   99M   6% /boot/efi
> /dev/sda1        74G  4.1G   66G   6% /mnt
> tmpfs           1.6G   12K  1.6G   1% /run/user/1001
> 1.1G    /home/runner/work
> 1.1G    /opt/hostedtoolcache/go
> 1.2G    /usr/lib/x86_64-linux-gnu
> 1.5G    /usr/lib/jvm
> 1.6G    /opt/hostedtoolcache/CodeQL
> 1.9G    /opt/hostedtoolcache/Python
> 2.1G    /usr/local/share
> 2.4G    /home/runner
> 2.6G    /home
> 3.2G    /usr/share/swift
> 4.0G    /usr/share/dotnet
> 6.1G    /opt/hostedtoolcache
> 6.4G    /usr/local/.ghcup
> 6.6G    /usr/lib
> 8.8G    /opt
> 9.3G    /usr/share
> 13G    /usr/local/lib
> 24G    /usr/local
> 41G    /usr
> 54G    / {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to