flight 10533 xen-4.1-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/10533/ Regressions :-( Tests which did not succeed and are blocking,including tests which could not be run: test-amd64-i386-xend-winxpsp3 14 guest-start.2 fail REGR. vs. 10501 test-i386-i386-win 7 windows-install fail REGR. vs. 10501 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail never pass test-amd64-i386-rhel6hvm-amd 9 guest-start.2 fail never pass test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass test-i386-i386-xl-win 13 guest-stop fail never pass test-i386-i386-xl-winxpsp3 13 guest-stop fail never pass version targeted for testing: xen 14dbd6be46c8 baseline version: xen bb365e21314d ------------------------------------------------------------ People who touched revisions under test: Andres Lagar-Cavilla <andres@lagarcavilla.org> George Dunlap <george.dunlap@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Jean Guyader <jean.guyader@eu.citrix.com> Keir Fraser <keir@xen.org> Liu, Jinsong <jinsong.liu@intel.com> Paul Durrant <paul.durrant@citrix.com> Roger Pau Monne <roger.pau@entel.upc.edu> Tim Deegan <tim@xen.org> ------------------------------------------------------------ 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-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-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-amd64-xl-sedf-pin pass 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-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: 23206:14dbd6be46c8 tag: tip user: Roger Pau Monne <roger.pau@entel.upc.edu> date: Sun Dec 18 14:52:52 2011 +0000 ipxe: fix compilation issues with some gcc versions Backported some changes from current ipxe, to fix a issue with some new versions of gcc that add -fPIC by default, and compilation fails with the following error: arch/i386/core/cpu.c: In function ''get_cpuinfo'': arch/i386/include/bits/cpu.h:79:2: error: inconsistent operand constraints in an ''asm'' arch/i386/include/bits/cpu.h:79:2: error: inconsistent operand constraints in an ''asm'' arch/i386/include/bits/cpu.h:79:2: error: inconsistent operand constraints in an ''asm'' arch/i386/include/bits/cpu.h:79:2: error: inconsistent operand constraints in an ''asm'' Two patches from ipxe git have been added. The problem is reproducible with at least this version of gcc: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-uclibc/4.6.2/lto-wrapper Target: x86_64-alpine-linux-uclibc Configured with: /home/buildozer/aports/main/gcc/src/gcc-4.6.2/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-uclibc --host=x86_64-alpine-linux-uclibc --target=x86_64-alpine-linux-uclibc --with-pkgversion=''Alpine 4.6.2-r1'' --disable-altivec --disable-checking --disable-fixed-point --disable-libssp --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --enable-__cxa_atexit --enable-cld --enable-esp --enable-cloog-backend --enable-languages=c,c++,objc,java,go --enable-shared --enable-target-optspace --enable-tls --enable-threads --with-dynamic-linker=ld64-uClibc.so.0.9.32 --with-dynamic-linker-prefix=/lib --with-system-zlib --without-system-libunwind Thread model: posix gcc version 4.6.2 (Alpine 4.6.2-r1) Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Committed-by: Keir Fraser <keir@xen.org> changeset: 23205:e2af3c4e4c1d user: Liu, Jinsong <jinsong.liu@intel.com> date: Sun Dec 18 14:48:28 2011 +0000 X86-MCE: fix a bug of xen-mceinj tool Fix a bug of xen-mceinj tool which used to test mce by software way. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> Committed-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 24429:9587ccc2ae31 xen-unstable date: Sun Dec 18 14:40:00 2011 +0000 changeset: 23204:6ccf1820fb94 user: Paul Durrant <paul.durrant@citrix.com> date: Sun Dec 18 14:47:23 2011 +0000 Allow VMs to query their own grant table version. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Committed-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 24427:931bf1105730 xen-unstable date: Sun Dec 18 14:38:32 2011 +0000 changeset: 23203:c62738ea1bb4 user: Jan Beulich <jbeulich@suse.com> date: Sun Dec 18 14:45:44 2011 +0000 x86/AMD: use correct shift count when merging model and stepping ... for legacy errata matching. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 24412:99caac2e35df xen-unstable date: Thu Dec 15 14:28:45 2011 +0100 Committed-by: Keir Fraser <keir@xen.org> changeset: 23202:bb365e21314d user: Tim Deegan <tim@xen.org> date: Thu Dec 15 11:20:19 2011 +0000 x86/mm/p2m: fix pod locking The path p2m-lookup -> p2m-pt->get_entry -> 1GB PoD superpage -> pod_demand_populate ends in the pod code performing a p2m_set_entry with no locks held (in order to split the 1GB superpage into 512 2MB ones) Further, it calls p2m_unlock after that, which will break the spinlock. This patch attempts to fix that. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Acked-by: George Dunlap <george.dunlap@eu.citrix.com> Acked-by: Tim Deegan <tim@xen.org> xen-unstable changeset: 24189:7da681c490e0 xen-unstable date: Thu Nov 24 15:20:57 2011 +0000 =======================================commit 3981d218912e186cb4205ee6732f446c177a36a2 Author: Jean Guyader <jean.guyader@eu.citrix.com> Date: Tue Nov 22 18:49:15 2011 +0000 qemu-xen: Don''t redefine libpci (3.1.7) defines. These values are already defined by the libpci heders in the version 3.1.7. PCI_STATUS_66MHZ PCI_STATUS_RESERVED2 PCI_STATUS_FAST_BACK PCI_MSIX_TABSIZE Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> (cherry picked from commit 174d92a73a5d5e67c49501383a519021b72a2468)