[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 102108: regressions - FAIL
flight 102108 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/102108/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-qcow2 6 xen-boot fail REGR. vs. 102082 Regressions which are regarded as allowable (not blocking): test-armhf-armhf-libvirt-xsm 13 saverestore-support-check fail like 102082 test-armhf-armhf-libvirt 13 saverestore-support-check fail like 102082 test-armhf-armhf-libvirt-raw 12 saverestore-support-check fail like 102082 Tests which did not succeed, but are not blocking: test-amd64-i386-libvirt 12 migrate-support-check fail never pass test-amd64-amd64-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-libvirt-vhd 11 migrate-support-check fail never pass test-armhf-armhf-libvirt-xsm 12 migrate-support-check fail never pass test-armhf-armhf-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-raw 11 migrate-support-check fail never pass version targeted for testing: libvirt b7798a07f93e015cade95297b2bc4eadbb7cce27 baseline version: libvirt c5492563dad1a30701a085b63566dd835fac6bf0 Last test of basis 102082 2016-11-10 04:21:45 Z 1 days Testing same since 102108 2016-11-11 04:20:04 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Daniel P. Berrange <berrange@xxxxxxxxxx> John Ferlan <jferlan@xxxxxxxxxx> Martin Kletzander <mkletzan@xxxxxxxxxx> Michal Privoznik <mprivozn@xxxxxxxxxx> Peter Krempa <pkrempa@xxxxxxxxxx> jobs: build-amd64-xsm pass build-armhf-xsm pass build-i386-xsm pass build-amd64 pass build-armhf pass build-i386 pass build-amd64-libvirt pass build-armhf-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-armhf-pvops pass build-i386-pvops pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-amd64-libvirt-xsm pass test-armhf-armhf-libvirt-xsm pass test-amd64-i386-libvirt-xsm pass test-amd64-amd64-libvirt pass test-armhf-armhf-libvirt pass test-amd64-i386-libvirt pass test-amd64-amd64-libvirt-pair pass test-amd64-i386-libvirt-pair pass test-armhf-armhf-libvirt-qcow2 fail test-armhf-armhf-libvirt-raw pass test-amd64-amd64-libvirt-vhd pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit b7798a07f93e015cade95297b2bc4eadbb7cce27 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Tue Nov 1 06:21:36 2016 +0100 qemu: Generate memory device aliases according to slot number The memory device alias needs to be treated as machine ABI as qemu is using it in the migration stream for section labels. To simplify this generate the alias from the slot number unless an existing broken configuration is detected. With this patch the aliases are predictable and even certain configurations which would not be migratable previously are fixed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1359135 commit ce1ee02a25c046f176c265e7fd920e7c4afb2d06 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Tue Nov 1 06:07:09 2016 +0100 qemu: Assign slots to memory devices prior to usage As with other devices assign the slot number right away when adding the device. This will make the slot numbers static as we do with other addressing elements and it will ultimately simplify allocation of the alias in a static way which does not break with qemu. commit 93d9ff3da0eab9676c52ea1bc0302162cdf440c0 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Mon Oct 31 16:49:49 2016 +0100 qemu: process: detect if dimm aliases are broken on reconnect Detect on reconnect to a running qemu VM whether the alias of a hotpluggable memory device (dimm) does not match the dimm slot number where it's connected to. This is necessary as qemu is actually considering the alias as machine ABI used to connect the backend object to the dimm device. This will require us to keep them consistent so that we can reliably restore them on migration. In some situations it was currently possible to create a mismatched configuration and qemu would refuse to restore the migration stream. To avoid breaking existing VMs we'll need to keep the old algorithm though. commit 810e9a80618f73a22b13af3d8be8d1136b977ca7 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Thu Oct 13 14:55:47 2016 +0200 conf: Allow specifying only the slot number for hotpluggable memory Simplify handling of the 'dimm' address element by allowing to specify the slot number only. This will allow libvirt to allocate slot numbers before starting qemu. commit 4a298c754339bba72dc5bd22a164109257d31006 Author: Daniel P. Berrange <berrange@xxxxxxxxxx> Date: Wed Nov 9 17:29:20 2016 +0000 configure: remove fallback check for parted Since we no longer support building on RHEL-5, we can drop the non-pkg-config based check for parted. Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> commit b353cc3c3a9726e8267e6118b3d6bd13590bc0f7 Author: Daniel P. Berrange <berrange@xxxxxxxxxx> Date: Wed Nov 9 17:27:50 2016 +0000 xen: remove legacy hack for RHEL-5 Xen We dropped support for RHEL-5 vintage Xen a while ago, but forgot to remove some of the hacks for it. Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> commit ec00fc016ad494381ed8d102cb3ac983076a696a Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Thu Nov 10 09:47:50 2016 -0500 qemu: Remove erroneously placed comments for numerical ordering Commit id '74bbb8c2ec' seems to have mismerged a bit - adding 240 comments out of place. Just clean that up. commit 21db4ab0528ca6c78744148ca4b7515aaeb4d0bf Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Tue Oct 25 12:18:23 2016 +0200 qemuDomainAttachNetDevice: Enable multiqueue for vhost-user https://bugzilla.redhat.com/show_bug.cgi?id=1386976 We have everything ready. Actually the only limitation was our check that denied hotplug of vhost-user. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> commit 0e82fa4c345acb7ad52e0da0e54f7375eda57657 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Tue Oct 25 12:16:36 2016 +0200 qemuDomainAttachNetDevice: Don't overwrite error on rollback If there is an error hotpluging a net device (for whatever reason) a rollback operation is performed. However, whilst doing so various helper functions that are called report errors on their own. This results in the original error to be overwritten and thus misleading the user. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> commit 5672a265ce061827595be2270f29e8eb920313bd Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Thu Nov 10 08:20:07 2016 +0100 qemu: Make sure shmem memory is shared Even though using /dev/shm/asdf as the backend, we still need to make the mapping shared. The original patch forgot to add that parameter. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1392031 Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |