[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 25813: regressions - FAIL
flight 25813 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/25813/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 11 guest-saverestore.2 fail REGR. vs. 25807 test-amd64-i386-qemuu-rhel6hvm-amd 7 redhat-install fail REGR. vs. 25807 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-sedf 11 guest-saverestore fail REGR. vs. 25807 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-xl-qemuu-winxpsp3 14 guest-stop fail never pass test-amd64-amd64-xl-qemuu-win7-amd64 14 guest-stop fail never pass test-amd64-i386-xl-win7-amd64 14 guest-stop fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 14 guest-stop fail never pass test-amd64-amd64-xl-winxpsp3 14 guest-stop fail never pass test-amd64-amd64-xl-qemuu-winxpsp3 14 guest-stop fail never pass test-amd64-i386-xl-winxpsp3 14 guest-stop fail never pass test-amd64-i386-xl-qemut-winxpsp3 14 guest-stop fail never pass test-amd64-i386-xl-qemut-winxpsp3-vcpus1 14 guest-stop fail never pass test-amd64-i386-xl-qemuu-win7-amd64 14 guest-stop fail never pass test-amd64-amd64-xl-win7-amd64 14 guest-stop fail never pass test-amd64-amd64-xl-qemut-winxpsp3 14 guest-stop fail never pass test-amd64-i386-xl-qemut-win7-amd64 14 guest-stop fail never pass test-armhf-armhf-xl 10 migrate-support-check fail never pass test-amd64-amd64-xl-qemut-win7-amd64 14 guest-stop fail never pass version targeted for testing: xen d2b4c27c0718f27deba00a16317a8ba04c1a2cb7 baseline version: xen ac0f56a2fa407e0704fade12630a5a960dedce87 ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> Ian Campbell <ian.campbell@xxxxxxxxxx> Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Julien Grall <julien.grall@xxxxxxxxxx> Keir Fraser <keir@xxxxxxx> Liu Jinsong <jinsong.liu@xxxxxxxxx> Xudong Hao <xudong.hao@xxxxxxxxx> ------------------------------------------------------------ jobs: build-amd64 pass build-armhf pass build-i386 pass build-amd64-oldkern pass build-i386-oldkern pass build-amd64-pvops pass build-armhf-pvops pass build-i386-pvops pass test-amd64-amd64-xl pass test-armhf-armhf-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 fail test-amd64-i386-freebsd10-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-amd64-amd64-xl-win7-amd64 fail test-amd64-i386-xl-win7-amd64 fail test-amd64-i386-xl-credit2 pass test-amd64-i386-freebsd10-i386 pass test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-rhel6hvm-intel pass 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-xl-sedf fail test-amd64-i386-xl-qemut-winxpsp3-vcpus1 fail test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 fail test-amd64-i386-xl-winxpsp3-vcpus1 fail test-amd64-amd64-xl-qemut-winxpsp3 fail test-amd64-i386-xl-qemut-winxpsp3 fail test-amd64-amd64-xl-qemuu-winxpsp3 fail test-amd64-i386-xl-qemuu-winxpsp3 fail test-amd64-amd64-xl-winxpsp3 fail test-amd64-i386-xl-winxpsp3 fail ------------------------------------------------------------ sg-report-flight on osstest.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 d2b4c27c0718f27deba00a16317a8ba04c1a2cb7 Author: Julien Grall <julien.grall@xxxxxxxxxx> Date: Thu Apr 3 18:09:10 2014 +0100 xen/arm32: __cmpxchg_mb should be marked always_inline Currently __cmpxchg_mb is only marked inline. The compiler can decide to not inline this function. In this case, the call to __cmpxchg will be inlined but not optimised. This will result linking failure because of __bad_cmpxchg. Caught by clang 3.5. Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 7d5352558907d2c4ed8e0ac5135e63f545ea230b Merge: 314c981 185bb58 Author: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Tue Apr 8 15:49:52 2014 +0100 Merge branch 'xend-delete-v2' of git://xenbits.xen.org/people/ianc/xen into staging Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> commit 314c9815e2f5dc8a9fec11e0cf9b49b16ed0e96b Author: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Fri Apr 4 14:28:45 2014 +0100 tools: implement initial ramdisk support for ARM. The ramdisk is passed to the kernel as a property in the chosen node of the device tree. This is somewhat tricky since in order to place the ramdisk and dtb in ram we first need to know the size of the dtb. So we initially create a DTB with placeholders for the ramdisk and finalise the value (which doesn't change the size) once we know where everything is. Rename libxl__arch_domain_configure to xl__arch_domain_init_hw_description to better reflect its use and to be consistent with the new libxl__arch_domain_finalise_hw_description. The common xc_dom_build_image() function did not support explicit placement of the ramdisk, instead passing 0 to xc_dom_alloc_segment, meaning "pick somewhere". This change instead passes ramdisk_seg.vstart. If nothing has set vstart then it will be zero because the entire dom struct is zeroed on allocation in xc_dom_allocate(). Therefore there is no change to the behaviour on x86. This is also consistent with how other segments (kernel, dtb) are handled. Furthermore if the ramdisk has been explicitly placed then xc_dom_build_image() assumes that it is not to be decompressed (since that would muck up the sizings used on placement). With all that I'm able to boot a domain using the current Debian Jessie armhf installer initrd and have it complete successfully. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Julien Grall <julien.grall@xxxxxxxxxx> [ ijc -- s/itherwise/otherwise and dropped bogus emacs magic change ] commit 62060f3227733d40f3fe663349bc936107ffbdec Author: Liu Jinsong <jinsong.liu@xxxxxxxxx> Date: Thu Feb 13 21:05:01 2014 +0800 libxc: X86: expose RDSEED, ADX, and PREFETCHW to pv/hvm Intel recently released some new features, including RDSEED, ADX, and PREFETCHW. This patch exposes these new features to pv and hvm. Signed-off-by: Xudong Hao <xudong.hao@xxxxxxxxx> Signed-off-by: Liu Jinsong <jinsong.liu@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 2c4f066719ca50d795a9a38318ccfe0bbef454d9 Author: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> Date: Tue Apr 1 11:53:57 2014 -0400 libxl: Set guest parameters from config file during a restore Guest's configuration parameters (e.g. timer_mode) are used by the hypervisor during runtime. We should therefore set them during restore. Signed-off-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 9afeacf08335ea91d0bf1053d38eb5cefc855830 Author: Julien Grall <julien.grall@xxxxxxxxxx> Date: Wed Apr 2 15:13:36 2014 +0100 xen/arm: Remove GIC definitions in asm-arm/config.h The GIC is not used anymore in assembly code. Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit a8bbd5e7e74cf226c068bb4bfac594cf66697d93 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Date: Tue Apr 8 12:39:23 2014 +0200 atomic: use static inlines instead of macros This is some coverity-inspired tidying. Coverity has some grief analysing the call sites of atomic_read(). This is believed to be a bug in Coverity itself when expanding the nested macros, but there is no legitimate reason for it to be a macro in the first place. This patch changes {,_}atomic_{read,set}() from being macros to being static inline functions, thus gaining some type safety. One issue which is not immediately obvious is that the non-atomic variants take their atomic_t at a different level of indirection to the atomic variants. This is not suitable for _atomic_set() (when used to initialise an atomic_t) which is converted to take its parameter as a pointer. One callsite of _atomic_set() is updated, while the other two callsites are updated to ATOMIC_INIT(). Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Tim Deegan<tim@xxxxxxx> Acked-by: Keir Fraser <keir@xxxxxxx> [For the arm bits:] Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 185bb58be30e5aeb690125f0320626797f9b14df Author: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Thu Mar 27 11:01:50 2014 +0000 tools: drop libxen This was a C interface to a very early version of the XenAPI, it has not kept up with developments to the API e.g. in xapi. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> commit 9e8672f1c36d7237508c537c0a1db6c473c2be37 Author: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Thu Sep 12 10:21:25 2013 +0100 tools: remove xend and associated python modules I've retained xen.lowlevel.{xc,xs} since they seem more widely useful. I also kept xen.lowlevel.xl even though it is disabled by default and IMHO useless in its current form. I've tried to clean up the various associated bits like example configs, init scripts, udev rules etc but no doubt I have missed something, those can easily be cleaned up later. I've also removed xm-test since although it could in theory be reworked to test xl it hasn't been touched for years. If someone wants to resurrect it then they could do so via the git history. This has been built but not runtime tested. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- v2: Clean out some .*ignore cruft Remove some xm/xend docs. (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 |