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

[libvirt test] 128859: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-arm64-arm64-libvirt-qcow2 10 debian-di-install      fail REGR. vs. 128833

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

Last test of basis   128833  2018-10-16 02:50:33 Z    3 days
Testing same since   128859  2018-10-17 22:39:09 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Han Han <hhan@xxxxxxxxxx>
  Michal Privoznik <mprivozn@xxxxxxxxxx>
  Wang Huaqiang <huaqiang.wang@xxxxxxxxx>

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                                     pass    
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-arm64-arm64-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 b05eeacbfd11b9e7faf1451d7dc90ceda68f6d32
Author: Wang Huaqiang <huaqiang.wang@xxxxxxxxx>
Date:   Wed Oct 17 16:27:36 2018 +0800

    util: Fix a typo in comments of virresctrl.c
    
    Signed-off-by: Wang Huaqiang <huaqiang.wang@xxxxxxxxx>
    Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>

commit 80c82376797ba20e01162786f7a834fed01a56f5
Author: Han Han <hhan@xxxxxxxxxx>
Date:   Wed Oct 17 09:10:57 2018 +0800

    conf: Fix typos in pcie controllers' name
    
    Signed-off-by: Han Han <hhan@xxxxxxxxxx>
    Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>

commit 641a95c9b64e74dccb55ebae8f00da3f10c1feae
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Fri Oct 12 11:09:56 2018 +0200

    qemu: Put format=raw onto cmd line for SCSI passthrough
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1632833
    
    When doing a SCSI passthrough we don't put format= onto the
    command line. This causes qemu to probe the format automatically
    which ends up in a warning in the domain log and possible qemu
    disabling writes to the first block (according to the warning
    message).
    
    Based-on-work-of: Paolo Bonzini <pbonzini@xxxxxxxxxx>
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
    Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/osstest-output

 


Rackspace

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