.
msohn@build:/opt/users/hudsonbuild/.hudson/jobs/jgit/builds> df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 11G 7.5G 2.6G 75% /
devtmpfs 7.7G 2.2M 7.7G 1% /dev
tmpfs 7.7G 704K 7.7G 1% /dev/shm
/dev/sda6 209G 209G 9.0M 100% /opt
/dev/sda5 4.1G 690M 3.4G 17% /tmp
nfsmaster:/opt/export
159G 144G 15G 91% /opt/working
nfsmaster:/home/admin
799G 261G 539G 33% /home/admin
nfsmaster:/home/apps 799G 261G 539G 33% /home/apps
nfsmaster:/home/configs
799G 261G 539G 33% /home/configs
nfsmaster:/home/data 799G 261G 539G 33% /home/data
nfsmaster:/opt/data/cvs
159G 144G 15G 91% /home/data/cvs
nfsmaster:/opt/data/git
159G 144G 15G 91% /home/data/git
nfsslave:/home/data 799G 320G 479G 41% /home/data2
/dev/md0 1000G 622G 379G 63% /opt/public
--
Matthias
---------- Forwarded message ----------
From:
Shawn O. Pearce <spearce@xxxxxxxxxxx>
Date: 2010/9/6
Subject: [jgit-dev] EGit/JGit Hudson builds failing
To: egit-dev <
egit-dev@xxxxxxxxxxx>, jgit-dev <
jgit-dev@xxxxxxxxxxx>
We're out of disk space:
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:266)
at org.apache.tools.ant.util.ResourceUtils.copyResource(ResourceUtils.java:384)
at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:508)
at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:323)
at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:795)
Because the disk filled up a massive number of JUnit tests were
unable to write their results out, which meant the JUnit runner in
Maven couldn't verify the tests ran successfully and reported them
all as failures.
Current JGit master does compile and pass tests cleanly on my Linux
desktop, so we just need to get the Hudson server working again...
--
Shawn.
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev
--
Matthias