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

[libvirt test] 187547: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-libvirt-xsm 14 guest-start              fail REGR. vs. 187513
 test-amd64-amd64-libvirt-pair 25 guest-start/debian      fail REGR. vs. 187513
 test-amd64-amd64-libvirt     14 guest-start              fail REGR. vs. 187513
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 12 debian-hvm-install fail 
REGR. vs. 187513
 test-amd64-amd64-libvirt-qcow2 12 debian-di-install      fail REGR. vs. 187513
 test-amd64-amd64-libvirt-vhd 12 debian-di-install        fail REGR. vs. 187513
 test-amd64-amd64-libvirt-raw 12 debian-di-install        fail REGR. vs. 187513

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt     16 saverestore-support-check    fail  like 187513
 test-arm64-arm64-libvirt-xsm 15 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt-xsm 16 saverestore-support-check    fail   never pass
 test-arm64-arm64-libvirt     15 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt     16 saverestore-support-check    fail   never pass
 test-armhf-armhf-libvirt     15 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt-qcow2 14 migrate-support-check        fail never pass
 test-arm64-arm64-libvirt-qcow2 15 saverestore-support-check    fail never pass
 test-arm64-arm64-libvirt-raw 14 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt-raw 15 saverestore-support-check    fail   never pass
 test-armhf-armhf-libvirt-vhd 14 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-vhd 15 saverestore-support-check    fail   never pass

version targeted for testing:
 libvirt              ecffc91d0232ce7a5ee98b8026f2e41926dffe83
baseline version:
 libvirt              9b22c25548aa658acdeac2269ddae32584df32d8

Last test of basis   187513  2024-09-06 04:20:37 Z    1 days
Testing same since   187547  2024-09-07 04:18:44 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andi Chandler <andi@xxxxxxxxxxx>
  Göran Uddeborg <goeran@xxxxxxxxxxx>
  Peter Krempa <pkrempa@xxxxxxxxxx>
  Tim Wiederhake <twiederh@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           fail    
 test-amd64-amd64-libvirt-xsm                                 fail    
 test-arm64-arm64-libvirt-xsm                                 pass    
 test-amd64-amd64-libvirt                                     fail    
 test-arm64-arm64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     pass    
 test-amd64-amd64-libvirt-pair                                fail    
 test-amd64-amd64-libvirt-qcow2                               fail    
 test-arm64-arm64-libvirt-qcow2                               pass    
 test-amd64-amd64-libvirt-raw                                 fail    
 test-arm64-arm64-libvirt-raw                                 pass    
 test-amd64-amd64-libvirt-vhd                                 fail    
 test-armhf-armhf-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 ecffc91d0232ce7a5ee98b8026f2e41926dffe83
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Fri Sep 6 14:42:25 2024 +0200

    qemuBackupDiskDataCleanupOne: Don't skip rest of cleanup if we can't enter 
monitor
    
    Recent fix to use the proper 'async' monitor function would cause
    libvirt to leak some of the objects it's supposed to clean up in other
    places besides qemu.
    
    Don't skip the whole function on failure to enter the job but just the
    monitor section.
    
    Fixes: 9b22c25548aa658acdeac2269ddae32584df32d8
    Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
    Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 8666523b7d0891c38a7c9c138c4cc318eddfefeb
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Fri Sep 6 14:29:18 2024 +0200

    virconf: Fix numeric overflow when parsing numbers in conf files
    
    The number is parsed manually without making sure it'll fit.
    
    Fixes: 3bbac7cdb67
    Closes: https://gitlab.com/libvirt/libvirt/-/issues/671
    Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
    Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 5d77061d7e65e9cb7de4e9f28c2b7a69822da82f
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Fri Sep 6 14:02:31 2024 +0200

    conf: Don't overwrite KVM feature config struct if the feature is present 
twice
    
    Don't allocate the struct if it exists already. This sidesteps the
    discussion about whether forbidding multiple feature definitions makes
    sense.
    
    Fixes: a8e0f9c682143c63897de5c379d3ac3791c51970
    Closes: https://gitlab.com/libvirt/libvirt/-/issues/670
    Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
    Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 3afbb1644c4f9d5237459bd544d0f511ff99eb80
Author: Tim Wiederhake <twiederh@xxxxxxxxxx>
Date:   Mon Aug 26 11:58:26 2024 +0200

    cpu_map: Add SierraForest CPU model
    
    This was added in qemu commit 6e82d3b6220777667968a04c87e1667f164ebe88.
    
    Signed-off-by: Tim Wiederhake <twiederh@xxxxxxxxxx>
    Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 6ac72ea6ddd64d845af90a9feb590fbc6cd4e054
Author: Tim Wiederhake <twiederh@xxxxxxxxxx>
Date:   Mon Aug 26 11:52:35 2024 +0200

    cpu_map: Add missing feature "avx-vnni-int16"
    
    Introduced in qemu commit 138c3377a9b27accec516b2c0da90dedef98a780.
    
    Signed-off-by: Tim Wiederhake <twiederh@xxxxxxxxxx>
    Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 4d3a2c61a39f7ca88b930a9e7187289694dfb91e
Author: Göran Uddeborg <goeran@xxxxxxxxxxx>
Date:   Wed Sep 4 19:57:12 2024 +0000

    Translated using Weblate (Swedish)
    
    Currently translated at 85.5% (9005 of 10521 strings)
    
    Translation: libvirt/libvirt
    Translate-URL: 
https://translate.fedoraproject.org/projects/libvirt/libvirt/sv/
    
    Signed-off-by: Göran Uddeborg <goeran@xxxxxxxxxxx>

commit be183218ed09bd77c6f0b9d2d81cd5e6ba8c56e6
Author: Andi Chandler <andi@xxxxxxxxxxx>
Date:   Wed Sep 4 22:16:20 2024 +0000

    Translated using Weblate (English (United Kingdom))
    
    Currently translated at 48.9% (5147 of 10521 strings)
    
    Translation: libvirt/libvirt
    Translate-URL: 
https://translate.fedoraproject.org/projects/libvirt/libvirt/en_GB/
    
    Signed-off-by: Andi Chandler <andi@xxxxxxxxxxx>



 


Rackspace

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