Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-12 Thread Michal Skrivanek

> On 12 Jul 2016, at 09:19, Yaniv Kaul <yk...@redhat.com> wrote:
> 
> 
> 
> On Tue, Jul 12, 2016 at 10:12 AM, Francesco Romani <from...@redhat.com 
> <mailto:from...@redhat.com>> wrote:
> 
> 
> - Original Message -
> > From: "Dan Kenigsberg" <dan...@redhat.com <mailto:dan...@redhat.com>>
> > To: "Nadav Goldin" <ngol...@redhat.com <mailto:ngol...@redhat.com>>, 
> > from...@redhat.com <mailto:from...@redhat.com>
> > Cc: "Eyal Edri" <ee...@redhat.com <mailto:ee...@redhat.com>>, "Nir Soffer" 
> > <nsof...@redhat.com <mailto:nsof...@redhat.com>>, "Yaniv Kaul" 
> > <yk...@redhat.com <mailto:yk...@redhat.com>>, "Martin
> > Perina" <mper...@redhat.com <mailto:mper...@redhat.com>>, "Tolik Litovsky" 
> > <tlito...@redhat.com <mailto:tlito...@redhat.com>>, "infra" 
> > <infra@ovirt.org <mailto:infra@ovirt.org>>
> > Sent: Monday, July 11, 2016 10:12:48 PM
> > Subject: Re: Build failed in Jenkins: ovirt_master_system-tests #243
> >
> > On Thu, Jul 07, 2016 at 07:00:35PM +0300, Nadav Goldin wrote:
> > > Seems like [1], as ovirt-srv19  has fresh new FC24 installation,
> > > virtlogd is not enabled by default:
> > > ● virtlogd.service - Virtual machine log manager
> > >Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect;
> > > vendor preset: disabled)
> > >Active: inactive (dead)
> > >  Docs: man:virtlogd(8)
> > >http://libvirt.org <http://libvirt.org/>
> > > we can add it to puppet for now.
> > >
> > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1290357 
> > > <https://bugzilla.redhat.com/show_bug.cgi?id=1290357>
> >
> > Francesco, shouldn't vdsm require virtlogd explicitly?
> 
> Disclaimer: I didn't read yet the rest of the thread.
> 
> We choose not to, trying to prevent issues:
> https://gerrit.ovirt.org/#/c/55189/1 <https://gerrit.ovirt.org/#/c/55189/1>
> Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1318902 
> <https://bugzilla.redhat.com/show_bug.cgi?id=1318902>
> 
> I thought and still do it's quite a mistake - if we think a feature of our 
> friends from libvirt is immature - we should tell them that, hopefully 
> accompanied by bugs.

It’s not so much feature itself, rather it’s integration into OSes. I think 
there was enough feedback, a random google search shows a load of issues 
reported at the time this dependency was introduced, so I hope they learned 
from it

> I'd like to believe they don't enable features by default unless they believe 
> the features are mature and ready for general consumption. If that's not the 
> case, we should talk with them.

IMO it was a bit hasty on their part, and we just didn’t have time to resolve 
all the virtlogd daemon management in RHEL and RHEVH in time

Thanks,
michal


> Y.
> 
> 
> We want to reenable and require it in the near future:
> https://bugzilla.redhat.com/show_bug.cgi?id=1321010 
> <https://bugzilla.redhat.com/show_bug.cgi?id=1321010>
> 
> HTH,
> 
> --
> Francesco Romani
> RedHat Engineering Virtualization R & D
> Phone: 8261328
> IRC: fromani
> 

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


Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-12 Thread Barak Korren
On 11 July 2016 at 23:12, Dan Kenigsberg  wrote:
>> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1290357
>
> Francesco, shouldn't vdsm require virtlogd explicitly?
>
This is unrelated to this thread.
The discussion here is about configuration on Lago hosts, they are not
running vdsm...


-- 
Barak Korren
bkor...@redhat.com
RHEV-CI Team
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-12 Thread Yaniv Kaul
On Tue, Jul 12, 2016 at 10:12 AM, Francesco Romani <from...@redhat.com>
wrote:

