Re: Change in ovirt-engine[master]: packaging: setup: Install/Update additional packages

2015-12-23 Thread Yedidyah Bar David
On Wed, Dec 23, 2015 at 1:21 PM, Jenkins CI  wrote:
> Jenkins CI has posted comments on this change.
>
> Change subject: packaging: setup: Install/Update additional packages
> ..
>
>
> Patch Set 4:
>
> Build Failed
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/1561/
>  : FAILURE

Same as previous mail:

[ INFO  ] Checking for an update for Setup...
  An update for the Setup packages ovirt-engine-setup
ovirt-engine-setup-plugin-websocket-proxy was found. Please update
that package by running:
  "yum update ovirt-engine-setup
ovirt-engine-setup-plugin-websocket-proxy"
  and then execute Setup again.
[ ERROR ] Failed to execute stage 'Environment customization': Please
update the Setup packages

Perhaps a collision between this job and publishing of new packages?
Or something like that?
-- 
Didi
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Tested failing because of missing loop devices

2015-12-23 Thread Dan Kenigsberg
On Wed, Dec 23, 2015 at 03:21:31AM +0200, Nir Soffer wrote:
> Hi all,
> 
> We see too many failures of tests using loop devices. Is it possible
> that we run tests
> concurrently on the same slave, using all the available loop devices, or maybe
> creating races between different tests?
> 
> It seems that we need new decorator for disabling tests on the CI
> slaves, since this
> environment is too fragile.
> 
> Here are some failures:
> 
> 01:10:33 
> ==
> 01:10:33 ERROR: testLoopMount (mountTests.MountTests)
> 01:10:33 
> --
> 01:10:33 Traceback (most recent call last):
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
> line 128, in testLoopMount
> 01:10:33 m.mount(mntOpts="loop")
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> line 225, in mount
> 01:10:33 return self._runcmd(cmd, timeout)
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> line 241, in _runcmd
> 01:10:33 raise MountError(rc, ";".join((out, err)))
> 01:10:33 MountError: (32, ';mount: /tmp/tmpZuJRNk: failed to setup
> loop device: No such file or directory\n')
> 01:10:33  >> begin captured logging << 
> 
> 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> /sbin/mkfs.ext2 -F /tmp/tmpZuJRNk (cwd None)
> 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
> (17-May-2015)\n';  = 0
> 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> /usr/bin/mount -o loop /tmp/tmpZuJRNk /var/tmp/tmpJO52Xj (cwd None)
> 01:10:33 - >> end captured logging << 
> -
> 01:10:33
> 01:10:33 
> ==
> 01:10:33 ERROR: testSymlinkMount (mountTests.MountTests)
> 01:10:33 
> --
> 01:10:33 Traceback (most recent call last):
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
> line 150, in testSymlinkMount
> 01:10:33 m.mount(mntOpts="loop")
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> line 225, in mount
> 01:10:33 return self._runcmd(cmd, timeout)
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> line 241, in _runcmd
> 01:10:33 raise MountError(rc, ";".join((out, err)))
> 01:10:33 MountError: (32, ';mount: /var/tmp/tmp1UQFPz/backing.img:
> failed to setup loop device: No such file or directory\n')
> 01:10:33  >> begin captured logging << 
> 
> 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> /sbin/mkfs.ext2 -F /var/tmp/tmp1UQFPz/backing.img (cwd None)
> 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
> (17-May-2015)\n';  = 0
> 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> /usr/bin/mount -o loop /var/tmp/tmp1UQFPz/link_to_image
> /var/tmp/tmp1UQFPz/mountpoint (cwd None)
> 01:10:33 - >> end captured logging << 
> -
> 01:10:33
> 01:10:33 
> ==
> 01:10:33 ERROR: test_getDevicePartedInfo (parted_utils_tests.PartedUtilsTests)
> 01:10:33 
> --
> 01:10:33 Traceback (most recent call last):
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
> line 97, in wrapper
> 01:10:33 return f(*args, **kwargs)
> 01:10:33   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/parted_utils_tests.py",
> line 61, in setUp
> 01:10:33 self.assertEquals(rc, 0)
> 01:10:33 AssertionError: 1 != 0
> 01:10:33  >> begin captured logging << 
> 
> 01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=/dev/zero
> of=/tmp/tmpasV8TD bs=100M count=1 (cwd None)
> 01:10:33 root: DEBUG: SUCCESS:  = '1+0 records in\n1+0 records
> out\n104857600 bytes (105 MB) copied, 0.368498 s, 285 MB/s\n';  =
> 0
> 01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 losetup -f
> --show /tmp/tmpasV8TD (cwd None)
> 01:10:33 root: DEBUG: FAILED:  = 'losetup: /tmp/tmpasV8TD: failed
> to set up loop device: No such file or directory\n';  = 1
> 01:10:33 - >> end captured logging << 
> -
> 

I've reluctantly marked another test as broken in https://gerrit.ovirt.org/50484
due to a similar problem.
Your idea of @brokentest_ci decorator is slightly less bad - at least we
do not ignore errors in this test 

Re: Tested failing because of missing loop devices

2015-12-23 Thread Eyal Edri
On Wed, Dec 23, 2015 at 5:41 PM, Nir Soffer  wrote:

> On Wed, Dec 23, 2015 at 5:11 PM, Eyal Edri  wrote:
> > I'm guessing this will e solved by running it on lago?
> > Isn't that what yaniv is working on now?
> >
> > or these are unit tests and not functional?
> >
> > e.
> >
> > On Wed, Dec 23, 2015 at 4:48 PM, Dan Kenigsberg 
> wrote:
> >>
> >> On Wed, Dec 23, 2015 at 03:21:31AM +0200, Nir Soffer wrote:
> >> > Hi all,
> >> >
> >> > We see too many failures of tests using loop devices. Is it possible
> >> > that we run tests
> >> > concurrently on the same slave, using all the available loop devices,
> or
> >> > maybe
> >> > creating races between different tests?
> >> >
> >> > It seems that we need new decorator for disabling tests on the CI
> >> > slaves, since this
> >> > environment is too fragile.
> >> >
> >> > Here are some failures:
> >> >
> >> > 01:10:33
> >> > ==
> >> > 01:10:33 ERROR: testLoopMount (mountTests.MountTests)
> >> > 01:10:33
> >> > --
> >> > 01:10:33 Traceback (most recent call last):
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
> >> > line 128, in testLoopMount
> >> > 01:10:33 m.mount(mntOpts="loop")
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> >> > line 225, in mount
> >> > 01:10:33 return self._runcmd(cmd, timeout)
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> >> > line 241, in _runcmd
> >> > 01:10:33 raise MountError(rc, ";".join((out, err)))
> >> > 01:10:33 MountError: (32, ';mount: /tmp/tmpZuJRNk: failed to setup
> >> > loop device: No such file or directory\n')
> >> > 01:10:33  >> begin captured logging <<
> >> > 
> >> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> >> > /sbin/mkfs.ext2 -F /tmp/tmpZuJRNk (cwd None)
> >> > 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
> >> > (17-May-2015)\n';  = 0
> >> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> >> > /usr/bin/mount -o loop /tmp/tmpZuJRNk /var/tmp/tmpJO52Xj (cwd None)
> >> > 01:10:33 - >> end captured logging <<
> >> > -
> >> > 01:10:33
> >> > 01:10:33
> >> > ==
> >> > 01:10:33 ERROR: testSymlinkMount (mountTests.MountTests)
> >> > 01:10:33
> >> > --
> >> > 01:10:33 Traceback (most recent call last):
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
> >> > line 150, in testSymlinkMount
> >> > 01:10:33 m.mount(mntOpts="loop")
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> >> > line 225, in mount
> >> > 01:10:33 return self._runcmd(cmd, timeout)
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> >> > line 241, in _runcmd
> >> > 01:10:33 raise MountError(rc, ";".join((out, err)))
> >> > 01:10:33 MountError: (32, ';mount: /var/tmp/tmp1UQFPz/backing.img:
> >> > failed to setup loop device: No such file or directory\n')
> >> > 01:10:33  >> begin captured logging <<
> >> > 
> >> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> >> > /sbin/mkfs.ext2 -F /var/tmp/tmp1UQFPz/backing.img (cwd None)
> >> > 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
> >> > (17-May-2015)\n';  = 0
> >> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> >> > /usr/bin/mount -o loop /var/tmp/tmp1UQFPz/link_to_image
> >> > /var/tmp/tmp1UQFPz/mountpoint (cwd None)
> >> > 01:10:33 - >> end captured logging <<
> >> > -
> >> > 01:10:33
> >> > 01:10:33
> >> > ==
> >> > 01:10:33 ERROR: test_getDevicePartedInfo
> >> > (parted_utils_tests.PartedUtilsTests)
> >> > 01:10:33
> >> > --
> >> > 01:10:33 Traceback (most recent call last):
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
> >> > line 97, in wrapper
> >> > 01:10:33 return f(*args, **kwargs)
> >> > 01:10:33   File
> >> >
> >> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/parted_utils_tests.py",
> >> > line 61, in setUp
> >> > 01:10:33 

Re: [oVirt Jenkins] ovirt-engine_master_upgrade-from-master_el7_merged - Build # 1561 - Failure!

2015-12-23 Thread Yedidyah Bar David
On Wed, Dec 23, 2015 at 1:18 PM,   wrote:
> Project: 
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/
> Build: 
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/1561/
> Build Number: 1561
> Build Status:  Failure
> Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/49106
>
> -
> Changes Since Last Success:
> -
> Changes for Build #1561
> [Yedidyah Bar David] packaging: setup: Install/Update additional packages
>
> [Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure
>
> [Juan Hernandez] Remove the job to build the libxml gem

[ INFO  ] Checking for an update for Setup...
  An update for the Setup packages ovirt-engine-setup
ovirt-engine-setup-plugin-websocket-proxy was found. Please update
that package by running:
  "yum update ovirt-engine-setup
ovirt-engine-setup-plugin-websocket-proxy"
  and then execute Setup again.
[ ERROR ] Failed to execute stage 'Environment customization': Please
update the Setup packages

Not sure what should have updated these packages prior to running engine-setup.
-- 
Didi
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] ovirt-engine_3.6_upgrade-from-3.5_el6_merged - Build # 692 - Failure!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6_upgrade-from-3.5_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6_upgrade-from-3.5_el6_merged/692/
Build Number: 692
Build Status:  Failure
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50937

-
Changes Since Last Success:
-
Changes for Build #692
[Maor Lipchuk] core: Commiting a partial preview of cinder snapshot.




-
Failed Tests:
-
No tests ran. 

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


Re: Tested failing because of missing loop devices

2015-12-23 Thread Eyal Edri
I'm guessing this will e solved by running it on lago?
Isn't that what yaniv is working on now?

or these are unit tests and not functional?

e.

On Wed, Dec 23, 2015 at 4:48 PM, Dan Kenigsberg  wrote:

> On Wed, Dec 23, 2015 at 03:21:31AM +0200, Nir Soffer wrote:
> > Hi all,
> >
> > We see too many failures of tests using loop devices. Is it possible
> > that we run tests
> > concurrently on the same slave, using all the available loop devices, or
> maybe
> > creating races between different tests?
> >
> > It seems that we need new decorator for disabling tests on the CI
> > slaves, since this
> > environment is too fragile.
> >
> > Here are some failures:
> >
> > 01:10:33
> ==
> > 01:10:33 ERROR: testLoopMount (mountTests.MountTests)
> > 01:10:33
> --
> > 01:10:33 Traceback (most recent call last):
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
> > line 128, in testLoopMount
> > 01:10:33 m.mount(mntOpts="loop")
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> > line 225, in mount
> > 01:10:33 return self._runcmd(cmd, timeout)
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> > line 241, in _runcmd
> > 01:10:33 raise MountError(rc, ";".join((out, err)))
> > 01:10:33 MountError: (32, ';mount: /tmp/tmpZuJRNk: failed to setup
> > loop device: No such file or directory\n')
> > 01:10:33  >> begin captured logging <<
> 
> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> > /sbin/mkfs.ext2 -F /tmp/tmpZuJRNk (cwd None)
> > 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
> > (17-May-2015)\n';  = 0
> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> > /usr/bin/mount -o loop /tmp/tmpZuJRNk /var/tmp/tmpJO52Xj (cwd None)
> > 01:10:33 - >> end captured logging <<
> -
> > 01:10:33
> > 01:10:33
> ==
> > 01:10:33 ERROR: testSymlinkMount (mountTests.MountTests)
> > 01:10:33
> --
> > 01:10:33 Traceback (most recent call last):
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
> > line 150, in testSymlinkMount
> > 01:10:33 m.mount(mntOpts="loop")
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> > line 225, in mount
> > 01:10:33 return self._runcmd(cmd, timeout)
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
> > line 241, in _runcmd
> > 01:10:33 raise MountError(rc, ";".join((out, err)))
> > 01:10:33 MountError: (32, ';mount: /var/tmp/tmp1UQFPz/backing.img:
> > failed to setup loop device: No such file or directory\n')
> > 01:10:33  >> begin captured logging <<
> 
> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> > /sbin/mkfs.ext2 -F /var/tmp/tmp1UQFPz/backing.img (cwd None)
> > 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
> > (17-May-2015)\n';  = 0
> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
> > /usr/bin/mount -o loop /var/tmp/tmp1UQFPz/link_to_image
> > /var/tmp/tmp1UQFPz/mountpoint (cwd None)
> > 01:10:33 - >> end captured logging <<
> -
> > 01:10:33
> > 01:10:33
> ==
> > 01:10:33 ERROR: test_getDevicePartedInfo
> (parted_utils_tests.PartedUtilsTests)
> > 01:10:33
> --
> > 01:10:33 Traceback (most recent call last):
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
> > line 97, in wrapper
> > 01:10:33 return f(*args, **kwargs)
> > 01:10:33   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/parted_utils_tests.py",
> > line 61, in setUp
> > 01:10:33 self.assertEquals(rc, 0)
> > 01:10:33 AssertionError: 1 != 0
> > 01:10:33  >> begin captured logging <<
> 
> > 01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=/dev/zero
> > of=/tmp/tmpasV8TD bs=100M count=1 (cwd None)
> > 01:10:33 root: DEBUG: SUCCESS:  = '1+0 records in\n1+0 records
> > out\n104857600 bytes (105 MB) copied, 0.368498 s, 285 MB/s\n';  =
> > 0
> > 01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 losetup -f
> > --show /tmp/tmpasV8TD (cwd None)
> > 01:10:33 root: DEBUG: 

Re: Tested failing because of missing loop devices

2015-12-23 Thread Nir Soffer
On Wed, Dec 23, 2015 at 5:11 PM, Eyal Edri  wrote:
> I'm guessing this will e solved by running it on lago?
> Isn't that what yaniv is working on now?
>
> or these are unit tests and not functional?
>
> e.
>
> On Wed, Dec 23, 2015 at 4:48 PM, Dan Kenigsberg  wrote:
>>
>> On Wed, Dec 23, 2015 at 03:21:31AM +0200, Nir Soffer wrote:
>> > Hi all,
>> >
>> > We see too many failures of tests using loop devices. Is it possible
>> > that we run tests
>> > concurrently on the same slave, using all the available loop devices, or
>> > maybe
>> > creating races between different tests?
>> >
>> > It seems that we need new decorator for disabling tests on the CI
>> > slaves, since this
>> > environment is too fragile.
>> >
>> > Here are some failures:
>> >
>> > 01:10:33
>> > ==
>> > 01:10:33 ERROR: testLoopMount (mountTests.MountTests)
>> > 01:10:33
>> > --
>> > 01:10:33 Traceback (most recent call last):
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
>> > line 128, in testLoopMount
>> > 01:10:33 m.mount(mntOpts="loop")
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
>> > line 225, in mount
>> > 01:10:33 return self._runcmd(cmd, timeout)
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
>> > line 241, in _runcmd
>> > 01:10:33 raise MountError(rc, ";".join((out, err)))
>> > 01:10:33 MountError: (32, ';mount: /tmp/tmpZuJRNk: failed to setup
>> > loop device: No such file or directory\n')
>> > 01:10:33  >> begin captured logging <<
>> > 
>> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
>> > /sbin/mkfs.ext2 -F /tmp/tmpZuJRNk (cwd None)
>> > 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
>> > (17-May-2015)\n';  = 0
>> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
>> > /usr/bin/mount -o loop /tmp/tmpZuJRNk /var/tmp/tmpJO52Xj (cwd None)
>> > 01:10:33 - >> end captured logging <<
>> > -
>> > 01:10:33
>> > 01:10:33
>> > ==
>> > 01:10:33 ERROR: testSymlinkMount (mountTests.MountTests)
>> > 01:10:33
>> > --
>> > 01:10:33 Traceback (most recent call last):
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
>> > line 150, in testSymlinkMount
>> > 01:10:33 m.mount(mntOpts="loop")
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
>> > line 225, in mount
>> > 01:10:33 return self._runcmd(cmd, timeout)
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
>> > line 241, in _runcmd
>> > 01:10:33 raise MountError(rc, ";".join((out, err)))
>> > 01:10:33 MountError: (32, ';mount: /var/tmp/tmp1UQFPz/backing.img:
>> > failed to setup loop device: No such file or directory\n')
>> > 01:10:33  >> begin captured logging <<
>> > 
>> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
>> > /sbin/mkfs.ext2 -F /var/tmp/tmp1UQFPz/backing.img (cwd None)
>> > 01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS:  = 'mke2fs 1.42.13
>> > (17-May-2015)\n';  = 0
>> > 01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
>> > /usr/bin/mount -o loop /var/tmp/tmp1UQFPz/link_to_image
>> > /var/tmp/tmp1UQFPz/mountpoint (cwd None)
>> > 01:10:33 - >> end captured logging <<
>> > -
>> > 01:10:33
>> > 01:10:33
>> > ==
>> > 01:10:33 ERROR: test_getDevicePartedInfo
>> > (parted_utils_tests.PartedUtilsTests)
>> > 01:10:33
>> > --
>> > 01:10:33 Traceback (most recent call last):
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
>> > line 97, in wrapper
>> > 01:10:33 return f(*args, **kwargs)
>> > 01:10:33   File
>> >
>> > "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/parted_utils_tests.py",
>> > line 61, in setUp
>> > 01:10:33 self.assertEquals(rc, 0)
>> > 01:10:33 AssertionError: 1 != 0
>> > 01:10:33  >> begin captured logging <<
>> > 
>> > 01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=/dev/zero
>> > of=/tmp/tmpasV8TD bs=100M count=1 (cwd None)
>> > 01:10:33 root: DEBUG: SUCCESS:  = '1+0 

[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 8 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/8/
Build Number: 8
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50975

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6_upgrade-from-3.6_el6_merged - Build # 684 - Failure!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6_upgrade-from-3.6_el6_merged/684/
Build Number: 684
Build Status:  Failure
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50976

-
Changes Since Last Success:
-
Changes for Build #684
[Idan Shaby] frontend: don't auto format sd when detaching from local dc




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.5_el6_merged - Build # 12 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.5_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.5_el6_merged/12/
Build Number: 12
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50967

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value


Changes for Build #9
[Idan Shaby] frontend: don't auto format sd when detaching from local dc


Changes for Build #10
[Yedidyah Bar David] packaging: rename: change also ENGINE_FQDN


Changes for Build #11
[Yedidyah Bar David] packaging: rename: Move new fqdn prompt to customization


Changes for Build #12
[Yedidyah Bar David] packaging: setup: Install/Update additional packages




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 9 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/9/
Build Number: 9
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50985

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value


Changes for Build #9
[Idan Shaby] frontend: don't auto format sd when detaching from local dc




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.5_el6_merged - Build # 11 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.5_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.5_el6_merged/11/
Build Number: 11
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50949

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value


Changes for Build #9
[Idan Shaby] frontend: don't auto format sd when detaching from local dc


Changes for Build #10
[Yedidyah Bar David] packaging: rename: change also ENGINE_FQDN


Changes for Build #11
[Yedidyah Bar David] packaging: rename: Move new fqdn prompt to customization




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 12 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/12/
Build Number: 12
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50967

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value


Changes for Build #9
[Idan Shaby] frontend: don't auto format sd when detaching from local dc


Changes for Build #10
[Yedidyah Bar David] packaging: rename: change also ENGINE_FQDN


Changes for Build #11
[Yedidyah Bar David] packaging: rename: Move new fqdn prompt to customization


Changes for Build #12
[Yedidyah Bar David] packaging: setup: Install/Update additional packages




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 10 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/10/
Build Number: 10
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50948

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value


Changes for Build #9
[Idan Shaby] frontend: don't auto format sd when detaching from local dc


Changes for Build #10
[Yedidyah Bar David] packaging: rename: change also ENGINE_FQDN




-
Failed Tests:
-
No tests ran. 

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


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 11 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/11/
Build Number: 11
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50949

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device


Changes for Build #8
[Daniel Erez] webadmin: import glance image - fix size value


Changes for Build #9
[Idan Shaby] frontend: don't auto format sd when detaching from local dc


Changes for Build #10
[Yedidyah Bar David] packaging: rename: change also ENGINE_FQDN


Changes for Build #11
[Yedidyah Bar David] packaging: rename: Move new fqdn prompt to customization




-
Failed Tests:
-
No tests ran. 

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


Re: [oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 10 - Still Failing!

2015-12-23 Thread Yedidyah Bar David
On Wed, Dec 23, 2015 at 11:22 PM,   wrote:
> Project: 
> http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/
> Build: 
> http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/10/

http://resources.ovirt.org/pub/ovirt-3.6.2-snapshot/rpm/el6/repodata/repomd.xml:
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404
Not Found"

I guess the job uses the branch name as a base for a /pub/$BRANCH-snapshot repo,
but one does not exist for 3.6.2.
-- 
Didi
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 10 - Still Failing!

2015-12-23 Thread Yedidyah Bar David
On Thu, Dec 24, 2015 at 8:27 AM, Yedidyah Bar David  wrote:
> On Wed, Dec 23, 2015 at 11:22 PM,   wrote:
>> Project: 
>> http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/
>> Build: 
>> http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/10/
>
> http://resources.ovirt.org/pub/ovirt-3.6.2-snapshot/rpm/el6/repodata/repomd.xml:
> [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404
> Not Found"
>
> I guess the job uses the branch name as a base for a /pub/$BRANCH-snapshot 
> repo,
> but one does not exist for 3.6.2.

Looked at it for some time and could not understand how 3.6.1 worked.
IIRC we didn't have publishers for it, or did we?
-- 
Didi
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged - Build # 7 - Still Failing!

2015-12-23 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_upgrade-from-3.6_el6_merged/7/
Build Number: 7
Build Status:  Still Failing
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50951

-
Changes Since Last Success:
-
Changes for Build #1
No changes

Changes for Build #2
[Sandro Bonazzola] build: post ovirt-engine-3.6.2

[Sandro Bonazzola] ovirt-engine_upgrade: 3.6.1 -> 3.6.2


Changes for Build #3
[Daniel Erez] core: remove VM with Cinder disks - failure flow


Changes for Build #4
[Sandro Bonazzola] build: post ovirt-engine-3.6.2


Changes for Build #5
[Tal Nisan] core: Support NFS v4.1 connections


Changes for Build #6
[Yevgeny Zaspitsky] webadmin: Fix supported vnic types init

[Sandro Bonazzola] repo_closure_check: fix vdsm deps repoclosure

[Juan Hernandez] Remove the job to build the libxml gem


Changes for Build #7
[Alona Kaplan] engine: Failing to run VM with network host device




-
Failed Tests:
-
No tests ran. 

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