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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-libvirt     11 guest-start               fail REGR. vs. 61593

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-qcow2  9 debian-di-install            fail never pass
 test-armhf-armhf-libvirt-vhd  9 debian-di-install            fail   never pass
 test-amd64-i386-libvirt-pair 21 guest-migrate/src_host/dst_host fail never pass
 test-amd64-i386-libvirt      12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-pair 21 guest-migrate/src_host/dst_host fail never 
pass
 test-amd64-i386-libvirt-raw  11 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-raw 11 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-vhd  11 migrate-support-check        fail   never pass
 test-amd64-amd64-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     12 migrate-support-check        fail   never pass
 test-amd64-i386-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-xsm 12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-qcow2 11 migrate-support-check        fail  never pass
 test-armhf-armhf-libvirt-raw  9 debian-di-install            fail   never pass
 test-amd64-amd64-libvirt-qcow2 11 migrate-support-check        fail never pass
 test-armhf-armhf-libvirt-xsm 12 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-xsm 14 guest-saverestore            fail   never pass

version targeted for testing:
 libvirt              0f3989c1724a5f458fd5c48561fbf2470028a325
baseline version:
 libvirt              98d8c811ce09cfec707aa3729cf0c01c67471356

Last test of basis    61593  2015-09-08 04:25:50 Z    2 days
Testing same since    61675  2015-09-09 04:35:14 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Erik Skultety <eskultet@xxxxxxxxxx>
  Luyao Huang <lhuang@xxxxxxxxxx>
  Martin Kletzander <mkletzan@xxxxxxxxxx>

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                                            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-armhf-armhf-libvirt-xsm                                 fail    
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     fail    
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                fail    
 test-amd64-i386-libvirt-pair                                 fail    
 test-amd64-amd64-libvirt-qcow2                               pass    
 test-armhf-armhf-libvirt-qcow2                               fail    
 test-amd64-i386-libvirt-qcow2                                pass    
 test-amd64-amd64-libvirt-raw                                 pass    
 test-armhf-armhf-libvirt-raw                                 fail    
 test-amd64-i386-libvirt-raw                                  pass    
 test-amd64-amd64-libvirt-vhd                                 pass    
 test-armhf-armhf-libvirt-vhd                                 fail    
 test-amd64-i386-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 0f3989c1724a5f458fd5c48561fbf2470028a325
Author: Martin Kletzander <mkletzan@xxxxxxxxxx>
Date:   Mon Sep 7 10:27:53 2015 +0200

    docs: Remove last use of double semicolon in Makefile
    
    Double semicolons have special meaning in makefiles, but they would have
    to be combined with other rules witch such separators in order to be
    used as intended.  Since there are no other rules like that, let's
    clean it up.
    
    Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

commit 26893ac6e0fdc65ed00cf3815e003043ed9c82d0
Author: Martin Kletzander <mkletzan@xxxxxxxxxx>
Date:   Mon Sep 7 10:24:47 2015 +0200

    util: Add win32 version of virFileUnlink
    
    Commit 35847860f65f Added the virFileUnlink function, but failed to add
    a version for mingw build, causing the following error:
    
      Cannot export virFileUnlink: symbol not defined
    
    Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

commit 83ae3ee39bd13feddecc49aaad382d5cae72c257
Author: Luyao Huang <lhuang@xxxxxxxxxx>
Date:   Tue Sep 8 12:59:10 2015 +0800

    conf: fix crash when parsing a unordered NUMA <cell/>
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1260846
    
    Introduced by 8fedbbdb, if we parse an unordered NUMA cell, will
    get a segfault. This is because of a check for overlapping @cpus
    sets we have there. However, since the array to hold guest NUMA
    cells is allocated upfront and therefore it contains all zeros,
    an out of order cell will break our assumption that cell IDs have
    increasing character. At this point we try to access yet NULL
    bitmap and therefore segfault.
    
    Signed-off-by: Luyao Huang <lhuang@xxxxxxxxxx>

commit ccae95d50e91dd7f210ec22203f32d144f891ef4
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Mon Sep 7 17:28:22 2015 +0200

    admin: Resolve leaked reference to private data
    
    Running valgrind on a very simplistic program consisting only of
    opening and closing admin connection (virAdmConnect{Open,Close}) shows a
    leak in remoteAdminPrivNew, because the last reference to privateData is
    not decremented, thus the object won't be disposed. This patch unrefs
    the privateData object once we closed the active connection to daemon,
    making further use of this connection  useless.
    
    ==24577==    at 0x4A089C7: calloc (in 
/usr/lib64/valgrind/vgpreload_***linux.so)
    ==24577==    by 0x4E8835F: virAllocVar (viralloc.c:560)
    ==24577==    by 0x4EDFA5C: virObjectNew (virobject.c:193)
    ==24577==    by 0x4EDFBD4: virObjectLockableNew (virobject.c:219)
    ==24577==    by 0x4C14DAF: remoteAdminPrivNew (libvirt-admin.c:152)
    ==24577==    by 0x4C1537E: virAdmConnectOpen (libvirt-admin.c:308)
    ==24577==    by 0x400BAD: main (listservers.c:39)
    
    ==24577== LEAK SUMMARY:
    ==24577==    definitely lost: 80 bytes in 1 blocks
    ==24577==    indirectly lost: 840 bytes in 6 blocks
    ==24577==      possibly lost: 0 bytes in 0 blocks
    ==24577==    still reachable: 12,179 bytes in 199 blocks
    ==24577==         suppressed: 0 bytes in 0 blocks

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


 


Rackspace

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