[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-4.5-testing test] 59508: regressions - FAIL
flight 59508 xen-4.5-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/59508/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-win7-amd64 14 guest-localmigrate.2 fail REGR. vs. 58867 Regressions which are regarded as allowable (not blocking): test-amd64-i386-xl-qemut-win7-amd64 16 guest-stop fail like 58896 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 58896 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pvh-amd 11 guest-start fail never pass test-amd64-amd64-xl-pvh-intel 11 guest-start fail never pass test-armhf-armhf-xl-rtds 14 guest-start.2 fail never pass test-armhf-armhf-xl-rtds 12 migrate-support-check fail never pass test-armhf-armhf-xl-credit2 12 migrate-support-check fail never pass test-amd64-i386-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-xl-arndale 12 migrate-support-check fail never pass test-armhf-armhf-xl 12 migrate-support-check fail never pass test-armhf-armhf-xl-multivcpu 12 migrate-support-check fail never pass test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-xl-cubietruck 12 migrate-support-check fail never pass test-amd64-amd64-xl-qemut-win7-amd64 16 guest-stop fail never pass version targeted for testing: xen 36a7c54a698db7d087873b312087cfa64de33175 baseline version: xen e3bd3cefba5f11062523701bd07051c92a47ef34 Last test of basis 58896 2015-06-25 12:34:54 Z 18 days Testing same since 59508 2015-07-13 12:09:36 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Alan Robinson <alan.robinson@xxxxxxxxxxxxxx> Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Jan Beulich <jbeulich@xxxxxxxx> Ross Lagerwall <ross.lagerwall@xxxxxxxxxx> Suravee Suthikulpanit <Suravee.Suthikulpanit@xxxxxxx> Tim Deegan <tim@xxxxxxx> jobs: build-amd64 pass build-armhf pass build-i386 pass build-amd64-libvirt pass build-armhf-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-armhf-pvops pass build-i386-pvops pass build-amd64-rumpuserxen pass build-i386-rumpuserxen pass test-amd64-amd64-xl pass test-armhf-armhf-xl pass test-amd64-i386-xl pass test-amd64-amd64-xl-pvh-amd fail test-amd64-i386-qemut-rhel6hvm-amd pass test-amd64-i386-qemuu-rhel6hvm-amd pass test-amd64-amd64-xl-qemut-debianhvm-amd64 pass test-amd64-i386-xl-qemut-debianhvm-amd64 pass test-amd64-amd64-xl-qemuu-debianhvm-amd64 pass test-amd64-i386-xl-qemuu-debianhvm-amd64 pass test-amd64-i386-freebsd10-amd64 pass test-amd64-amd64-xl-qemuu-ovmf-amd64 pass test-amd64-i386-xl-qemuu-ovmf-amd64 pass test-amd64-amd64-rumpuserxen-amd64 pass test-amd64-amd64-xl-qemut-win7-amd64 fail test-amd64-i386-xl-qemut-win7-amd64 fail test-amd64-amd64-xl-qemuu-win7-amd64 fail test-amd64-i386-xl-qemuu-win7-amd64 fail test-armhf-armhf-xl-arndale pass test-amd64-amd64-xl-credit2 pass test-armhf-armhf-xl-credit2 pass test-armhf-armhf-xl-cubietruck pass test-amd64-i386-freebsd10-i386 pass test-amd64-i386-rumpuserxen-i386 pass test-amd64-amd64-xl-pvh-intel fail test-amd64-i386-qemut-rhel6hvm-intel pass test-amd64-i386-qemuu-rhel6hvm-intel pass test-amd64-amd64-libvirt pass test-armhf-armhf-libvirt pass test-amd64-i386-libvirt pass test-amd64-amd64-xl-multivcpu pass test-armhf-armhf-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-amd64-amd64-xl-rtds pass test-armhf-armhf-xl-rtds fail test-amd64-i386-xl-qemut-winxpsp3-vcpus1 pass test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 pass test-amd64-amd64-xl-qemut-winxpsp3 pass test-amd64-i386-xl-qemut-winxpsp3 pass test-amd64-amd64-xl-qemuu-winxpsp3 pass test-amd64-i386-xl-qemuu-winxpsp3 pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit 36a7c54a698db7d087873b312087cfa64de33175 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Date: Mon Jul 13 13:54:47 2015 +0200 x86/traps: avoid using current too early on boot Early on boot, current has the sentinel value 0xfffff000. Blindly using it in show_registers() causes a nested failure and no useful information printed from an early crash. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> master commit: 142473cfce41a565898e0fa33dc98a1f5e41abe4 master date: 2015-06-25 14:57:04 +0200 commit d906addad0a1b18213e51bbcd783f80f320c61a6 Author: Ross Lagerwall <ross.lagerwall@xxxxxxxxxx> Date: Mon Jul 13 13:53:56 2015 +0200 x86: avoid tripping watchdog when constructing dom0 Constructing dom0 may take a few seconds, particularly if the slow VESA graphics terminal is used. Process pending softirqs a few times to avoid tripping a watchdog with a short timeout. Signed-off-by: Ross Lagerwall <ross.lagerwall@xxxxxxxxxx> Move inclusion of xen/softirq.h (and at once clean up other includes). Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> master commit: c5089fae0f6f71443356530ecec4781788c7377a master date: 2015-06-12 12:07:05 +0200 commit 4ef863574851e22fc9185d90c2fd44ee1817d1e5 Author: Jan Beulich <jbeulich@xxxxxxxx> Date: Mon Jul 13 13:53:14 2015 +0200 x86/EFI: adjust EFI_MEMORY_WP handling for spec version 2.5 That flag now means cachability rather than protection, and a new flag EFI_MEMORY_RO got added in its place. Along with EFI_MEMORY_RO also add the two other new EFI_MEMORY_* definitions, even if we don't need them right away. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> master commit: 860313f0411d2dcc6b2fd78bfb834b39d05373a6 master date: 2015-06-10 12:05:21 +0200 commit b30aee44046f3989ca3c5a8d21cb961ad9da7266 Author: Jan Beulich <jbeulich@xxxxxxxx> Date: Mon Jul 13 13:52:27 2015 +0200 kexec: add more pages to v1 environment Destination pages need mappings to be added to the page tables in the v1 case (where nothing else calls machine_kexec_add_page() for them). Further, without the tools mapping the low 1Mb (expected by at least some Linux version), we need to do so in the hypervisor in the v1 case. Suggested-by: David Vrabel <david.vrabel@xxxxxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Tested-by: Alan Robinson <alan.robinson@xxxxxxxxxxxxxx> Reviewed-by: David Vrabel <david.vrabel@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> master commit: 5cb57f4bddee1f11079e69bf43c193a8b104c476 master date: 2015-06-09 16:00:24 +0200 commit b92d57157dbd2ba7b152563a4aa73665ac3c70fa Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Date: Mon Jul 13 13:51:48 2015 +0200 x86/debugger: use copy_to/from_guest() in dbg_rw_guest_mem() Using gdbsx on Broadwell systems suffers a SMAP violation because dbg_rw_guest_mem() uses memcpy() with a userspace pointer. The functions dbg_rw_mem() and dbg_rw_guest_mem() have been updated to pass 'void * __user' pointers which indicates their nature clearly. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> master commit: 229492e210ae86e35f4af0cfb3f2b98e8e946e04 master date: 2015-06-03 09:27:09 +0200 commit 3e7e487f8838e7aba61ac953e88bd442d8a016c4 Author: Tim Deegan <tim@xxxxxxx> Date: Mon Jul 13 13:51:10 2015 +0200 passthrough/amd: avoid reading an uninitialized variable update_intremap_entry_from_msi() doesn't write to its data pointer on some error paths, so we copying that variable into the msg would count as undefined behaviour. Signed-off-by: Tim Deegan <tim@xxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@xxxxxxx> master commit: a8ccf2d9f6f291f8fc6003e3d8bc7275ac1cc69f master date: 2015-04-24 12:04:57 +0200 commit c4d7b91c759b542ad55802d92974948e89160809 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Date: Mon Jul 13 13:50:09 2015 +0200 x86/traps: identify the vcpu in context when dumping registers Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> master commit: e59abf8c8c9c1d99a531292c6a548d6dfd0ceacc master date: 2015-04-14 14:59:53 +0200 (qemu changes not included) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |