From: xen.org <Ian.Jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: ian.jackson@eu.citrix.com
Subject: [libvirt test] 30765: regressions - FAIL
Date: Thu, 16 Oct 2014 19:17:32 +0100 [thread overview]
Message-ID: <osstest-30765-mainreport@xen.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 9566 bytes --]
flight 30765 libvirt real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/30765/
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
Tests which did not succeed, but are not blocking:
test-amd64-i386-libvirt 9 guest-start fail never pass
test-armhf-armhf-libvirt 1 build-check(1) blocked n/a
test-amd64-amd64-libvirt 9 guest-start fail never pass
version targeted for testing:
libvirt e9a1c4384c4f83a8e0d5d98c80369ecfd5b3f2e0
baseline version:
libvirt 4d1852c48541a29e3c47caf0f2b801dfcb6579db
------------------------------------------------------------
People who touched revisions under test:
Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Cole Robinson <crobinso@redhat.com>
Jiri Denemark <jdenemar@redhat.com>
Ján Tomko <jtomko@redhat.com>
Peter Krempa <pkrempa@redhat.com>
------------------------------------------------------------
jobs:
build-amd64 pass
build-armhf pass
build-i386 pass
build-amd64-libvirt pass
build-armhf-libvirt fail
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 blocked
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 e9a1c4384c4f83a8e0d5d98c80369ecfd5b3f2e0
Author: Peter Krempa <pkrempa@redhat.com>
Date: Wed Oct 15 12:24:02 2014 +0200
qemu: Convert qemuDomainUpdateDeviceConfig to typecasted enum
commit fa3701a94c42d91e9c176161e196f92741bee1df
Author: Peter Krempa <pkrempa@redhat.com>
Date: Wed Oct 15 12:24:02 2014 +0200
qemu: Convert qemuDomainDetachDeviceConfig to typecasted enum
commit 2536b1b95290036e63fdb6024163ada063169823
Author: Peter Krempa <pkrempa@redhat.com>
Date: Wed Oct 15 12:24:02 2014 +0200
qemu: Convert qemuDomainAttachDeviceConfig to typecasted enum
commit 714dff938cb3c7c401bed0362412ce08087c2125
Author: Peter Krempa <pkrempa@redhat.com>
Date: Wed Oct 15 12:24:02 2014 +0200
qemu: Convert qemuDomainUpdateDeviceLive to typecasted enum
commit 9bb21f4287e4a1cbc9deff1d3a3589f6cabce44c
Author: Peter Krempa <pkrempa@redhat.com>
Date: Wed Oct 15 12:24:02 2014 +0200
qemu: Convert qemuDomainDetachDeviceLive to typecasted enum
commit fb41a3eee237f50ecbd6e4cf521b72a1c54c1d57
Author: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Date: Wed Oct 15 17:36:29 2014 +0800
conf: fix an memory leak in virSocketAddrIsNumericLocalhost()
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
commit 3b9a26a3252e8184fa8f0749941f691c43f23f1e
Author: Peter Krempa <pkrempa@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
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@redhat.com>
Date: Tue Oct 14 23:03:13 2014 +0200
Cleanup maintainers list
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
commit fe6aff3b81773477ca1e83de5fb4f3be197f47d3
Author: Cole Robinson <crobinso@redhat.com>
Date: Tue Oct 14 11:27:33 2014 +0200
libvirt: Document UNDEFINE_NVRAM in UndefineFlags doc
commit bcf54e600fe662b0872758b7bc649d05c789ba7c
Author: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Date: Wed Oct 15 15:50:09 2014 +0800
conf: fix a wrong comment in virSocketAddrNumericFamily()
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
commit 5e0561e115de10da342296bb7c7361e91e368d9c
Author: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
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@cn.fujitsu.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
commit 24c160376275b7d31f71fbde83af8183cbf744a7
Author: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
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@cn.fujitsu.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
commit 69f7b67d55316ab7b28fb904b346943497b856a1
Author: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
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@cn.fujitsu.com>
commit 6c31911a964f42f83d7f6b7c86ad40c17c71fcea
Author: Ján Tomko <jtomko@redhat.com>
Date: Tue Oct 7 17:27:40 2014 +0200
Introduce virStringStripIPv6Brackets
Helper function to strip the brackets from an IPv6 address.
Tested by viruritest.
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
reply other threads:[~2014-10-16 18:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=osstest-30765-mainreport@xen.org \
--to=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.