[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [libvirt test] 101868: regressions - FAIL
flight 101868 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/101868/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-libvirt 5 libvirt-build fail REGR. vs. 101839 build-i386-libvirt 5 libvirt-build fail REGR. vs. 101839 build-armhf-libvirt 5 libvirt-build fail REGR. vs. 101839 Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt-vhd 1 build-check(1) blocked n/a test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a test-armhf-armhf-libvirt 1 build-check(1) blocked n/a test-amd64-i386-libvirt 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-pair 1 build-check(1) blocked n/a test-armhf-armhf-libvirt-qcow2 1 build-check(1) blocked n/a test-armhf-armhf-libvirt-raw 1 build-check(1) blocked n/a test-amd64-i386-libvirt-xsm 1 build-check(1) blocked n/a test-armhf-armhf-libvirt-xsm 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-xsm 1 build-check(1) blocked n/a test-amd64-i386-libvirt-pair 1 build-check(1) blocked n/a test-amd64-amd64-libvirt 1 build-check(1) blocked n/a version targeted for testing: libvirt 478ddedc12b77313cbaf72328ab2236ce7c56ead baseline version: libvirt 06a7b1ff4dbb1ed6a69e09765bef1f67a75a86eb Last test of basis 101839 2016-11-01 04:20:30 Z 2 days Failing since 101854 2016-11-02 04:23:30 Z 1 days 2 attempts Testing same since 101868 2016-11-03 04:24:21 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Daniel P. Berrange <berrange@xxxxxxxxxx> Daniel Veillard <veillard@xxxxxxxxxx> Jiri Denemark <jdenemar@xxxxxxxxxx> Martin Kletzander <mkletzan@xxxxxxxxxx> Pavel Hrdina <phrdina@xxxxxxxxxx> Pavel Timofeev <timp87@xxxxxxxxx> 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 fail build-armhf-libvirt fail build-i386-libvirt fail build-amd64-pvops pass build-armhf-pvops pass build-i386-pvops pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm blocked test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm blocked test-amd64-amd64-libvirt-xsm blocked test-armhf-armhf-libvirt-xsm blocked test-amd64-i386-libvirt-xsm blocked test-amd64-amd64-libvirt blocked test-armhf-armhf-libvirt blocked test-amd64-i386-libvirt blocked test-amd64-amd64-libvirt-pair blocked test-amd64-i386-libvirt-pair blocked test-armhf-armhf-libvirt-qcow2 blocked test-armhf-armhf-libvirt-raw blocked test-amd64-amd64-libvirt-vhd blocked ------------------------------------------------------------ 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 478ddedc12b77313cbaf72328ab2236ce7c56ead Author: Pavel Timofeev <timp87@xxxxxxxxx> Date: Tue Nov 1 18:15:59 2016 +0300 loopback is not always just lo On BSD family OSes (Free/Net/Open/DragonFlyBSD, Mac OS) and Solaris loopback interface is called 'lo0' instead of just 'lo'. commit fb2d0cc6332ed2d5546aad623792231d619a4707 Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Mon Sep 12 15:40:48 2016 +0200 qemu: Add support for hot/cold-(un)plug of shmem devices This is needed in order to migrate a domain with shmem devices as that is not allowed to migrate. Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit 06524fd52c74a4fc672e9eec2b5a13d540e7ee06 Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Wed Aug 10 11:15:22 2016 +0200 qemu: Support newer ivshmem device variants QEMU added support for ivshmem-plain and ivshmem-doorbell. Those are reworked varians of legacy ivshmem that are compatible from the guest POV, but not from host's POV and have sane specification and handling. Details about the newer device type can be found in qemu's commit 5400c02b90bb: http://git.qemu.org/?p=qemu.git;a=commit;h=5400c02b90bb Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit acf0ec024a220364c4a6a94996c82875c6d1ba13 Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Wed Aug 3 17:34:51 2016 +0200 qemu: Save various defaults for shmem We're keeping some things at default and that's not something we want to do intentionally. Let's save some sensible defaults upfront in order to avoid having problems later. The details for the defaults (of the newer implementation) can be found in qemu's commit 5400c02b90bb: http://git.qemu.org/?p=qemu.git;a=commit;h=5400c02b90bb Since we are merely saving the defaults it will not change the guest ABI and thanks to the fact that we're doing it in the PostParse callback it will not break the ABI stability checks. Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit 22d94ca46d797a7e7abd61134ad4490bf196baf5 Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Tue Aug 2 08:48:45 2016 +0200 qemu: Add capabilities for ivshmem-{plain,doorbell} Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit 3c06aa7b30e91920698368ceb87c49aab06e37fe Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Fri Aug 19 14:58:35 2016 +0200 conf, qemu: Add newer shmem models The old ivshmem is deprecated in QEMU, so let's use the better ivshmem-{plain,doorbell} variants instead. Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit 64530a9c667e4f875992ec0d85cffd2072b8cfd7 Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Fri Aug 19 14:57:07 2016 +0200 conf, qemu: Add support for shmem model Just the default one now, new ones will be added in following commits. Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit fe1dd39087ae9a49888bc72dee38ff0e6f639693 Author: Jiri Denemark <jdenemar@xxxxxxxxxx> Date: Wed Nov 2 14:20:42 2016 +0100 qemu: Reset post-copy capability after migration Unlike other migration capabilities, post-copy is also set on the destination host which means it doesn't disappear once domain is migrated. As a result of that other functionality which internally uses migration to a file (virDomainManagedSave, virDomainSave, virDomainCoreDump) may fail after migration because the post-copy capability is still set. https://bugzilla.redhat.com/show_bug.cgi?id=1374718 Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> commit 0c62ccf927c60c9c248db52a23670ec2f9bce2b2 Author: Pavel Hrdina <phrdina@xxxxxxxxxx> Date: Fri Oct 21 23:17:08 2016 +0200 m4/virt-gnutls: remove code for gnutls < 2.2.0 Commit d8a8af3492 changed the minimal required version of gnutls so it's safe to remove the code for older versions. Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> commit 680d2f49dad425395de627a31006cb84848cfa65 Author: Pavel Hrdina <phrdina@xxxxxxxxxx> Date: Fri Oct 21 23:09:53 2016 +0200 configure: move gnutls check into virt-gnutls.m4 Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> commit c290f216c47afbd4f3d1e082cdb98181675cd31e Author: Jiri Denemark <jdenemar@xxxxxxxxxx> Date: Wed Nov 2 10:10:02 2016 +0100 Post-release version bump to 2.5.0 Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> commit 56588f966284e005801c314181bcad723cf1369d Author: Daniel Veillard <veillard@xxxxxxxxxx> Date: Tue Nov 1 21:47:10 2016 +0100 Release of libvirt-2.4.0 * docs/news.html.in: update for the release * po/*.po*: regenerated commit ac9bf9394138d0cf9a802245ad3eebf8adcb4841 Author: Daniel P. Berrange <berrange@xxxxxxxxxx> Date: Mon Oct 31 13:39:34 2016 +0000 docs: remove obsolete library.xen file The library.xen file contains a braindump of thoughts dating from the very first days of libvirt, when it was briefly called libxen. This is not useful and potentially misleading or confusing for people. Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |