[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 118319: regressions - FAIL
flight 118319 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/118319/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt 6 xen-install fail REGR. vs. 118278 Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt-xsm 14 saverestore-support-check fail like 118278 test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 118278 test-amd64-amd64-libvirt 13 migrate-support-check fail never pass test-amd64-i386-libvirt 13 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 13 migrate-support-check fail never pass test-arm64-arm64-libvirt-xsm 13 migrate-support-check fail never pass test-amd64-amd64-libvirt-xsm 13 migrate-support-check fail never pass test-arm64-arm64-libvirt-xsm 14 saverestore-support-check fail never pass test-arm64-arm64-libvirt 13 migrate-support-check fail never pass test-arm64-arm64-libvirt 14 saverestore-support-check fail never pass test-arm64-arm64-libvirt-qcow2 12 migrate-support-check fail never pass test-arm64-arm64-libvirt-qcow2 13 saverestore-support-check fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass test-amd64-amd64-libvirt-vhd 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-xsm 13 migrate-support-check fail never pass test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass version targeted for testing: libvirt 718a1f5437a35f41076763ff5780fa771fd7ae04 baseline version: libvirt 9d34af1a6b671a4df1c73eea46072bddf6b26b5f Last test of basis 118278 2018-01-23 04:20:08 Z 3 days Testing same since 118319 2018-01-25 04:19:56 Z 1 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Michal Privoznik <mprivozn@xxxxxxxxxx> jobs: build-amd64-xsm pass build-arm64-xsm pass build-armhf-xsm pass build-i386-xsm pass build-amd64 pass build-arm64 pass build-armhf pass build-i386 pass build-amd64-libvirt pass build-arm64-libvirt pass build-armhf-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-arm64-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-arm64-arm64-libvirt-xsm pass test-armhf-armhf-libvirt-xsm pass test-amd64-i386-libvirt-xsm pass test-amd64-amd64-libvirt pass test-arm64-arm64-libvirt pass test-armhf-armhf-libvirt fail test-amd64-i386-libvirt pass test-amd64-amd64-libvirt-pair pass test-amd64-i386-libvirt-pair pass test-arm64-arm64-libvirt-qcow2 pass 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 718a1f5437a35f41076763ff5780fa771fd7ae04 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 16:27:39 2018 +0100 docs: Mention just implemented completers Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 4cb4b649c3e03ad4301d34a2eafbe30e6e3a2635 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 15:28:30 2018 +0100 virsh: Introduce virshSnapshotNameCompleter Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit bab521d837b86ff2981e472f3fe3376a26101ed4 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 15:00:40 2018 +0100 virsh: Introduce virshSecretUUIDCompleter This is a slight change from previous patches since virSecret does not have a name only UUID strings. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 2ba76e5cc75cefe5352cb4cc5a8088499b29b591 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 14:51:34 2018 +0100 virsh: Introduce virshNWFilterNameCompleter The virConnectListAllNWFilters() has no extra flags yet, which simplifies things a bit. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 4cdce243484e06eaae4fd802d1d1b1fb126050d5 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 14:44:37 2018 +0100 virsh: Introduce virshNodeDeviceNameCompleter Yet again, we don't need listing by device capabilities, so flags are unused. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 7bed1a5b611ab594c81a1e75580c9db7610b20b9 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 14:35:40 2018 +0100 virsh: Introduce virshNetworkNameCompleter Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 4f42e2c4d3439c1cb490d8346c5ef058cd010860 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 14:26:35 2018 +0100 virsh: Introduce virshInterfaceNameCompleter Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit f81f8b62bd17d4b5e91a5cc770e2b93338b0d150 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 14:15:11 2018 +0100 virsh: Introduce virshStorageVolNameCompleter This one is a bit simpler since virStoragePoolListAllVolumes() has no flags yet. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 69026fc27025c031ba254ba993b9e2f80b89421b Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jan 12 14:01:33 2018 +0100 virsh: Introduce virshStoragePoolNameCompleter Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |