[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libvirt test] 101915: regressions - FAIL



flight 101915 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/101915/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-libvirt-qcow2 14 guest-start/debian.repeat fail REGR. vs. 
101839

Regressions which are regarded as allowable (not blocking):
 test-armhf-armhf-libvirt-raw 12 saverestore-support-check    fail  like 101839
 test-armhf-armhf-libvirt-xsm 13 saverestore-support-check    fail  like 101839
 test-armhf-armhf-libvirt     13 saverestore-support-check    fail  like 101839
 test-armhf-armhf-libvirt-qcow2 12 saverestore-support-check   fail like 101839

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt-xsm  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-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-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-raw 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-qcow2 11 migrate-support-check        fail never pass

version targeted for testing:
 libvirt              a55fdc3f251ab1800050505ac1e6158ee7535402
baseline version:
 libvirt              06a7b1ff4dbb1ed6a69e09765bef1f67a75a86eb

Last test of basis   101839  2016-11-01 04:20:30 Z    3 days
Failing since        101854  2016-11-02 04:23:30 Z    2 days    3 attempts
Testing same since   101915  2016-11-04 04:20:44 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>
  Michal Privoznik <mprivozn@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                                          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 a55fdc3f251ab1800050505ac1e6158ee7535402
Author: Pavel Hrdina <phrdina@xxxxxxxxxx>
Date:   Thu Nov 3 15:38:09 2016 +0100

    configure: check gnutls related stuff only if gnutls was found
    
    This fixes a build issue with old gnutls.
    Broken by commit 680d2f49da.
    
    Reported-by: Olga Krishtal <okrishtal@xxxxxxxxxxxxx>
    Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx>

commit e8861f69714f283ddfa3cac5713feac46884a2ea
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Thu Nov 3 20:34:53 2016 +0800

    libvirt.spec: Build & run tests in parallel
    
    So far, the main code is built in parallel, which makes it pretty
    fast. But with a lots of tests we have now I've noticed this part
    takes too much time to build. The problem was that tests were
    build and run in a single job.
    
    Also, 'make' in the first hunk is useless. The test suite is not
    built due to 'make all' because there's no .git in the sources
    unpacked from a tar.xz archive. It's 'make check' which triggers
    tests build.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.