>
>
> - Original Message -
> > From: "Dan Kenigsberg" <dan...@redhat.com>
> > To: "Nadav Goldin" <ngol...@redhat.com>, from...@redhat.com
> > Cc: "Eyal Edri" <ee...@redhat.com>, "Nir Soffer" <nsof...@redhat.com>,
> "Yaniv Kaul" <yk...@redhat.com>, "Martin
> > Perina" <mper...@redhat.com>, "Tolik Litovsky" <tlito...@redhat.com>,
> "infra" <infra@ovirt.org>
> > Sent: Monday, July 11, 2016 10:12:48 PM
> > Subject: Re: Build failed in Jenkins: ovirt_master_system-tests #243
> >
> > On Thu, Jul 07, 2016 at 07:00:35PM +0300, Nadav Goldin wrote:
> > > Seems like [1], as ovirt-srv19  has fresh new FC24 installation,
> > > virtlogd is not enabled by default:
> > > ● virtlogd.service - Virtual machine log manager
> > >Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect;
> > > vendor preset: disabled)
> > >Active: inactive (dead)
> > >  Docs: man:virtlogd(8)
> > >http://libvirt.org
> > > we can add it to puppet for now.
> > >
> > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1290357
> >
> > Francesco, shouldn't vdsm require virtlogd explicitly?
>
> Disclaimer: I didn't read yet the rest of the thread.
>
> We choose not to, trying to prevent issues:
> https://gerrit.ovirt.org/#/c/55189/1
> Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1318902


I thought and still do it's quite a mistake - if we think a feature of our
friends from libvirt is immature - we should tell them that, hopefully
accompanied by bugs.
I'd like to believe they don't enable features by default unless they
believe the features are mature and ready for general consumption. If
that's not the case, we should talk with them.
Y.

>
>
> We want to reenable and require it in the near future:
> https://bugzilla.redhat.com/show_bug.cgi?id=1321010
>
> HTH,
>
> --
> Francesco Romani
> RedHat Engineering Virtualization R & D
> Phone: 8261328
> IRC: fromani
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-12 Thread Francesco Romani


- Original Message -
> From: "Dan Kenigsberg" <dan...@redhat.com>
> To: "Nadav Goldin" <ngol...@redhat.com>, from...@redhat.com
> Cc: "Eyal Edri" <ee...@redhat.com>, "Nir Soffer" <nsof...@redhat.com>, "Yaniv 
> Kaul" <yk...@redhat.com>, "Martin
> Perina" <mper...@redhat.com>, "Tolik Litovsky" <tlito...@redhat.com>, "infra" 
> <infra@ovirt.org>
> Sent: Monday, July 11, 2016 10:12:48 PM
> Subject: Re: Build failed in Jenkins: ovirt_master_system-tests #243
> 
> On Thu, Jul 07, 2016 at 07:00:35PM +0300, Nadav Goldin wrote:
> > Seems like [1], as ovirt-srv19  has fresh new FC24 installation,
> > virtlogd is not enabled by default:
> > ● virtlogd.service - Virtual machine log manager
> >Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect;
> > vendor preset: disabled)
> >Active: inactive (dead)
> >  Docs: man:virtlogd(8)
> >http://libvirt.org
> > we can add it to puppet for now.
> > 
> > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1290357
> 
> Francesco, shouldn't vdsm require virtlogd explicitly?

Disclaimer: I didn't read yet the rest of the thread.

We choose not to, trying to prevent issues:
https://gerrit.ovirt.org/#/c/55189/1
Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1318902

We want to reenable and require it in the near future:
https://bugzilla.redhat.com/show_bug.cgi?id=1321010

HTH,

-- 
Francesco Romani
RedHat Engineering Virtualization R & D
Phone: 8261328
IRC: fromani
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-11 Thread Dan Kenigsberg
On Thu, Jul 07, 2016 at 07:00:35PM +0300, Nadav Goldin wrote:
> Seems like [1], as ovirt-srv19  has fresh new FC24 installation,
> virtlogd is not enabled by default:
> ● virtlogd.service - Virtual machine log manager
>Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect;
> vendor preset: disabled)
>Active: inactive (dead)
>  Docs: man:virtlogd(8)
>http://libvirt.org
> we can add it to puppet for now.
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1290357

Francesco, shouldn't vdsm require virtlogd explicitly?

