From mboxrd@z Thu Jan 1 00:00:00 1970 From: xen.org Subject: [xen-unstable test] 9119: regressions - FAIL Date: Thu, 29 Sep 2011 20:25:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org flight 9119 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/9119/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-amd64-xl-pcipt-intel 8 debian-fixup fail REGR. vs. 9118 test-amd64-i386-xl-multivcpu 9 guest-start fail REGR. vs. 9118 test-amd64-i386-xl 9 guest-start fail REGR. vs. 9118 test-amd64-i386-xl-credit2 9 guest-start fail REGR. vs. 9118 test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 9118 test-i386-i386-xl 9 guest-start fail REGR. vs. 9118 test-amd64-amd64-xl-sedf 9 guest-start fail REGR. vs. 9118 test-amd64-amd64-xl 9 guest-start fail REGR. vs. 9118 test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 9118 test-amd64-i386-xl-win-vcpus1 7 windows-install fail REGR. vs. 9118 test-amd64-amd64-xl-win 7 windows-install fail REGR. vs. 9118 test-i386-i386-xl-win 7 windows-install fail REGR. vs. 9118 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-i386-i386-win 16 leak-check/check fail never pass version targeted for testing: xen e78cd03b0308 baseline version: xen 7998217630e2 ------------------------------------------------------------ People who touched revisions under test: Adin Scannell Anthony PERARD Ian Campbell Ian Jackson Ian Jackson Olaf Hering ------------------------------------------------------------ jobs: build-amd64 pass build-i386 pass build-amd64-oldkern pass build-i386-oldkern pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl fail test-amd64-i386-xl fail test-i386-i386-xl fail test-amd64-i386-rhel6hvm-amd fail test-amd64-i386-xl-credit2 fail test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu fail test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-amd64-xl-sedf fail test-amd64-i386-win-vcpus1 fail test-amd64-i386-xl-win-vcpus1 fail test-amd64-amd64-win fail test-amd64-i386-win fail test-i386-i386-win fail test-amd64-amd64-xl-win fail test-i386-i386-xl-win fail ------------------------------------------------------------ sg-report-flight on woking.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. ------------------------------------------------------------ changeset: 23894:e78cd03b0308 tag: tip user: Anthony PERARD date: Thu Sep 29 16:31:24 2011 +0100 libxl: libxl_qmp: use of libxl__fd_set_cloexec. Signed-off-by: Anthony PERARD Acked-by: Ian Jackson Committed-by: Ian Jackson changeset: 23893:95a40ee93806 user: Anthony PERARD date: Thu Sep 29 16:30:54 2011 +0100 libxl: Introduce a QMP client QMP stands for QEMU Monitor Protocol and it is used to query information from QEMU or to control QEMU. This implementation will ask QEMU the list of chardevice and store the path to serial ports in xenstored. So we will be able to use xl console with QEMU upstream. In order to connect to the QMP server, a socket file is created in /var/run/xen/qmp-libxl-$(domid). Signed-off-by: Anthony PERARD Committed-by: Ian Jackson changeset: 23892:5f397994e6d6 user: Anthony PERARD date: Thu Sep 29 16:28:24 2011 +0100 libxl: Introduce JSON parser We use the yajl parser, but we need to make a tree from the parse result to use it outside the parser. So this patch include json_object struct that is used to hold the JSON data. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell changeset: 23891:066dc3758fa4 user: Anthony PERARD date: Thu Sep 29 16:28:23 2011 +0100 libxl: Intruduce libxl__strndup. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell changeset: 23890:952e0118a7c4 user: Anthony PERARD date: Thu Sep 29 16:28:22 2011 +0100 libxl: Introduce libxl__realloc. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell changeset: 23889:f51dcd8acb7b user: Anthony PERARD date: Thu Sep 29 16:28:22 2011 +0100 libxl: Introduce libxl_internal_types.idl. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell changeset: 23888:f5ee5ad45425 user: Anthony PERARD date: Thu Sep 29 16:28:21 2011 +0100 libxl: Add get/set_default_namespace in libxltypes.py. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell changeset: 23887:a543e10211f7 user: Anthony PERARD date: Thu Sep 29 16:28:20 2011 +0100 libxl: Rename libxl.idl to libxl_types.idl. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell changeset: 23886:cf2ba5720151 user: Anthony PERARD date: Thu Sep 29 16:06:02 2011 +0100 libxl: Introduce libxl__fd_set_cloexec Signed-off-by: Anthony PERARD Acked-by: Ian Jackson Committed-by: Ian Jackson changeset: 23885:cd60c87d3496 user: Ian Campbell date: Thu Sep 29 15:40:34 2011 +0100 xl: fixup command line handling for several commands. def_getopt already checks for a minimum number of arguments for us. "xl save" simply need to use the correct argument for that value, contrary to the change I made in 23876:b113d626cfaf "xl block-list" does not need to check for at least 2 arguments, since it's already been done by def_getopt. "xl network-list" would previous accept zero arguments and just print the table header. Insist on a domain argument. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson changeset: 23884:145e146876b3 user: Adin Scannell date: Thu Sep 29 15:26:04 2011 +0100 libxl: Expose number of shared pages Signed-off-by: Adin Scannell Acked-by: Ian Jackson Committed-by: Ian Jackson changeset: 23883:7998217630e2 user: Ian Campbell date: Wed Sep 28 16:42:11 2011 +0100 libxl: attempt to cleanup tapdisk processes on disk backend destroy. Signed-off-by: Ian Campbell Committed-by: Ian Jackson ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson Date: Tue Jun 28 13:50:53 2011 +0100 qemu-char.c: fix incorrect CONFIG_STUBDOM handling qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] Signed-off-by: Olaf Hering Acked-by: Ian Jackson