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

[Xen-devel] [libvirt test] 29986: trouble: broken/fail/pass



flight 29986 libvirt real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/29986/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-libvirt     10 capture-logs(10)        broken REGR. vs. 29972

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt       9 guest-start                  fail   never pass
 test-amd64-amd64-libvirt      9 guest-start                  fail   never pass
 test-armhf-armhf-libvirt      9 guest-start                  fail   never pass

version targeted for testing:
 libvirt              4dfc34c301206d50d41b3122a6dbfe6e687afd0f
baseline version:
 libvirt              4b772e469d6d2e25597eeb518751e6b90b8e99a8

------------------------------------------------------------
People who touched revisions under test:
  Eric Blake <eblake@xxxxxxxxxx>
  Erik Skultety <eskultet@xxxxxxxxxx>
  Jim Fehlig <jfehlig@xxxxxxxx>
  Martin Kletzander <mkletzan@xxxxxxxxxx>
  Pavel Hrdina <phrdina@xxxxxxxxxx>
  Roman Bogorodskiy <bogorodskiy@xxxxxxxxx>
  Zhou Yimin <zhouyimin@xxxxxxxxxx>
------------------------------------------------------------

jobs:
 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                                     fail    
 test-armhf-armhf-libvirt                                     broken  
 test-amd64-i386-libvirt                                      fail    


------------------------------------------------------------
sg-report-flight on osstest.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Not pushing.

------------------------------------------------------------
commit 4dfc34c301206d50d41b3122a6dbfe6e687afd0f
Author: Jim Fehlig <jfehlig@xxxxxxxx>
Date:   Mon Aug 25 16:46:00 2014 -0600

    libxl: fix memory corruption introduced by commit b55cc5f4e
    
    Commit b55cc5f4e did a shallow copy of libxl_{sdl,vnc}_info from the
    domain config to the build info, which resulted in double-freeing
    strings contained in the structures during cleanup, which later
    resulted in a libvirtd crash.  Fix by performing a deep copy of the
    structure, VIR_STRDUP'ing embedded strings instead of simply copying
    their pointers.
    
    Fixes the following issue reported on the libvirt dev list
    
    https://www.redhat.com/archives/libvir-list/2014-August/msg01112.html

commit 28de556dde1907a4e0555b3cf7afc0c398d0accd
Author: Eric Blake <eblake@xxxxxxxxxx>
Date:   Mon Aug 25 16:26:56 2014 -0600

    maint: drop spurious semicolons
    
    I noticed a line 'int nparams = 0;;' in remote_dispatch.h, and
    tracked down where it was generated.  While at it, I found a
    couple of other double semicolons.  Additionally, I noticed that
    commit df0b57a95 left a stale reference to the file name
    remote_dispatch_bodies.h.
    
    * src/conf/numatune_conf.c (virDomainNumatuneNodeParseXML): Drop
    empty statement.
    * tests/virdbustest.c (testMessageStruct, testMessageSimple):
    Likewise.
    * src/rpc/gendispatch.pl (remote_dispatch_bodies.h): Likewise, and
    update stale comments.
    
    Signed-off-by: Eric Blake <eblake@xxxxxxxxxx>

commit da5792419cb99785ff02fcc38c083e57863d1ba0
Author: Eric Blake <eblake@xxxxxxxxxx>
Date:   Tue Jul 15 16:36:00 2014 -0600

    spec: drop anything older than Fedora 13
    
    RHEL 5 is based on libvirt 0.8.2, as was Fedora 13.  RHEL 5 also
    happens to be the oldest box that we actively support with a
    buildbot, so it is time to clean up some crufty conditionals in
    the spec file that no longer are necessary for modern Fedora.
    
    Although it is probably okay to make further simplifications to
    a newer minimum Fedora version, that can be done as a later patch.
    This patch just focuses on cleaning any comparison of %{?fedora}
    that will always be true or false once we assume a minimum of F13.
    
    * libvirt.spec.in: Make with_audit default to on. Move other
    conditionals to a single RHEL-5 block. Simplify any fedora
    comparison older than 13.  Document our assumptions.
    
    Signed-off-by: Eric Blake <eblake@xxxxxxxxxx>

commit 9e766888c731aaaa4d8ad281c41e7004cba1b0ed
Author: Martin Kletzander <mkletzan@xxxxxxxxxx>
Date:   Mon Aug 25 18:18:51 2014 +0200

    docs: fix bootmenu timeout description
    
    Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