> 
> 
> On Thu, Jul 7, 2016 at 6:49 PM, Eyal Edri  wrote:
> > This looks like a bug in libvirt?
> > Tolik mentioned something in a socket name which is too long, anyone seen it
> > before?
> >
> > 15:37:11 libvirt: XML-RPC error : Failed to connect socket to
> > '/var/run/libvirt/virtlogd-sock': No such file or directory
> > 15:37:11 * Starting VM lago_basic_suite_master_storage: ERROR (in
> > 0:00:00)
> > 15:37:11   # Start vms: ERROR (in 0:00:00)
> > 15:37:11   # Destroy network lago_basic_suite_master_lago:
> > 15:37:11   # Destroy network lago_basic_suite_master_lago: ERROR (in
> > 0:00:00)
> > 15:37:11 @ Start Prefix: ERROR (in 0:00:00)
> > 15:37:11 Error occured, aborting
> > 15:37:11 Traceback (most recent call last):
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 691, in
> > main
> > 15:37:11 cli_plugins[args.verb].do_run(args)
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line
> > 180, in do_run
> > 15:37:11 self._do_run(**vars(args))
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 488,
> > in wrapper
> > 15:37:11 return func(*args, **kwargs)
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 499,
> > in wrapper
> > 15:37:11 return func(*args, prefix=prefix, **kwargs)
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in
> > do_start
> > 15:37:11 prefix.start(vm_names=vm_names)
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958,
> > in start
> > 15:37:11 self.virt_env.start(vm_names=vm_names)
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182,
> > in start
> > 15:37:11 vm.start()
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> > 247, in start
> > 15:37:11 return self.provider.start(*args, **kwargs)
> > 15:37:11   File "/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in
> > start
> > 15:37:11 self.libvirt_con.createXML(self._libvirt_xml())
> > 15:37:11   File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3611,
> > in createXML
> > 15:37:11 if ret is None:raise libvirtError('virDomainCreateXML()
> > failed', conn=self)
> > 15:37:11 libvirtError: Failed to connect socket to
> > '/var/run/libvirt/virtlogd-sock': No such file or directory
> > 15:37:11 #
> >
> >
> > On Thu, Jul 7, 2016 at 6:37 PM,  wrote:
> >>
> >> See 
> >>
> >> Changes:
> >>
> >> [Eyal Edri] add hystrix deps to yum repos include list
> >>
> >> [Eyal Edri] refresh fedora versions and release versions for ovirt-engine
> >>
> >> [Sandro Bonazzola] ovirt-engine_upgrade-db: drop 3.6.7 jobs
> >>
> >> [Shirly Radco] Replacing jpackage repo for 3.6 dwh
> >>
> >> --
> >> [...truncated 485 lines...]
> >> ##  rc = 1
> >> ##
> >> ##! ERROR v
> >> ##! Last 20 log enties:
> >> logs/mocker-fedora-23-x86_64.fc23.basic_suite_master.sh/basic_suite_master.sh.log
> >> ##!
> >>   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in
> >> do_start
> >> prefix.start(vm_names=vm_names)
> >>   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958, in
> >> start
> >> self.virt_env.start(vm_names=vm_names)
> >>   File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182, in start
> >> vm.start()
> >>   File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line 247, in
> >> start
> >> return self.provider.start(*args, **kwargs)
> >>   File "/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in start
> >> self.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: Failed to connect socket to
> >> '/var/run/libvirt/virtlogd-sock': No such file or directory
> >> #
> >>  Cleaning up
> >> --- Cleaning with lago
> >> --- Cleaning with lago done
> >>  Cleanup done
> >> Took 197 seconds
> >> ===
> >> ##!
> >> ##! ERROR 

Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-07 Thread Nadav Goldin
Seems like [1], as ovirt-srv19  has fresh new FC24 installation,
virtlogd is not enabled by default:
● virtlogd.service - Virtual machine log manager
   Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect;
vendor preset: disabled)
   Active: inactive (dead)
 Docs: man:virtlogd(8)
   http://libvirt.org
we can add it to puppet for now.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1290357


