Shohei Okumiya created HIVE-29335:
-------------------------------------
Summary: 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
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)