commit 9eac73eb846ae5d4d9c44f80cf8de607c113bd72
Author: Zhou Yimin <zhouyimin@xxxxxxxxxx>
Date:   Mon Aug 25 20:18:01 2014 +0800

    daemon: Fix option -v missing info priority log
    
    Introduce by 63fbcc692.
    
    When start libvirtd with commandline "/usr/sbin/libvirtd -d -l -v",
    we expect verbose(info level) log if neither environment variable
    nor config file about logging controls is set. But in fact we can't
    get any info priority log in the default output file.
    
    The log priority of default output is VIR_LOG_DEFAULT(VIR_LOG_WARN),
    so the info log is filtered out.
    To record info priority log we must parse option -v before setting the
    default output.
    
    After this patch, we get all verbose log in the default output file.
    
    Signed-off-by: Zhou Yimin <zhouyimin@xxxxxxxxxx>

commit d60c33c6b5f84eb1468054374f5272189477f713
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Mon Aug 25 10:50:12 2014 +0200

    iotune: setting an invalid value now reports error
    
    When trying to set an invalid value into iotune element, standard
    behavior was to not report any error, rather to reset all affected
    subelements of the iotune element back to 0 which results in ignoring
    those particular subelements by XML generator. Patch further
    examines the return code of the virXPathULongLong function
    and in case of an invalid non-integer value raises an error.
    Fixed to preserve consistency with invalid value checking
    of other elements.
    
    Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1131811

commit adfdb8d5bdec0799571c99ed5479d8798b3e3a96
Author: Martin Kletzander <mkletzan@xxxxxxxxxx>
Date:   Fri Aug 22 14:13:37 2014 +0200

    qemu: add support for splash-timeout
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1021703
    
    Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

commit 9e1af156af45d6e0b5525afc10ff59589081cc5a
Author: Martin Kletzander <mkletzan@xxxxxxxxxx>
Date:   Fri Aug 22 13:42:46 2014 +0200

    qemu: add capability probing for splash-timeout
    
    Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

commit 43b8123d398361c1354804e0768f95163c69447f
Author: Martin Kletzander <mkletzan@xxxxxxxxxx>
Date:   Fri Aug 22 13:39:26 2014 +0200

    docs, conf: add support for bootmenu timeout
    
    Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

commit fa82c0f36a5768effedd00df24f75efe96331612
Author: Pavel Hrdina <phrdina@xxxxxxxxxx>
Date:   Mon Aug 25 09:44:32 2014 +0200

    fix mingw build
    
    The commit "f5b4c141" introduced new "force" parameter
    for "virFDStreamOpenFileInternal" but forget to update
    one call of that function.
    
    Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx>

commit e3abf2a4cca7f1f6e90f5c46f7155d4fd446a150
Author: Roman Bogorodskiy <bogorodskiy@xxxxxxxxx>
Date:   Fri Aug 15 12:18:27 2014 +0400

    storage: zfs: implement download and upload
    
    Add an implementation of uploadVol and downloadVol using
    virStorageBackendVolUploadLocal and virStorageBackendVolDownloadLocal
    respectively.

commit f5b4c141556de71a1bdf012f76cbf6919f180e99
Author: Roman Bogorodskiy <bogorodskiy@xxxxxxxxx>
Date:   Fri Aug 15 12:11:35 2014 +0400

    fdstream: introduce virFDStreamOpenBlockDevice
    
    virStorageBackendVolDownloadLocal and virStorageBackendVolUploadLocal
    use virFDStreamOpenFile function to work with the volume fd.
    
    virFDStreamOpenFile calls virFDStreamOpenFileInternal that implements
    handling of the non-blocking I/O. If a file is not a character device and
    not a fifo, it uses libvirt_iohelper.
    
    On FreeBSD, it doesn't work as expected because disk devices (including
    ZFS volumes) are exposed as character devices, and ZFS volumes do not
    support open(2) with O_NONBLOCK.
    
    To overcome this, introduce a forceIOHelper flag to
    virFDStreamOpenFileInternal that forces using libvirt_iohelper. And
    introduce virFDStreamOpenBlockDevice that calls
    virFDStreamOpenFileInternal with the forceIOHelper set to true.

commit eb626b49fdb1644829f94f6e624216ed3d558931
Author: Roman Bogorodskiy <bogorodskiy@xxxxxxxxx>
Date:   Fri Aug 15 08:55:15 2014 +0400

    fdstream: report error if virSetNonBlock fails
    
    virFDStreamOpenInternal terminates if virSetNonBlock fails. As
    virSetNonBlock uses gnulib's set_nonblocking_flag that sets errno,
    call virReportSystemError() to let user know the reason of fail.

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