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

[libvirt test] 135486: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-arm64-arm64-libvirt-xsm 19 leak-check/check         fail REGR. vs. 135437

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

version targeted for testing:
 libvirt              6354c651cea766320d7e209e11a54cc66b8b8298
baseline version:
 libvirt              b97801f39a3277272503fefa4ca03fea3f70fa4d

Last test of basis   135437  2019-04-30 04:19:07 Z    4 days
Testing same since   135486  2019-05-01 21:50:05 Z    2 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Cole Robinson <crobinso@xxxxxxxxxx>
  Daniel P. Berrangé <berrange@xxxxxxxxxx>
  Jie Wang <wangjie88@xxxxxxxxxx>
  Julio Faracco <jcfaracco@xxxxxxxxx>
  Michal Privoznik <mprivozn@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                                 fail    
 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                               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 6354c651cea766320d7e209e11a54cc66b8b8298
Author: Cole Robinson <crobinso@xxxxxxxxxx>
Date:   Wed Apr 17 10:38:57 2019 -0400

    test: match qemu VIR_DOMAIN_DEF_FEATURE* usage
    
    Match the XML feature usage of the qemu driver, so the test driver
    doesn't reject things like <os firmware='efi'/>.
    
    Particularly VIR_DOMAIN_DEF_FEATURE_NET_MODEL_STRING is needed to
    prevent regressions for test suite users with net model strings that
    aren't in the virDomainNetModel enum yet
    
    Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Signed-off-by: Cole Robinson <crobinso@xxxxxxxxxx>

commit 25c4b016622ef8ea1b9135a5c4d948c38b42260f
Author: Cole Robinson <crobinso@xxxxxxxxxx>
Date:   Tue Apr 30 10:39:31 2019 -0400

    spec: fix f28 rpm without firewalld zone
    
    Commit 3b71f2e42d added spec handling for with_firewalld_zone. We
    now call %firewalld_reload if with_firewalld is set. But the matching
    'BuildRequires: firewalld-filesystem' is only applied if
    with_firewalld_zone is set.
    
    Fix the former bit to use with_firewalld_zone
    
    Reviewed-by: Laine Stump <laine@xxxxxxxxx>
    Reported-by: Yuval Turgeman <yturgema@xxxxxxxxxx>
    Signed-off-by: Cole Robinson <crobinso@xxxxxxxxxx>

commit 2a1ae8fba74ea5ac68f612c2a4762a23de1dd0db
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Tue Apr 30 16:17:14 2019 +0200

    lib: Preserve error around virDomainNetReleaseActualDevice()
    
    This function is calling public API virNetworkLookupByName()
    which resets the error. Therefore, if
    virDomainNetReleaseActualDevice() is used in cleanup path it
    actually resets the original error that got us jump into
    'cleanup' label.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 998a55c49ab4606c5558071af6ea63dfc0e406ae
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Tue Apr 30 14:40:37 2019 +0200

    news: Update for 5.3.0 release
    
    Some basic features/bugfixes/removed features. Of course we've
    done a lot more than recoded here.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
    Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>

commit 04e4307d340ff1c97dfc8403a47d6defbb3ba7f1
Author: Daniel P. Berrangé <berrange@xxxxxxxxxx>
Date:   Tue Apr 30 13:26:30 2019 +0100

    Revert "network: use 'bridge' as actual type instead of 'network'"
    
    This caused the live XML to report the 'bridge' type instead of the
    'network' type, which is a behavioural regression.
    
    It also breaks 'virsh domif-setlink', 'virsh update-device' and
    'virsh domiftune'
    
    This reverts commit 518026e15959ab0e19b659a9f2ff502a54946498.
    
    Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

commit e007e8ba3aac3a0cc4a56283dc569f531ebf812c
Author: Daniel P. Berrangé <berrange@xxxxxxxxxx>
Date:   Tue Apr 30 13:26:25 2019 +0100

    Revert "virt drivers: don't handle type=network after resolving actual 
network type"
    
    This reverts commit 2f5e6502e34d9ddba596fa824b2f2f3504b34a99.
    
    Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

commit 5d5e7875cd3644857b4ac6cc7f77811702b0e2cc
Author: Jie Wang <wangjie88@xxxxxxxxxx>
Date:   Tue Apr 30 13:24:15 2019 +0800

    qemu_command: fix double_close vhostfd in qemuBuildHostdevCommandLine
    
    vhostfd passed to cmd->passfd in virCommandPassFD, virCommandFree will
    always close cmd->passfd when qemuBuildSCSIVHostHostdevDevStr failed.
    
    Signed-off-by: Jie Wang <wangjie88@xxxxxxxxxx>

commit 596aa144c4cee19928c4390830b490f03b3d0cbb
Author: Julio Faracco <jcfaracco@xxxxxxxxx>
Date:   Mon Apr 29 21:29:54 2019 -0300

    util: Fix uninitalized variable to avoid garbage value.
    
    This commit is similar with 692400f4. It fixes an uninitialized
    variable to avoid garbage value. This case, returns 0 jiffies if an
    error occurs with virNetDevBridgeGet.
    
    Signed-off-by: Julio Faracco <jcfaracco@xxxxxxxxx>

_______________________________________________
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®.