Re: [ovirt-devel] [ACTION REQUIRED] Project vdsm_master_check-merged-el7-x86_64 failing consistently

2016-04-13 Thread dcaro
On 04/13 11:19, Eyal Edri wrote:
> We should also have more el7 hypervisors now so if needed we can use them
> instead.

Nop, the issue is that you are totally unable to run fc* chroots on top of el*
hypervisors, so we fell back to using fc* hypervisors only, that means that any
chroot (fc* or el*) will run on top of fedora.

> 
> We can reinstall the fc23 as el7 if we don't need specifically fedora hosts
> On Apr 13, 2016 11:09 AM, "David Caro" <dc...@redhat.com> wrote:
> 
> > On 04/12 18:16, Sandro Bonazzola wrote:
> > > Hi,
> > >  Project vdsm_master_check-merged-el7-x86_64 failing consistently at
> > least
> > > since April 7.
> > >
> > > *00:15:04.646* * Starting VM vdsm_functional_tests_host-fc23:
> > > *00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary
> > > /usr/libexec/qemu-kvm: No such file or directory
> > >
> > >
> > > Please fix functional test ASAP.
> > >
> > > CC infra so they're aware of the issue as well.
> >
> > That's caused by the tests when they run el* chroot on top of fedora*
> > host, it
> > can be easily fixed with this snippet running on the automation/* scripts
> > (extracted from the lago ones):
> >
> > # Ugly fix to be able to run el* on fc*
> > if ! [[ -e /usr/bin/qemu-kvm ]]; then
> > ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-kvm
> > fi
> >
> >
> > >
> > > --
> > > Sandro Bonazzola
> > > Better technology. Faster innovation. Powered by community collaboration.
> > > See how it works at redhat.com
> >
> > > ___
> > > Infra mailing list
> > > Infra@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> > --
> > David Caro
> >
> > Red Hat S.L.
> > Continuous Integration Engineer - EMEA ENG Virtualization R
> >
> > Tel.: +420 532 294 605
> > Email: dc...@redhat.com
> > IRC: dcaro|dcaroest@{freenode|oftc|redhat}
> > Web: www.redhat.com
> > RHT Global #: 82-62605
> >
> > ___
> > Devel mailing list
> > de...@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/devel
> >

> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel


-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R

Tel.: +420 532 294 605
Email: dc...@redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] [ACTION REQUIRED] Project vdsm_master_check-merged-el7-x86_64 failing consistently

2016-04-13 Thread Sandro Bonazzola
On Wed, Apr 13, 2016 at 10:19 AM, Eyal Edri <ee...@redhat.com> wrote:

> We should also have more el7 hypervisors now so if needed we can use them
> instead.
>
> We can reinstall the fc23 as el7 if we don't need specifically fedora hosts
>

I'm not aware of jobs requiring fc23 slaves.




> On Apr 13, 2016 11:09 AM, "David Caro" <dc...@redhat.com> wrote:
>
>> On 04/12 18:16, Sandro Bonazzola wrote:
>> > Hi,
>> >  Project vdsm_master_check-merged-el7-x86_64 failing consistently at
>> least
>> > since April 7.
>> >
>> > *00:15:04.646* * Starting VM vdsm_functional_tests_host-fc23:
>> > *00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary
>> > /usr/libexec/qemu-kvm: No such file or directory
>> >
>> >
>> > Please fix functional test ASAP.
>> >
>> > CC infra so they're aware of the issue as well.
>>
>> That's caused by the tests when they run el* chroot on top of fedora*
>> host, it
>> can be easily fixed with this snippet running on the automation/* scripts
>> (extracted from the lago ones):
>>
>> # Ugly fix to be able to run el* on fc*
>> if ! [[ -e /usr/bin/qemu-kvm ]]; then
>> ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-kvm
>> fi
>>
>>
>> >
>> > --
>> > Sandro Bonazzola
>> > Better technology. Faster innovation. Powered by community
>> collaboration.
>> > See how it works at redhat.com
>>
>> > ___
>> > Infra mailing list
>> > Infra@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>> --
>> David Caro
>>
>> Red Hat S.L.
>> Continuous Integration Engineer - EMEA ENG Virtualization R
>>
>> Tel.: +420 532 294 605
>> Email: dc...@redhat.com
>> IRC: dcaro|dcaroest@{freenode|oftc|redhat}
>> Web: www.redhat.com
>> RHT Global #: 82-62605
>>
>> ___
>> Devel mailing list
>> de...@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ACTION REQUIRED] Project vdsm_master_check-merged-el7-x86_64 failing consistently

2016-04-13 Thread David Caro
On 04/12 18:16, Sandro Bonazzola wrote:
> Hi,
>  Project vdsm_master_check-merged-el7-x86_64 failing consistently at least
> since April 7.
> 
> *00:15:04.646* * Starting VM vdsm_functional_tests_host-fc23:
> *00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary
> /usr/libexec/qemu-kvm: No such file or directory
> 
> 
> Please fix functional test ASAP.
> 
> CC infra so they're aware of the issue as well.

That's caused by the tests when they run el* chroot on top of fedora* host, it
can be easily fixed with this snippet running on the automation/* scripts 
(extracted from the lago ones):

# Ugly fix to be able to run el* on fc*
if ! [[ -e /usr/bin/qemu-kvm ]]; then
ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-kvm
fi


> 
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com

> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra


-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R

Tel.: +420 532 294 605
Email: dc...@redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[ACTION REQUIRED] Project vdsm_master_check-merged-el7-x86_64 failing consistently

2016-04-12 Thread Sandro Bonazzola
Hi,
 Project vdsm_master_check-merged-el7-x86_64 failing consistently at least
since April 7.

*00:15:04.646* * Starting VM vdsm_functional_tests_host-fc23:
*00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary
/usr/libexec/qemu-kvm: No such file or directory


Please fix functional test ASAP.

CC infra so they're aware of the issue as well.

-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: vdsm_master_check-merged-el7-x86_64

2016-04-07 Thread Eyal Edri
Adding VDSM maintainers.
We didn't got any feedback on infra issues there.

if there are infra issues or false positive, please let us know but if
those are faulty tests they should be skipped/disabled by the developers.

e.

On Thu, Apr 7, 2016 at 10:41 AM, Michal Skrivanek <
michal.skriva...@redhat.com> wrote:

> this job is failing for …well, as far back as I can see
> please fix or disable it
>
> Thanks,
> michal
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
>


-- 
Eyal Edri
Associate Manager
RHEV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: vdsm_master_check-merged-el7-x86_64

2016-04-07 Thread Dan Kenigsberg
On Thu, Apr 07, 2016 at 09:41:15AM +0200, Michal Skrivanek wrote:
> this job is failing for …well, as far back as I can see
> please fix or disable it  

The job fails due to this error - I think that Yaniv and David are aware of
this?

##! ERROR v
##! Last 20 log enties: 
logs/mocker-epel-7-x86_64.el7.check-merged.sh/check-merged.sh.log
##!
cli_plugins[args.verb].do_run(args)
  File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 180, in 
do_run
self._do_run(**vars(args))
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 501, in wrapper
return func(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 512, in wrapper
return func(*args, prefix=prefix, **kwargs)
  File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 234, in do_start
prefix.start(vm_names=vm_names)
  File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 778, in start
self.virt_env.start(vm_names=vm_names)
  File "/usr/lib/python2.7/site-packages/lago/virt.py", line 193, in start
vm.start()
  File "/usr/lib/python2.7/site-packages/lago/virt.py", line 910, in start
self._env.libvirt_con.createXML(self._libvirt_xml())
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3611, in createXML
if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirtError: Cannot check QEMU binary /usr/libexec/qemu-kvm: No such file or 
directory
Took 327 seconds
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


vdsm_master_check-merged-el7-x86_64

2016-04-07 Thread Michal Skrivanek
this job is failing for …well, as far back as I can see
please fix or disable it

Thanks,
michal
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra