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

[libvirt test] 106769: trouble: blocked/broken/fail/pass



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

Failures and problems with tests :-(

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

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

Tests which did not succeed, but are not blocking:
 test-arm64-arm64-libvirt-xsm  1 build-check(1)               blocked  n/a
 build-arm64-libvirt           1 build-check(1)               blocked  n/a
 test-arm64-arm64-libvirt-qcow2  1 build-check(1)               blocked  n/a
 test-arm64-arm64-libvirt      1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt      12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 build-arm64-xsm               5 xen-build                    fail   never pass
 build-arm64                   5 xen-build                    fail   never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 build-arm64-pvops             5 kernel-build                 fail   never pass
 test-amd64-amd64-libvirt-vhd 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-raw 11 migrate-support-check        fail   never pass

version targeted for testing:
 libvirt              a6d681485ff85e27859583a5c20e1630c5cf8352
baseline version:
 libvirt              f0803dae93d62a4b8a2f67f4873c290a76d978b3

Last test of basis   106755  2017-03-18 04:21:23 Z    1 days
Testing same since   106769  2017-03-19 04:20:15 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  John Ferlan <jferlan@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-arm64-xsm                                              fail    
 build-armhf-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-arm64                                                  fail    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-arm64-libvirt                                          blocked 
 build-armhf-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-arm64-pvops                                            fail    
 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                                 broken  
 test-arm64-arm64-libvirt-xsm                                 blocked 
 test-armhf-armhf-libvirt-xsm                                 pass    
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-arm64-arm64-libvirt                                     blocked 
 test-armhf-armhf-libvirt                                     pass    
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-arm64-arm64-libvirt-qcow2                               blocked 
 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

broken-step test-amd64-amd64-libvirt-xsm host-install(3)

Not pushing.

------------------------------------------------------------
commit a6d681485ff85e27859583a5c20e1630c5cf8352
Author: John Ferlan <jferlan@xxxxxxxxxx>
Date:   Tue Mar 7 16:10:38 2017 -0500

    conf: Use consistent function name prefixes for virstorageobj
    
    Use "virStoragePoolObj" as a prefix for any external API in virstorageobj.
    
    Also a couple of functions were local to virstorageobj.c, so remove their
    external defs iin virstorageobj.h.
    
    NB: The virStorageVolDef* API's won't change.
    Signed-off-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 84017c5954f589fb28ed6fc619a2a41e5c7c0553
Author: John Ferlan <jferlan@xxxxxxxxxx>
Date:   Tue Mar 7 15:44:41 2017 -0500

    conf: Alter coding style of storage conf function prototypes
    
    In an effort to be consistent with the source module, alter the function
    prototypes to follow the similar style of source with the "type" on one
    line followed by the function name and arguments on subsequent lines with
    with argument getting it's own line.
    
    Signed-off-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 749c1bb33a013e0a6c62abc0d721839486b2c013
Author: John Ferlan <jferlan@xxxxxxxxxx>
Date:   Tue Mar 7 15:28:27 2017 -0500

    conf: Adjust coding style for storage conf sources
    
    Alter the format of the code to follow more recent style guidelines of
    two empty lines between functions, function decls with "[static] type"
    on one line followed by function name with arguments to functions each
    on one line.
    
    Signed-off-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 7c151e3398772d066c222c7532fc1fa83bf376f2
Author: John Ferlan <jferlan@xxxxxxxxxx>
Date:   Tue Mar 7 15:18:01 2017 -0500

    conf: Introduce virstorageobj
    
    Move all the StoragePoolObj related API's into their own module
    virstorageobj from the storage_conf
    
    Purely code motion at this point, plus adjustments to cleanly build
    
    Signed-off-by: John Ferlan <jferlan@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®.