Change in vdsm[master]: Introduce commands module to separate execCmd and AsyncProc ...

danken at redhat.com danken at redhat.com
Sun Jan 10 20:01:41 UTC 2016


Dan Kenigsberg has posted comments on this change.

Change subject: Introduce commands module to separate execCmd and AsyncProc from utils
......................................................................


Patch Set 11: Continuous-Integration+1

Would you please mark these test as broken-on-CI?


19:38:44 ======================================================================
19:38:44 ERROR: testLoopMount (mountTests.MountTests)
19:38:44 ----------------------------------------------------------------------
19:38:44 Traceback (most recent call last):
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py", line 128, in testLoopMount
19:38:44     m.mount(mntOpts="loop")
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py", line 225, in mount
19:38:44     return self._runcmd(cmd, timeout)
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py", line 241, in _runcmd
19:38:44     raise MountError(rc, ";".join((out, err)))
19:38:44 MountError: (32, ';mount: /tmp/tmpJ8xhVR: failed to setup loop device: No such file or directory\n')
19:38:44 -------------------- >> begin captured logging << --------------------
19:38:44 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 /sbin/mkfs.ext2 -F /tmp/tmpJ8xhVR (cwd None)
19:38:44 Storage.Misc.excCmd: DEBUG: SUCCESS: <err> = 'mke2fs 1.42.13 (17-May-2015)\n'; <rc> = 0
19:38:44 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 /usr/bin/mount -o loop /tmp/tmpJ8xhVR /var/tmp/tmpiZ2woW (cwd None)
19:38:44 --------------------- >> end captured logging << ---------------------
19:38:44 
19:38:44 ======================================================================
19:38:44 ERROR: testSymlinkMount (mountTests.MountTests)
19:38:44 ----------------------------------------------------------------------
19:38:44 Traceback (most recent call last):
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py", line 150, in testSymlinkMount
19:38:44     m.mount(mntOpts="loop")
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py", line 225, in mount
19:38:44     return self._runcmd(cmd, timeout)
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py", line 241, in _runcmd
19:38:44     raise MountError(rc, ";".join((out, err)))
19:38:44 MountError: (32, ';mount: /var/tmp/tmpywtIPm/backing.img: failed to setup loop device: No such file or directory\n')
19:38:44 -------------------- >> begin captured logging << --------------------
19:38:44 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 /sbin/mkfs.ext2 -F /var/tmp/tmpywtIPm/backing.img (cwd None)
19:38:44 Storage.Misc.excCmd: DEBUG: SUCCESS: <err> = 'mke2fs 1.42.13 (17-May-2015)\n'; <rc> = 0
19:38:44 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 /usr/bin/mount -o loop /var/tmp/tmpywtIPm/link_to_image /var/tmp/tmpywtIPm/mountpoint (cwd None)
19:38:44 --------------------- >> end captured logging << ---------------------
19:38:44 
19:38:44 ======================================================================
19:38:44 ERROR: test_getDevicePartedInfo (parted_utils_tests.PartedUtilsTests)
19:38:44 ----------------------------------------------------------------------
19:38:44 Traceback (most recent call last):
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py", line 97, in wrapper
19:38:44     return f(*args, **kwargs)
19:38:44   File "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/parted_utils_tests.py", line 61, in setUp
19:38:44     self.assertEquals(rc, 0)
19:38:44 AssertionError: 1 != 0
19:38:44 -------------------- >> begin captured logging << --------------------
19:38:44 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=/dev/zero of=/tmp/tmp9WN518 bs=100M count=1 (cwd None)
19:38:44 root: DEBUG: SUCCESS: <err> = '1+0 records in\n1+0 records out\n104857600 bytes (105 MB) copied, 0.355283 s, 295 MB/s\n'; <rc> = 0
19:38:44 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 losetup -f --show /tmp/tmp9WN518 (cwd None)
19:38:44 root: DEBUG: FAILED: <err> = 'losetup: /tmp/tmp9WN518: failed to set up loop device: No such file or directory\n'; <rc> = 1
19:38:44 --------------------- >> end captured logging << ---------------------

-- 
To view, visit https://gerrit.ovirt.org/51421
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I295f5516154c464fe5b1fc103b7b9d1d76dffe17
Gerrit-PatchSet: 11
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Adam Litke <alitke at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Edward Haas <edwardh at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Sahina Bose <sabose at redhat.com>
Gerrit-Reviewer: Shahar Havivi <shavivi at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: No


More information about the vdsm-patches mailing list