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

[libvirt test] 86280: trouble: broken/fail/pass



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

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-libvirt-raw  3 host-install(3)         broken REGR. vs. 86026

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-xsm 12 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-xsm 14 guest-saverestore            fail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-check        fail   never pass
 test-amd64-i386-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-i386-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     14 guest-saverestore            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
 test-armhf-armhf-libvirt-qcow2 13 guest-saverestore            fail never pass

version targeted for testing:
 libvirt              885e34c91646c3da536378c16764178fa452acec
baseline version:
 libvirt              95ca4fe2f272d1c751acd278cc1617fe2aa1b94b

Last test of basis    86026  2016-03-12 04:21:44 Z    3 days
Testing same since    86280  2016-03-15 04:24:21 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrea Bolognani <abologna@xxxxxxxxxx>
  Jim Fehlig <jfehlig@xxxxxxxx>
  Maxim Nestratov <mnestratov@xxxxxxxxxxxxx>
  Michal Privoznik <mprivozn@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                                 fail    
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-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-armhf-armhf-libvirt-qcow2                               fail    
 test-armhf-armhf-libvirt-raw                                 broken  
 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

broken-step test-armhf-armhf-libvirt-raw host-install(3)

Not pushing.

------------------------------------------------------------
commit 885e34c91646c3da536378c16764178fa452acec
Author: Jim Fehlig <jfehlig@xxxxxxxx>
Date:   Mon Feb 29 16:25:38 2016 -0700

    schema: support 'default' cache mode
    
    The docs claims the cache attribute of the disk <driver>
    element supports 'default' as one of its permissible values,
    but such configuration fails virt-xml-validate. Add 'default'
    as one of the cache attribute choices in domaincommon.rng.

commit 8e3ac3ed7320540962b27499ac95483d6024158d
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Tue Mar 1 20:13:20 2016 +0100

    hostdev: Rename usesVfio -> usesVFIO
    
    Acronyms should be written in all caps.

commit 95c65ae1933446eaaf9de0c0161b883fb74652f3
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Tue Mar 1 19:53:37 2016 +0100

    hostdev: Rename hostdev_mgr -> mgr
    
    We're in the hostdev module, so mgr is not an ambiguous name, and
    in fact it's already used in some cases. Switch all the code over.
    
    Take the chance to shorten declaration of
    virHostdevIsPCINodeDeviceUsedData structures.

commit 36243a0c6268456df152f5501ec69cb818f4da64
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Tue Feb 23 17:46:48 2016 +0100

    hostdev: Look up devices using IDs when possible
    
    When we want to look up a device in a device list and we already
    have the IDs from another source, we can simply use
    virPCIDeviceListFindByIDs() instead of creating a temporary device
    object.

commit e57e9413ac77a887395a75417038448d331bd5ca
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Mon Mar 7 14:27:23 2016 +0100

    hostdev: Change argument order for virHostdevReattachPCIDevice()
    
    The new order aligns better with the virHostdev prefix.

commit 5ce91139da9e61d91752c141c486e7cf602896a6
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Thu Feb 25 15:39:25 2016 +0100

    hostdev: virHostdevIsPCINetDevice() should return a bool
    
    The only possible return values are true and false, so the return
    type should be bool instead of int.

commit 2ec4664b1ede97919f7ca56f8f909279b7a6e7f5
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Thu Feb 25 19:04:30 2016 +0100

    hostdev: Rework resetvfnetconfig loop condition
    
    If 'last_processed_hostdev_vf != -1' is false then, since the
    loop counter 'i' starts at 0, 'i <= last_processed_hostdev_vf'
    can't possibly be true and the loop body will never be executed.
    
    However, since 'i' is unsigned and 'last_processed_hostdev_vf'
    is signed, we can't just get rid of the check completely; what
    we can do is move it outside of the loop to avoid checking its
    value on every iteration and cluttering the actual loop
    condition.

commit 8a744987218c168d0b6cb93f61ad4011cb22d04c
Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx>
Date:   Fri Mar 11 11:36:17 2016 +0300

    vz: fix active domain listing
    
    Since commit 9c14a9ab we have broken active domain listing
    because reworked prlsdkLoadDomain doesn't set dom->def->id
    propely. It just looses it when a new def structure is set.
    Now we make prlsdkConvertDomainState function return void
    and move calling it after an old dom->def is replaces with
    a new one within prlsdkLoadDomain function.
    
    Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx>

commit 2e70af12f2d63eaba2294481762fe1df8b5c0e3e
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Mon Mar 14 09:34:43 2016 +0100

    qemuBuildVideoCommandLine: Don't access def->videos without check
    
    This function can be called over a domain definition that has no
    video configured. The
    tests/qemuxml2argvdata/qemuxml2argv-minimal.xml file could serve
    as an example. Problem is, before the check that domain has some
    or none video configured, def->videos is dereferenced causing a
    segmentation fault in case there's none video configured.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
http://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®.