[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 13604: regressions - trouble: broken/fail/pass
flight 13604 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/13604/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-i386-i386-xl-qemuu-winxpsp3 4 xen-install fail REGR. vs. 13603 test-amd64-amd64-xl-winxpsp3 12 guest-localmigrate/x10 fail REGR. vs. 13603 test-i386-i386-win 4 xen-install fail REGR. vs. 13603 test-amd64-amd64-win 3 host-install(3) broken REGR. vs. 13603 test-amd64-amd64-xl-qemuu-win7-amd64 3 host-install(3) broken REGR. vs. 13603 test-i386-i386-xl-win 4 xen-install fail REGR. vs. 13603 test-amd64-i386-pair 3 host-install/src_host(3) broken REGR. vs. 13603 test-amd64-i386-pair 4 host-install/dst_host(4) broken REGR. vs. 13603 test-amd64-amd64-pair 16 guest-start fail REGR. vs. 13603 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-qemuu-winxpsp3 9 guest-localmigrate fail like 13603 test-amd64-amd64-xl-sedf-pin 3 host-install(3) broken REGR. vs. 13603 Tests which did not succeed, but are not blocking: test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-i386-i386-xl-winxpsp3 13 guest-stop fail never pass test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass version targeted for testing: xen 6d56e31fe1e1 baseline version: xen af7143d97fa2 ------------------------------------------------------------ People who touched revisions under test: Boris Ostrovsky <boris.ostrovsky@xxxxxxx> Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Jan Beulich <jbeulich@xxxxxxxx> Keir Fraser <keir@xxxxxxx> ------------------------------------------------------------ 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 pass test-i386-i386-xl pass test-amd64-i386-rhel6hvm-amd pass test-amd64-i386-qemuu-rhel6hvm-amd pass test-amd64-amd64-xl-qemuu-win7-amd64 broken test-amd64-amd64-xl-win7-amd64 fail test-amd64-i386-xl-win7-amd64 fail test-amd64-i386-xl-credit2 pass test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-rhel6hvm-intel pass test-amd64-i386-qemuu-rhel6hvm-intel pass test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair fail test-amd64-i386-pair broken test-i386-i386-pair pass test-amd64-amd64-xl-sedf-pin broken test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-amd64-xl-sedf pass test-amd64-i386-win-vcpus1 fail test-amd64-i386-xl-win-vcpus1 fail test-amd64-i386-xl-winxpsp3-vcpus1 fail test-amd64-amd64-win broken test-amd64-i386-win fail test-i386-i386-win fail test-amd64-amd64-xl-win fail test-i386-i386-xl-win fail test-amd64-amd64-xl-qemuu-winxpsp3 fail test-i386-i386-xl-qemuu-winxpsp3 fail test-amd64-i386-xend-winxpsp3 fail test-amd64-amd64-xl-winxpsp3 fail test-i386-i386-xl-winxpsp3 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: 25753:6d56e31fe1e1 tag: tip user: Keir Fraser <keir@xxxxxxx> date: Wed Aug 15 09:41:21 2012 +0100 etherboot: Build fixes for gcc 4.7. Signed-off-by: Keir Fraser <keir@xxxxxxx> changeset: 25752:1df4fdbaade0 user: Boris Ostrovsky <boris.ostrovsky@xxxxxxx> date: Wed Aug 15 09:43:25 2012 +0200 acpi: Make sure valid CPU is passed to do_pm_op() Passing invalid CPU value to do_pm_op() will cause assertion in cpu_online(). Signed-off-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxx> Such checks would, at a first glance, then also be missing at the top of various helper functions, but these check really were already redundant with the check in do_pm_op(). Remove the redundant checks for clarity and brevity. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Committed-by: Jan Beulich <jbeulich@xxxxxxxx> changeset: 25751:02b4d5fedb7b user: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> date: Wed Aug 15 09:42:14 2012 +0200 x86-64/EFI: add CFLAGS to check compile Without this, the compilation of check.c could fail due to compiler features such as -fstack-protector being enabled, which causes a missing __stack_chk_fail symbol error. Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Rather than using plain CFLAGS here, remove CFLAGS-y from them to particularly get rid of the -MF argument referencing (the undefined here) $(@F). The use of CFLAGS at once allows dropping the explicit use of -Werror. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Committed-by: Jan Beulich <jbeulich@xxxxxxxx> changeset: 25750:af7143d97fa2 user: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> date: Tue Aug 14 15:59:38 2012 +0100 QEMU_TAG update ======================================== commit effd5676225761abdab90becac519716515c3be4 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Tue Aug 14 15:57:49 2012 +0100 Revert "qemu-xen-traditional: use O_DIRECT to open disk images for IDE" This reverts commit 1307e42a4b3c1102d75401bc0cffb4eb6c9b7a38. In fact after a lengthy discussion, we came up with the conclusion that WRITEBACK is OK for IDE. See: http://marc.info/?l=xen-devel&m=133311527009773 Therefore revert this which was committed in error. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |