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

[Xen-devel] [libvirt test] 133488: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-i386-libvirt            6 libvirt-build            fail REGR. vs. 133460

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt-xsm   1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt-pair  1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt       1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a
 test-armhf-armhf-libvirt-raw 13 saverestore-support-check    fail  like 133460
 test-armhf-armhf-libvirt     14 saverestore-support-check    fail  like 133460
 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     13 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 13 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-amd64-amd64-libvirt-vhd 12 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-raw 12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-armhf-armhf-libvirt     13 migrate-support-check        fail   never pass

version targeted for testing:
 libvirt              5de5432e34e097fde32b2b1ad96b8b8b1186dec1
baseline version:
 libvirt              33a07b8e4154b25f7119c0d2177983a5a1f1cae0

Last test of basis   133460  2019-02-27 20:25:58 Z    2 days
Testing same since   133488  2019-02-28 20:51:17 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrea Bolognani <abologna@xxxxxxxxxx>
  Jiri Denemark <jdenemar@xxxxxxxxxx>
  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                                           fail    
 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            blocked 
 test-amd64-amd64-libvirt-xsm                                 pass    
 test-arm64-arm64-libvirt-xsm                                 pass    
 test-amd64-i386-libvirt-xsm                                  blocked 
 test-amd64-amd64-libvirt                                     pass    
 test-arm64-arm64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     pass    
 test-amd64-i386-libvirt                                      blocked 
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 blocked 
 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 5de5432e34e097fde32b2b1ad96b8b8b1186dec1
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Feb 28 15:12:31 2019 +0100

    storage: Fix iscsi-direct volume size for volumes > 4GiB
    
    Both block_size and nb_block are unit32_t and multiplying them overflows
    at 4GiB.
    
    Moreover, the iscsi_*10_* APIs use 32bit number of blocks and thus they
    can only address images up to 2TiB with 512B blocks. Let's use 64b
    iscsi_*16_* APIs instead.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>

commit bf5cf610f206d5d54914e8f8b0764b2b37ddf50c
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Thu Feb 28 15:08:19 2019 +0100

    virISCSIDirectRefreshVol: Don't clear volumes in each run
    
    When fetching LUNs from iscsi server the
    virISCSIDirectReportLuns() is called. This function does some
    libiscsi calls and then calls virISCSIDirectRefreshVol() over
    each LUN found. It's unfortunate that the latter calls
    virStoragePoolObjClearVols() as we lose all LUNs processed
    in previous iterations.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
    Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx>

commit 6097d1c8d2ba905ea32bf88cab3d8eb2d8231145
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Thu Feb 28 15:22:46 2019 +0100

    news: Trivial style fixes
    
    Some of the recent entries deviated from the established
    style used throughout the file, so let's fix them.
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>

commit fb3b41d225de76159aa7562861c5c543479f5661
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Thu Feb 28 11:16:51 2019 +0100

    news: Update for 5.1.0 release
    
    Not exhaustive list of new features, improvements and bugfixes.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
    Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 290383cb2f864b738a34d4591dffd6114717fbdf
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Thu Feb 28 12:02:06 2019 +0100

    iscsi_direct: Reset pool capacity and allocation just before refresh
    
    Jirka reported a bug that with every 'virsh pool-refresh' an
    iscsi-direct pool would grow and grow. The problem is that
    virISCSIDirectRefreshVol() only adds to def->capacity and
    def->allocation but nothing clears it out to begin with.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
    Reviewed-by: Pavel Hrdina <phrdina@xxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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