xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [libvirt test] 95095: regressions - FAIL
@ 2016-06-01  6:17 osstest service owner
  0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2016-06-01  6:17 UTC (permalink / raw)
  To: xen-devel, osstest-admin

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf-pvops             5 kernel-build              fail REGR. vs. 94970

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt      1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-xsm  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-qcow2  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-raw  1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt      12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass

version targeted for testing:
 libvirt              99809fd482474475b0104d5479293f9f1069450a
baseline version:
 libvirt              2bd61c84489918c0648aee317c18b5a03f5949a4

Last test of basis    94970  2016-05-31 04:21:41 Z    1 days
Testing same since    95095  2016-06-01 04:19:51 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Michal Privoznik <mprivozn@redhat.com>

jobs:
 build-amd64-xsm                                              pass    
 build-armhf-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-armhf-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-armhf-pvops                                            fail    
 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-armhf-armhf-libvirt-xsm                                 blocked 
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     blocked 
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-armhf-armhf-libvirt-qcow2                               blocked 
 test-armhf-armhf-libvirt-raw                                 blocked 
 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 99809fd482474475b0104d5479293f9f1069450a
Author: Michal Privoznik <mprivozn@redhat.com>
Date:   Tue May 31 12:12:13 2016 +0200

    esxStorageVolGetXMLDesc: Lookup SCSI lun properly
    
    So the idea is as follows: firstly we obtain a list of all the
    luns, then iterate over it trying to find the one we want to work
    with and after all the iterations we detect whether we have found
    something. Now, the last check is broken, because it compares a
    value form previous iteration, not the one we've just been
    through.
    
    Then, when computing md5 sum of lun's UUID, we use wrong variable
    again. Well, @hostScsiDisk which is type of esxVI_HostScsiDisk
    extends esxVI_ScsiLun type so they both have the uuid member, but
    it just doesn't feel right to access the data via two different
    variables in one function call.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>

commit c94720f86ad203a5ca6e669c8423f715946d4f5d
Author: Michal Privoznik <mprivozn@redhat.com>
Date:   Tue May 31 12:23:24 2016 +0200

    qemuMonitorTextGetAllBlockStatsInfo: Fix line validation
    
    There's a bug in the function. We expect the following format for
    the data we are parsing here:
    
      key: value
    
    So we use strchr() to find ':' and then see if it is followed by
    space. But the check that does just that is slightly incorrect.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-01  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01  6:17 [libvirt test] 95095: regressions - FAIL osstest service owner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).