On Thu, Jul 7, 2016 at 6:49 PM, Eyal Edri  wrote:
> This looks like a bug in libvirt?
> Tolik mentioned something in a socket name which is too long, anyone seen it
> before?
>
> 15:37:11 libvirt: XML-RPC error : Failed to connect socket to
> '/var/run/libvirt/virtlogd-sock': No such file or directory
> 15:37:11 * Starting VM lago_basic_suite_master_storage: ERROR (in
> 0:00:00)
> 15:37:11   # Start vms: ERROR (in 0:00:00)
> 15:37:11   # Destroy network lago_basic_suite_master_lago:
> 15:37:11   # Destroy network lago_basic_suite_master_lago: ERROR (in
> 0:00:00)
> 15:37:11 @ Start Prefix: ERROR (in 0:00:00)
> 15:37:11 Error occured, aborting
> 15:37:11 Traceback (most recent call last):
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 691, in
> main
> 15:37:11 cli_plugins[args.verb].do_run(args)
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line
> 180, in do_run
> 15:37:11 self._do_run(**vars(args))
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 488,
> in wrapper
> 15:37:11 return func(*args, **kwargs)
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 499,
> in wrapper
> 15:37:11 return func(*args, prefix=prefix, **kwargs)
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in
> do_start
> 15:37:11 prefix.start(vm_names=vm_names)
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958,
> in start
> 15:37:11 self.virt_env.start(vm_names=vm_names)
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182,
> in start
> 15:37:11 vm.start()
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 247, in start
> 15:37:11 return self.provider.start(*args, **kwargs)
> 15:37:11   File "/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in
> start
> 15:37:11 self.libvirt_con.createXML(self._libvirt_xml())
> 15:37:11   File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3611,
> in createXML
> 15:37:11 if ret is None:raise libvirtError('virDomainCreateXML()
> failed', conn=self)
> 15:37:11 libvirtError: Failed to connect socket to
> '/var/run/libvirt/virtlogd-sock': No such file or directory
> 15:37:11 #
>
>
> On Thu, Jul 7, 2016 at 6:37 PM,  wrote:
>>
>> See 
>>
>> Changes:
>>
>> [Eyal Edri] add hystrix deps to yum repos include list
>>
>> [Eyal Edri] refresh fedora versions and release versions for ovirt-engine
>>
>> [Sandro Bonazzola] ovirt-engine_upgrade-db: drop 3.6.7 jobs
>>
>> [Shirly Radco] Replacing jpackage repo for 3.6 dwh
>>
>> --
>> [...truncated 485 lines...]
>> ##  rc = 1
>> ##
>> ##! ERROR v
>> ##! Last 20 log enties:
>> logs/mocker-fedora-23-x86_64.fc23.basic_suite_master.sh/basic_suite_master.sh.log
>> ##!
>>   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in
>> do_start
>> prefix.start(vm_names=vm_names)
>>   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958, in
>> start
>> self.virt_env.start(vm_names=vm_names)
>>   File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182, in start
>> vm.start()
>>   File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line 247, in
>> start
>> return self.provider.start(*args, **kwargs)
>>   File "/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in start
>> self.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: Failed to connect socket to
>> '/var/run/libvirt/virtlogd-sock': No such file or directory
>> #
>>  Cleaning up
>> --- Cleaning with lago
>> --- Cleaning with lago done
>>  Cleanup done
>> Took 197 seconds
>> ===
>> ##!
>> ##! ERROR ^^
>> ##!
>> ##
>> Build step 'Execute shell' marked build as failure
>> Performing Post build task...
>> Match found for :.* : True
>> Logical operation result is TRUE
>> Running script  : #!/bin/bash -xe
>> echo 

Re: Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-07 Thread Eyal Edri
This looks like a bug in libvirt?
Tolik mentioned something in a socket name which is too long, anyone seen
it before?

*15:37:11* libvirt: XML-RPC error : Failed to connect socket to
'/var/run/libvirt/virtlogd-sock': No such file or directory*15:37:11*
   * Starting VM lago_basic_suite_master_storage: ERROR (in
0:00:00)*15:37:11*   # Start vms: ERROR (in 0:00:00)*15:37:11*   #
Destroy network lago_basic_suite_master_lago: *15:37:11*   # Destroy
network lago_basic_suite_master_lago: ERROR (in 0:00:00)*15:37:11* @
Start Prefix: ERROR (in 0:00:00)*15:37:11* Error occured,
aborting*15:37:11* Traceback (most recent call last):*15:37:11*   File
"/usr/lib/python2.7/site-packages/lago/cmd.py", line 691, in
main*15:37:11* cli_plugins[args.verb].do_run(args)*15:37:11*
File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 180,
in do_run*15:37:11* self._do_run(**vars(args))*15:37:11*   File
"/usr/lib/python2.7/site-packages/lago/utils.py", line 488, in
wrapper*15:37:11* return func(*args, **kwargs)*15:37:11*   File
"/usr/lib/python2.7/site-packages/lago/utils.py", line 499, in
wrapper*15:37:11* return func(*args, prefix=prefix,
**kwargs)*15:37:11*   File
"/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in
do_start*15:37:11* prefix.start(vm_names=vm_names)*15:37:11*
File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958, in
start*15:37:11* self.virt_env.start(vm_names=vm_names)*15:37:11*
File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182, in
start*15:37:11* vm.start()*15:37:11*   File
"/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line 247, in
start*15:37:11* return self.provider.start(*args,
**kwargs)*15:37:11*   File
"/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in
start*15:37:11*
self.libvirt_con.createXML(self._libvirt_xml())*15:37:11*   File
"/usr/lib64/python2.7/site-packages/libvirt.py", line 3611, in
createXML*15:37:11* if ret is None:raise
libvirtError('virDomainCreateXML() failed', conn=self)*15:37:11*
libvirtError: Failed to connect socket to
'/var/run/libvirt/virtlogd-sock': No such file or directory*15:37:11*
#


On Thu, Jul 7, 2016 at 6:37 PM,  wrote:

> See 
>
> Changes:
>
> [Eyal Edri] add hystrix deps to yum repos include list
>
> [Eyal Edri] refresh fedora versions and release versions for ovirt-engine
>
> [Sandro Bonazzola] ovirt-engine_upgrade-db: drop 3.6.7 jobs
>
> [Shirly Radco] Replacing jpackage repo for 3.6 dwh
>
> --
> [...truncated 485 lines...]
> ##  rc = 1
> ##
> ##! ERROR v
> ##! Last 20 log enties: logs/
> mocker-fedora-23-x86_64.fc23.basic_suite_master.sh/basic_suite_master.sh.log
> ##!
>   File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in
> do_start
> prefix.start(vm_names=vm_names)
>   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958, in
> start
> self.virt_env.start(vm_names=vm_names)
>   File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182, in start
> vm.start()
>   File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line 247, in
> start
> return self.provider.start(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in start
> self.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: Failed to connect socket to
> '/var/run/libvirt/virtlogd-sock': No such file or directory
> #
>  Cleaning up
> --- Cleaning with lago
> --- Cleaning with lago done
>  Cleanup done
> Took 197 seconds
> ===
> ##!
> ##! ERROR ^^
> ##!
> ##
> Build step 'Execute shell' marked build as failure
> Performing Post build task...
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : #!/bin/bash -xe
> echo 'shell_scripts/system_tests.collect_logs.sh'
>
> #
> # Required jjb vars:
> #version
> #
> VERSION=master
> SUITE_TYPE=
>
> WORKSPACE="$PWD"
> OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
> TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"
>
> rm -rf "$WORKSPACE/exported-artifacts"
> mkdir -p "$WORKSPACE/exported-artifacts"
>
> if [[ -d "$TESTS_LOGS" ]]; then
> mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
> fi
>
> [ovirt_master_system-tests] $ /bin/bash -xe
> /tmp/hudson703448189995999079.sh
> + echo shell_scripts/system_tests.collect_logs.sh
> shell_scripts/system_tests.collect_logs.sh
> + 

Build failed in Jenkins: ovirt_master_system-tests #243

2016-07-07 Thread jenkins
See 

Changes:

[Eyal Edri] add hystrix deps to yum repos include list

[Eyal Edri] refresh fedora versions and release versions for ovirt-engine

[Sandro Bonazzola] ovirt-engine_upgrade-db: drop 3.6.7 jobs

[Shirly Radco] Replacing jpackage repo for 3.6 dwh

--
[...truncated 485 lines...]
##  rc = 1
##
##! ERROR v
##! Last 20 log enties: 
logs/mocker-fedora-23-x86_64.fc23.basic_suite_master.sh/basic_suite_master.sh.log
##!
  File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 255, in do_start
prefix.start(vm_names=vm_names)
  File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 958, in start
self.virt_env.start(vm_names=vm_names)
  File "/usr/lib/python2.7/site-packages/lago/virt.py", line 182, in start
vm.start()
  File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line 247, in start
return self.provider.start(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/lago/vm.py", line 93, in start
self.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: Failed to connect socket to '/var/run/libvirt/virtlogd-sock': No 
such file or directory
#
 Cleaning up
--- Cleaning with lago
--- Cleaning with lago done
 Cleanup done
Took 197 seconds
===
##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=master
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_master_system-tests] $ /bin/bash -xe /tmp/hudson703448189995999079.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=master
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=master
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
+ mv 

 

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ tar cvzf exported-artifacts/logs.tgz ./ovirt-system-tests/logs
./ovirt-system-tests/logs/
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.init/
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.init/stdout_stderr.log
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.init/state.log
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.init/build.log
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.init/root.log
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.install_packages/
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.install_packages/stdout_stderr.log
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.install_packages/state.log
./ovirt-system-tests/logs/mocker-fedora-23-x86_64.fc23.install_packages/build.log