Jenkins build became unstable: FreeBSD_HEAD-tests2 #311
Craig Rodrigues
rodrigc at FreeBSD.org
Thu Nov 27 03:35:48 UTC 2014
On Tue, Nov 25, 2014 at 11:21 PM, Craig Rodrigues <rodrigc at freebsd.org>
wrote:
> On Tue, Nov 25, 2014 at 8:42 PM, Craig Rodrigues <rodrigc at freebsd.org>
> wrote:
> >
> >
> >
> > On Mon, Nov 24, 2014 at 9:25 PM, <jenkins-admin at freebsd.org> wrote:
> >>
> >> See <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/311/>
> >>
> >
> > I'm not sure why this test is failing. The VM running these tests has
> 845MB
> > of disk space free on /tmp and /usr/tests so it is
> > definitely not running out of space.
> >
> > The test failures started occurring around here:
> >
> > https://jenkins.freebsd.org/job/FreeBSD_HEAD/1909/
> > https://jenkins.freebsd.org/job/FreeBSD_HEAD/1910/
> >
> > That was around when a lot of Makefile related changes for library
> linking
> > whent in the tree.
>
>
> Looking at:
> https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests2/311/consoleFull
>
> I see:
>
> usr.sbin/etcupdate/tests_test:main -> Nov 25 05:15:48 kernel: pid 19939
> (cp), uid 0 inumber 23569 on /: out of inodes
> broken: Caught unexpected exception: Tester failed with code 2; this is a
> bug [6.863s]
>
Yes, that seems to be the problem:
df -m -i /
Filesystem 1M-blocks Used Avail Capacity iused ifree %iused Mounted
on
/dev/ufs/TESTROOT 2041 1027 850 55% 23303 1015 96% /
So there is enough disk space to run the tests,
but not enough inodes. I'm creating the VM with makefs.
It looks like makefs creates disk images
with lower number of inodes than newfs.
--
Craig
More information about the freebsd-current
mailing list