From mboxrd@z Thu Jan 1 00:00:00 1970 From: xen.org Subject: [xen-unstable test] 8401: regressions - FAIL Date: Thu, 11 Aug 2011 05:33:30 +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 8401 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/8401/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-i386-win-vcpus1 5 xen-boot fail REGR. vs. 8363 Tests which are failing intermittently (not blocking): test-i386-i386-pv 5 xen-boot fail pass in 8394 test-i386-i386-xl 5 xen-boot fail pass in 8394 test-amd64-amd64-pair 7 xen-boot/src_host fail pass in 8394 test-amd64-amd64-pair 8 xen-boot/dst_host fail pass in 8394 test-amd64-i386-pv 5 xen-boot fail in 8394 pass in 8401 test-amd64-amd64-pv 5 xen-boot fail in 8394 pass in 8401 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail never pass test-amd64-i386-rhel6hvm-amd 5 xen-boot fail like 8363 test-amd64-i386-xl 5 xen-boot fail like 8363 test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-i386-i386-win 16 leak-check/check fail never pass test-amd64-amd64-win 5 xen-boot fail like 8363 test-amd64-amd64-xl-win 5 xen-boot fail like 8363 test-amd64-i386-win 16 leak-check/check fail never pass test-i386-i386-xl-win 13 guest-stop fail never pass test-amd64-i386-xl-multivcpu 5 xen-boot fail in 8394 like 8363 test-i386-i386-win 5 xen-boot fail in 8394 like 8363 test-amd64-amd64-win 16 leak-check/check fail in 8394 never pass test-amd64-amd64-xl-win 13 guest-stop fail in 8394 never pass test-amd64-i386-win 5 xen-boot fail in 8394 like 8363 test-i386-i386-xl-win 5 xen-boot fail in 8394 like 8363 version targeted for testing: xen 1f08b380d438 baseline version: xen aca07ff1f0a5 ------------------------------------------------------------ People who touched revisions under test: Ian Campbell Ian Jackson Keir Fraser Olaf Hering Tim Deegan ------------------------------------------------------------ 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 pass test-amd64-i386-xl fail test-i386-i386-xl fail test-amd64-i386-rhel6hvm-amd fail test-amd64-i386-xl-credit2 pass test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair fail test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv 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: 23761:1f08b380d438 tag: tip user: Ian Campbell date: Wed Aug 10 14:43:34 2011 +0100 hvmloader: relicense hvmloader xenbus implementation under more liberal terms. This code is a great example of a simple xenbus implementation and we would like to reuse it in projects with non-GPLv2 license (specifically in this case SeaBIOS which is GPLv3). I picked the license from extras/mini-os/COPYING (A two clause BSD style license) since mini-os exists for much the same purpose. Signed-off-by: Ian Campbell Acked-by: Tim Deegan Acked-by: Keir Fraser changeset: 23760:ae10d7804168 user: Keir Fraser date: Tue Aug 09 18:06:43 2011 +0100 ACPI ERST: Revert change to erst_check_table() to be more permissive. Permits tables that apparently Xen cannot handle (causes boot failure on many systems). Signed-off-by: Keir Fraser changeset: 23759:aca07ff1f0a5 user: Ian Jackson date: Tue Aug 09 17:48:16 2011 +0100 Revert 23757:f5176c177b99 "xenstored: allow guests to reintroduce themselves" This patch seems to have been applied by mistake, despite adverse comments on the list and a lack of an appropriate ack. 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