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

[libvirt test] 151062: regressions - FAIL



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

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. 151040

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt     14 saverestore-support-check    fail  like 151040
 test-armhf-armhf-libvirt-raw 13 saverestore-support-check    fail  like 151040
 test-amd64-amd64-libvirt     13 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt      13 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  13 migrate-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-arm64-arm64-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt     13 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt-xsm 14 saverestore-support-check    fail   never pass
 test-arm64-arm64-libvirt     14 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              63d08bec0b2dace2fcefffb23a1fa5b14c473d67
baseline version:
 libvirt              0d009ca646a4e7438952f6d2739ab7f48ef533ab

Last test of basis   151040  2020-06-11 04:19:36 Z    2 days
Testing same since   151062  2020-06-12 12:50:09 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrea Bolognani <abologna@xxxxxxxxxx>
  Yi Li <yili@xxxxxxxxxxx>

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 63d08bec0b2dace2fcefffb23a1fa5b14c473d67
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Thu Jun 11 20:06:02 2020 +0200

    ci: Swap mipsel and ppc64le builds
    
    Debian sid is currently broken on mipsel, so use Debian 10 for
    that architecture; at the same time, move the ppc64le build from
    Debian 10 to Debian sid to keep things balanced.
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>

commit 2250a0b56f12e30d67210fd49d2123014bc73d2c
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Tue Jun 2 17:28:58 2020 +0200

    ci: Update build system integration
    
    The ci-* targets need to know where our container images are stored
    and how they are called to work, so now that we use the GitLab
    container registry instead of Quay some changes are necessary.
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

commit 95abbdc432133b9ae4a76d15251d64b5893717e6
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Tue Jun 2 17:28:57 2020 +0200

    ci: Use GitLab container registry
    
    Instead of using pre-built containers hosted on Quay, build
    containers as part of the GitLab CI pipeline and upload them to the
    GitLab container registry for later use.
    
    This will not significantly slow down builds, because containers are
    only rebuilt when the corresponding Dockerfile has been modified.
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

commit 7ef13242847405328836a38e445aa2894c0ebab9
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Tue Jun 2 17:28:55 2020 +0200

    ci: Use variables to build image names
    
    This removes a lot of repetition and makes the configuration much
    easier to read.
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

commit 9170b0ee6f867d2be1165e83c80910b0e0ac952d
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Wed Jun 10 18:11:04 2020 +0200

    docs: Document CIRRUS_GITHUB_REPO variable
    
    This needs to be set for every repository for Cirrus CI integration
    to work.
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

commit 414aee194aed23370df87f5cde28dce1d1492235
Author: Yi Li <yili@xxxxxxxxxxx>
Date:   Thu Jun 11 11:26:29 2020 +0800

    conf: snapshot: Drop unused variable 'creation'
    
    Signed-off-by: Yi Li <yili@xxxxxxxxxxx>
    Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>



 


Rackspace

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