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

[Xen-devel] [libvirt test] 141747: regressions - FAIL



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

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt     14 saverestore-support-check    fail  like 141683
 test-armhf-armhf-libvirt-raw 13 saverestore-support-check    fail  like 141683
 test-amd64-amd64-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  13 migrate-support-check        fail   never pass
 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-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-arm64-arm64-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-vhd 12 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt     13 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-raw 12 migrate-support-check        fail   never pass

version targeted for testing:
 libvirt              87ecf62d4ca67455ddbe2d3e8fa01477a4714676
baseline version:
 libvirt              b22749334d4de3348ba9b0ec13359c3ecf8fefd8

Last test of basis   141683  2019-09-23 04:18:44 Z    2 days
Testing same since   141747  2019-09-24 04:18:56 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
  Erik Skultety <eskultet@xxxxxxxxxx>
  Peter Krempa <pkrempa@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-arm64-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-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 87ecf62d4ca67455ddbe2d3e8fa01477a4714676
Author: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
Date:   Wed Sep 18 16:53:06 2019 -0300

    qemu: hotplug: Use VIR_AUTOFREE() instead VIR_FREE for strings
    
    Cleanup labels are also dropped where possible.
    
    Signed-off-by: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
    Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>

commit 15340ff5839dfdbaa143b5ddbddcc2f3bf072220
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Mon Sep 23 15:48:06 2019 +0200

    qemu: snapshot: Do ACL check prior to checkpoint interlocking
    
    Commit 7efe930ec3c introduced interlock of snapshots and checkpoints,
    but the check is executed prior to the snapshot API ACL check. This
    means that an unauthorized user can see whether a VM exists if it has a
    checkpoint.
    
    Move the checks to proper places.
    
    Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
    Reviewed-by: Eric Blake <eblake@xxxxxxxxxx>

commit 8e02fa2e257b84d7e546d0b30a86373f27703289
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Fri Sep 20 13:47:09 2019 +0200

    docs: kbase: Add a section explaining how to verify SEV from the guest
    
    Commit 50dfabbb59 forgot to add this important bit on how to check that
    all the changes to the XML actually worked.
    
    Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>
    Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx>

commit e1d539022489e697598412b299c07e6b714a951c
Author: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
Date:   Fri Sep 20 10:52:55 2019 -0300

    qemu_domain_address: use virPCIDeviceAddressEqual() in conditionals
    
    A common operation in qemu_domain_address is comparing a
    virPCIDeviceAddress and assigning domain, bus, slot and function
    to a specific value. The former can be done with the existing
    virPCIDeviceAddressEqual() helper, as long as we provide
    a virPCIDeviceAddress to compare it to.
    
    The later can be done by direct assignment of the now existing
    virPCIDeviceAddress struct. The defined values of domain, bus,
    slot and function will be assigned to info->addr.pci, the other
    values are zeroed (which happens to be their default values too).
    It's also worth noticing that all these assignments are being
    conditioned by virDeviceInfoPCIAddressIsPresent() calls, thus it's
    sensible to discard any non-zero values that might happen to exist
    in @cont->info.addr, if we settled beforehand that @cont->info.addr
    is not present or bogus.
    
    Suggested-by: Erik Skultety <eskultet@xxxxxxxxxx>
    Signed-off-by: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
    Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>

commit 06709296cb906e0241b76b949dec8275999e2e3f
Author: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
Date:   Fri Sep 20 10:52:54 2019 -0300

    qemu_domain_address.c: use VIR_AUTOFREE() in strings
    
    A few 'cleanup' labels gone after using VIR_AUTOFREE() on the
    @addrStr variable.
    
    Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>
    Signed-off-by: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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