[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 18615: regressions - FAIL
flight 18615 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18615/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-win7-amd64 10 guest-saverestore.2 fail REGR. vs. 18609 test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail REGR. vs. 18608 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-amd64-xl-qemut-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop fail never pass test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check fail never pass test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop fail never pass version targeted for testing: xen 8f55cb0e360f977dc790adc393a6fd32b9933351 baseline version: xen 6072b7c808043b6886c33f896e06fc32ee28346e ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Bingheng Yan <rwxybh@xxxxxxx> Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Ian Campbell <ian.campbell@xxxxxxxxxx> Julien Grall <julien.grall@xxxxxxxxxx> Julien Grall <julien.linaro.org> Keir Fraser <keir@xxxxxxx> Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> ------------------------------------------------------------ jobs: build-amd64 pass build-armhf 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-amd64-i386-rhel6hvm-amd pass test-amd64-i386-qemut-rhel6hvm-amd pass test-amd64-i386-qemuu-rhel6hvm-amd 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-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-qemut-rhel6hvm-intel pass test-amd64-i386-qemuu-rhel6hvm-intel pass test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-amd64-amd64-xl-sedf-pin pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-amd64-amd64-xl-sedf pass test-amd64-i386-xl-qemut-winxpsp3-vcpus1 fail test-amd64-i386-xl-winxpsp3-vcpus1 fail test-amd64-i386-xend-qemut-winxpsp3 fail test-amd64-amd64-xl-qemut-winxpsp3 fail test-amd64-amd64-xl-qemuu-winxpsp3 fail test-amd64-i386-xend-winxpsp3 fail test-amd64-amd64-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. ------------------------------------------------------------ commit 8f55cb0e360f977dc790adc393a6fd32b9933351 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Date: Fri Aug 2 16:52:55 2013 +0100 scmversion: 'Improve' svn interaction. Xen has never been in an svn tree, and the current code will unconditionally create a .svn directory when run from a tarball. Therefore, simply discard the svn support. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Keir Fraser <keir@xxxxxxx> commit d7dacecaa3fc843758e8c81a60c006d949094b78 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Date: Wed Jul 31 14:48:11 2013 +0100 docs: Correct docs for extra_guest_irqs command line option Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx> commit 666893cd73da7276d0e5e585642732bd336a0881 Author: rwxybh <rwxybh@xxxxxxx> Date: Fri Aug 2 15:33:19 2013 +0800 libxl: Fix function libxl__domain_resume_device_model Add a break line in function libxl__domain_resume_device_model Signed-off-by: Bingheng Yan <rwxybh@xxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 173b9f1958fe01a3df61cfee009831d0c21217c5 Author: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Mon Jul 29 17:08:57 2013 +0100 xen: arm: handle traps of conditional instructions. This means handling the HSR.ccvalid field as well as correctly processing the Thumb If-Then state block in the CPSR correctly which is rather tricky. KVM provided a useful reference for all this. I suspect we aren't actually hitting these paths very often since the sorts of traps we take will not often be conditional so my limited testing may not actually be exercising these paths very much. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Julien Grall <julien.linaro.org> commit e7cf6219b48eaa38d91fb46513a951158e87c3aa Author: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Tue Jul 30 09:42:06 2013 +0100 xen: arm: do not pretend to be a Cortex-A15 when running 32-bit guests It is definitely wrong to do this when running on non-Cortex-A15 32-bit hardware but even when running on 64-bit hardware it's not really necessary and may cause more harm than good if the underlying processor is not all that similar to an A15. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Julien Grall <julien.grall@xxxxxxxxxx> commit 8f34f515673c46a0a3453e249f67bfd3bf09a5f6 Author: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> Date: Tue Jul 30 16:34:40 2013 +0400 flask: use DESTDIR directly in install target rules 30.07.2013 13:51, Ian Campbell wrote: > I think it would be a bit less surprising for drive by patchers etc to > remove the DESTDIR from POLICY_LOADPATH and add it to the install > target, which is the usual way to do things. Up to you/Vadim though. Signed-off-by: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> Acked-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> commit 4328e21d5d210ba2e8ef2e9ba4fc1289d10e294c Author: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> Date: Tue Jul 30 16:34:39 2013 +0400 tools: build flask-tools and flask policy only if flask enabled Signed-off-by: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 8bff3edead4318bfebc487f929f833d11922c238 Author: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> Date: Tue Jul 30 16:34:38 2013 +0400 flask: avoid installing policy file as '/boot' Signed-off-by: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> Acked-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> commit 10f6b65545579fcac65d783156db7a70eeca2550 Author: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Date: Mon Jul 29 11:18:10 2013 +0200 stubdom: Fix stubdom undeclared function build warnings This includes a few headers to fix some missing function declarations. ../grub-upstream/stage2/builtins.c:1728:3: warning: implicit declaration of function â??do_exitâ?? [-Wimplicit-function-declaration] stubdom/include/xen/libelf/libelf.h:453:5: warning: implicit declaration of function â??memcpyâ?? [-Wimplicit-function-declaration] Reported-by: IAN DELANEY <della5@xxxxxxxxxxxx> Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> (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 |