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

[Xen-devel] [libvirt test] 30823: regressions - trouble: blocked/broken/fail/pass



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf-libvirt           5 libvirt-build             fail REGR. vs. 30748
 build-i386                    3 host-install(3)         broken REGR. vs. 30748
 build-i386-pvops              3 host-install(3)         broken REGR. vs. 30748
 build-amd64-pvops             3 host-install(3)         broken REGR. vs. 30748

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt       1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt      1 build-check(1)               blocked  n/a
 build-i386-libvirt            1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt      1 build-check(1)               blocked  n/a

version targeted for testing:
 libvirt              793a91f8e1647053e78874974f319bee2876800c
baseline version:
 libvirt              4d1852c48541a29e3c47caf0f2b801dfcb6579db

------------------------------------------------------------
People who touched revisions under test:
  Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
  Cole Robinson <crobinso@xxxxxxxxxx>
  Jim Fehlig <jfehlig@xxxxxxxx>
  Jiri Denemark <jdenemar@xxxxxxxxxx>
  Ján Tomko <jtomko@xxxxxxxxxx>
  Peter Krempa <pkrempa@xxxxxxxxxx>
------------------------------------------------------------

jobs:
 build-amd64                                                  pass
 build-armhf                                                  pass
 build-i386                                                   broken
 build-amd64-libvirt                                          pass
 build-armhf-libvirt                                          fail
 build-i386-libvirt                                           blocked
 build-amd64-pvops                                            broken
 build-armhf-pvops                                            pass
 build-i386-pvops                                             broken
 test-amd64-amd64-libvirt                                     blocked
 test-armhf-armhf-libvirt                                     blocked
 test-amd64-i386-libvirt                                      blocked


------------------------------------------------------------
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

broken-step build-i386 host-install(3)
broken-step build-i386-pvops host-install(3)
broken-step build-amd64-pvops host-install(3)

Not pushing.

------------------------------------------------------------
commit 793a91f8e1647053e78874974f319bee2876800c
Author: Jim Fehlig <jfehlig@xxxxxxxx>
Date:   Thu Oct 16 00:48:57 2014 -0600

    libxl: add missing 'break' from commit 1298daca

    Add missing 'break's from commit 1298daca, as noted by John Ferlan

    https://www.redhat.com/archives/libvir-list/2014-October/msg00430.html

commit e9a1c4384c4f83a8e0d5d98c80369ecfd5b3f2e0
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Wed Oct 15 12:24:02 2014 +0200

    qemu: Convert qemuDomainUpdateDeviceConfig to typecasted enum

commit fa3701a94c42d91e9c176161e196f92741bee1df
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Wed Oct 15 12:24:02 2014 +0200

    qemu: Convert qemuDomainDetachDeviceConfig to typecasted enum

commit 2536b1b95290036e63fdb6024163ada063169823
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Wed Oct 15 12:24:02 2014 +0200

    qemu: Convert qemuDomainAttachDeviceConfig to typecasted enum

commit 714dff938cb3c7c401bed0362412ce08087c2125
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Wed Oct 15 12:24:02 2014 +0200

    qemu: Convert qemuDomainUpdateDeviceLive to typecasted enum

commit 9bb21f4287e4a1cbc9deff1d3a3589f6cabce44c
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Wed Oct 15 12:24:02 2014 +0200

    qemu: Convert qemuDomainDetachDeviceLive to typecasted enum

commit fb41a3eee237f50ecbd6e4cf521b72a1c54c1d57
Author: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
Date:   Wed Oct 15 17:36:29 2014 +0800

    conf: fix an memory leak in virSocketAddrIsNumericLocalhost()

    Signed-off-by: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>

commit 3b9a26a3252e8184fa8f0749941f691c43f23f1e
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Mon Sep 29 17:38:18 2014 +0200

    conf: Move definition of virDomainParseMemory

    Shove it to the top of the file so that it can be reused earlier.

commit 0b73366945372049463ca0f1b5991de559b56ed6
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Mon Oct 6 17:28:46 2014 +0200

    Implement empty post parse callbacks for all drivers

    To allow easy implementation of a callback check this patch adds empty
    post parse callbacks to drivers that were missing them.

commit 6908f8cab30eb38810abb517dcdeb9b537d1a524
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Tue Sep 23 13:25:25 2014 +0200

    qemu: monitor: Add functions for object hot-add/remove

    To allow live modification of device backends in qemu libvirt needs to
    be able to hot-add/remove "objects". Add monitor backend functions to
    allow this.

    This function will be used for hot-add/remove of RNG backends,
    IOThreads, memory backing objects, etc.

