[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 12204: regressions - FAIL
flight 12204 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/12204/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-qemuu-rhel6hvm-intel 7 redhat-install fail REGR. vs. 12195 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-sedf-pin 11 guest-localmigrate fail REGR. vs. 12201 test-amd64-i386-qemuu-rhel6hvm-amd 9 guest-start.2 fail like 12195 test-i386-i386-win 14 guest-start.2 fail like 12195 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass test-amd64-i386-rhel6hvm-amd 11 leak-check/check fail never pass test-amd64-i386-rhel6hvm-intel 11 leak-check/check fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-i386-i386-xl-qemuu-winxpsp3 7 windows-install fail never pass test-amd64-amd64-xl-qemuu-winxpsp3 7 windows-install fail never pass test-i386-i386-xl-win 13 guest-stop fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-amd64-amd64-xl-qemuu-win7-amd64 7 windows-install fail never pass test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass test-i386-i386-xl-winxpsp3 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 version targeted for testing: xen 07adf050e1f4 baseline version: xen f61120046915 ------------------------------------------------------------ People who touched revisions under test: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Dan Magenheimer <dan.magenheimer@xxxxxxxxxx> George Dunlap <george.dunlap@xxxxxxxxxxxxx> Jan Beulich <jbeulich@xxxxxxxx> Keir Fraser <keir@xxxxxxx> Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> ------------------------------------------------------------ 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 fail test-amd64-i386-qemuu-rhel6hvm-amd fail test-amd64-amd64-xl-qemuu-win7-amd64 fail 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 fail test-amd64-i386-qemuu-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-amd64-xl-sedf-pin fail 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 fail 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: 24994:07adf050e1f4 tag: tip user: Jan Beulich <jbeulich@xxxxxxxx> date: Thu Mar 08 13:49:24 2012 +0100 ia64: fix build (once more) Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> changeset: 24993:72cda52c45d9 user: Keir Fraser <keir@xxxxxxx> date: Thu Mar 08 12:30:03 2012 +0000 Revert 24987:42afd4d1669b Signed-off-by: Keir Fraser <keir@xxxxxxx> changeset: 24992:0384f791e538 user: Keir Fraser <keir@xxxxxxx> date: Thu Mar 08 09:43:49 2012 +0000 hvm: Print support/enable status of HAP superpage mappings. Signed-off-by: Keir Fraser <keir@xxxxxxx> changeset: 24991:2487f63339c0 user: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> date: Thu Mar 08 09:23:27 2012 +0000 NMI: Command line parameter for watchdog timeout Introduce a command parameter to set the watchtog timeout. Manually specifying "watchdog_timeout=<seconds>" on the command line will also turn the watchdog on. For consistency, move opt_watchdog into nmi.c along with opt_watchdog_timeout. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24990:322300fd2ebd user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Mar 08 09:17:21 2012 +0000 svm: Fake out the Bus Unit Config MSR on revF AMD CPUs Win2k8 x64 reads this MSR on revF chips, where it wasn't publically available; it uses a magic constant in %rdi as a password, which we don't have in rdmsr_safe(). Since we'll ignore the later writes, just use a plausible value here (the reset value from rev10h chips) if the real CPU didn't provide one. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24989:02216ba702b0 user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Mar 08 09:16:09 2012 +0000 x86: Add more specific logging for get_page_from_l1e failures This patch should clarify which of the two possible reasons cause the messages of the form "(XEN) mm.c:908:d1 Error getting mfn 29b2b (pfn 5555555555555555) from L1 entry 0000000029b2b067 for l1e_owner=1, pg_owner=1". Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24988:569ce192e3dd user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Mar 08 09:15:26 2012 +0000 x86: Reduce severity of hvm_op warnings Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24987:42afd4d1669b user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Mar 08 09:13:25 2012 +0000 x86: Make sure log-dirty is turned off before trying to dismantle it Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24986:12c795ed5bec user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Mar 08 09:10:32 2012 +0000 hvm: Add command line option to enable ASID support -- on by default Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Signed-off-by: Keir Fraser <keir@xxxxxxx> changeset: 24985:56ca2b874928 user: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> date: Thu Mar 08 09:05:22 2012 +0000 Low mem virq incremental adjustments Consider tmem before firing the virq. Add .gitignore rune. Signed-off-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> Acked-by: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24984:f61120046915 user: Jan Beulich <jbeulich@xxxxxxxx> date: Wed Mar 07 11:50:31 2012 +0100 provide a single, common implementation for get_order_from_{bytes,pages}() All three per-architecture implementations were identical, and I cannot see how future architectures would need any sort of customization here (the only per-architecture aspect here is the actual PAGE_SHIFT value). Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Keir Fraser <keir@xxxxxxx> ======================================== commit 2503d4d5a29e7af8dffd1e11229e11c1917d2ccf Author: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Date: Thu Mar 1 18:58:27 2012 +0000 qemu-xen: ignore console disconnect events for console/0 The first console has a different location compared to other PV devices (console, rather than device/console/0) and doesn't obey the xenstore state protocol. We already special case the first console in con_init and con_initialise, we should also do it in con_disconnect. This patch should be applied to 4.1 too. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |