Jenkins build failure due to "publish of test report" failing

Eyal Edri eedri at redhat.com
Sun Jan 27 12:40:11 UTC 2013



----- Original Message -----
> From: "Dan Kenigsberg" <danken at redhat.com>
> To: "Eyal Edri" <eedri at redhat.com>
> Cc: "Deepak C Shetty" <deepakcs at linux.vnet.ibm.com>, "Saggi Mizrahi" <smizrahi at redhat.com>, "infra" <infra at ovirt.org>
> Sent: Sunday, January 27, 2013 1:21:38 PM
> Subject: Re: Jenkins build failure due to "publish of test report" failing
> 
> On Sat, Jan 26, 2013 at 11:53:36AM -0500, Eyal Edri wrote:
> > 
> > 
> > ----- Original Message -----
> > > From: "Dan Kenigsberg" <danken at redhat.com>
> > > To: "Eyal Edri" <eedri at redhat.com>
> > > Cc: "Deepak C Shetty" <deepakcs at linux.vnet.ibm.com>, "Saggi
> > > Mizrahi" <smizrahi at redhat.com>, "infra" <infra at ovirt.org>
> > > Sent: Saturday, January 26, 2013 3:55:05 PM
> > > Subject: Re: Jenkins build failure due to "publish of test
> > > report" failing
> > > 
> > > On Fri, Jan 25, 2013 at 01:36:42AM -0500, Eyal Edri wrote:
> > > > 
> > > > 
> > > > ----- Original Message -----
> > > > > From: "Deepak C Shetty" <deepakcs at linux.vnet.ibm.com>
> > > > > To: "Eyal Edri" <eedri at redhat.com>
> > > > > Cc: "Saggi Mizrahi" <smizrahi at redhat.com>, "infra"
> > > > > <infra at ovirt.org>, "Dan Kenigsberg" <danken at redhat.com>
> > > > > Sent: Friday, January 25, 2013 6:10:57 AM
> > > > > Subject: Re: Jenkins build failure due to "publish of test
> > > > > report" failing
> > > > > 
> > > > > On 01/25/2013 12:36 AM, Eyal Edri wrote:
> > > > > >
> > > > > > ----- Original Message -----
> > > > > >> From: "Saggi Mizrahi" <smizrahi at redhat.com>
> > > > > >> To: "Eyal Edri" <eedri at redhat.com>, "Dan Kenigsberg"
> > > > > >> <danken at redhat.com>
> > > > > >> Cc: "infra" <infra at ovirt.org>, "Deepak C Shetty"
> > > > > >> <deepakcs at linux.vnet.ibm.com>
> > > > > >> Sent: Thursday, January 24, 2013 6:35:36 PM
> > > > > >> Subject: Re: Jenkins build failure due to "publish of test
> > > > > >> report"
> > > > > >> failing
> > > > > >>
> > > > > >> No, it will keep reporting failures.
> > > > > >> This is because the EL hosts are misconfigured.
> > > > > >>
> > > > > >> Under RHEL 6 the python-nose package does not have the
> > > > > >> xunit
> > > > > >> plugin.
> > > > > >>
> > > > > >> You need to remove it install the python-nose1.1 package
> > > > > >> and
> > > > > >> make
> > > > > >> an
> > > > > >> alias or alternatively make the makefile detect that
> > > > > >> nosetests
> > > > > >> is
> > > > > >> missing and
> > > > > >> call nosetests1.1 instead.
> > > > > > ok, i installed nose1.1 on both el hosts, and added link to
> > > > > > /usr/bin/nosetests.
> > > > > 
> > > > > Hi Eyal,
> > > > >      I still see the 'X' mark by jenkins for some of my
> > > > >      patches
> > > > >      as
> > > > >      below...
> > > > > 
> > > > > http://gerrit.ovirt.org/#/c/10196/
> > > > > http://gerrit.ovirt.org/#/c/10195/
> > > > > 
> > > > > Wondering if the job was re-run for the above patches after
> > > > > the
> > > > > issue
> > > > > was fixed ?
> > > > 
> > > > if it still has x, it means it wasn't fix.
> > > > please talk to saggi/danken for providing a fix for it.
> > > 
> > > Currently tests are failing because of nose not being installed
> > > on
> > > the
> > > slave. Only when nose exists it's time to blame danken.
> > 
> > i did exactly as saggi requested.
> > removed python-nose and installed python-nose1.1 (with symlink).
> 
> Would you add anothor softlink
> 
>     ln -s /usr/lib/python2.6/site-packages/nose-1.1.2-py2.6.egg/nose
>     /usr/lib/python2.6/site-packages/nose
> 
> and verify that `pydoc nose` and the following works.

added, any verified with pydoc nose.
re-rerunning jobs now.

> 
> > 
> > > 
> > > 
> > > """
> > >     from nose import config
> > >     ImportError: No module named nose
> > > """
> > > 
> > > http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/75/console
> > > 
> 



More information about the Infra mailing list