commit ddf52d01f852a61db9f74d2f3f9742832a03f1e2
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Wed Oct 15 09:41:49 2014 +0200

    util: json: Add option to skip adding a JSON object if it is NULL

    Add a new option specifier that will optionally add a JSON key=value pair
    containing a nested object if the added object isn't NULL.

commit 81069ae3f53e0c1f09e0842969ba6774912a27c6
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Tue Sep 23 11:48:08 2014 +0200

    util: json: Improve handling and docs for adding JSON objects

    The JSON structure constructor has an option to add JSON arrays to the
    constructed object. The description is inaccurate as it can add any json
    object even a dict. Change the docs to cover this option and reject
    adding NULL objects.

commit 881c46595e787ed232fce708a3480f5823bdce93
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Mon Sep 22 16:35:02 2014 +0200

    util: json: Split out code to create json value objects

    Our qemu monitor code has a converter from key-value pairs to a json
    value object. I want to re-use the code later and having it part of the
    monitor command generator is inflexible. Split it out into a separate
    helper.

commit 3444fdefb11ec4b528db7a4228d69502ae9db8e2
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Mon Sep 22 13:42:02 2014 +0200

    qemu: hotplug: Use typecasted switch statement when plugging new devices

commit 3d6c07f7f804be936df800eed749d01873da5a45
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Mon Sep 29 18:43:34 2014 +0200

    conf: Add compile time check that devices were checked for ABI stability

    As in the device info iterator add a switch that will force the compiler
    to check that new device types are added to the ABI stability checker.

commit e7d67e7badb3d6dbd27ff077e745a873364f681d
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Tue Oct 7 14:26:32 2014 +0200

    conf: shmem: Add ABI stability check

    Although the device will probably inhibit migration add checks to make
    sure that the configuration change gets caught.

commit ac5979edc4857eab7fe5be434de99f5b84394d9b
Author: Peter Krempa <pkrempa@xxxxxxxxxx>
Date:   Tue Oct 7 17:21:45 2014 +0200

    conf: Improve adding of new address types

    Use typecasted switch statement and note the type used to select the
    address type in a comment.

commit 64f56286e0f375a93eda957c2c0c00577745ebfc
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Tue Oct 14 23:03:13 2014 +0200

    Cleanup maintainers list

    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>

commit fe6aff3b81773477ca1e83de5fb4f3be197f47d3
Author: Cole Robinson <crobinso@xxxxxxxxxx>
Date:   Tue Oct 14 11:27:33 2014 +0200

    libvirt: Document UNDEFINE_NVRAM in UndefineFlags doc

commit bcf54e600fe662b0872758b7bc649d05c789ba7c
Author: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
Date:   Wed Oct 15 15:50:09 2014 +0800

    conf: fix a wrong comment in virSocketAddrNumericFamily()

    Signed-off-by: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>

commit 5e0561e115de10da342296bb7c7361e91e368d9c
Author: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
Date:   Tue Oct 7 12:07:32 2014 +0800

    conf: Check whether migration_address is localhost

    When enabling the migration_address option, by default it is
    set to "127.0.0.1", but it's not a valid address for migration.
    so we should add verification and set the default migration_address
    to "0.0.0.0".

    Signed-off-by: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
    Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>

commit 24c160376275b7d31f71fbde83af8183cbf744a7
Author: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
Date:   Tue Oct 7 12:07:31 2014 +0800

    conf: add check if migration_host is a localhost address

     Signed-off-by: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>

    Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>

commit 69f7b67d55316ab7b28fb904b346943497b856a1
Author: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>
Date:   Tue Oct 7 12:07:30 2014 +0800

    migration: add migration_host support for IPv6 address without brackets

    if specifying migration_host to an Ipv6 address without brackets,
    it was resolved to an incorrect address, such as:
        tcp:2001:0DB8::1428:4444,
    but the correct address should be:
        tcp:[2001:0DB8::1428]:4444
    so we should add brackets when parsing it.

    Signed-off-by: Chen Fan <chen.fan.fnst@xxxxxxxxxxxxxx>

commit 6c31911a964f42f83d7f6b7c86ad40c17c71fcea
Author: Ján Tomko <jtomko@xxxxxxxxxx>
Date:   Tue Oct 7 17:27:40 2014 +0200

    Introduce virStringStripIPv6Brackets

    Helper function to strip the brackets from an IPv6 address.
    Tested by viruritest.

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