[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [xen-4.1-testing test] 10679: regressions - FAIL



flight 10679 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10679/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-win7-amd64  7 windows-install          fail REGR. vs. 10541

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-sedf     14 guest-localmigrate/x10    fail REGR. vs. 10533

Tests which did not succeed, but are not blocking:
 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-winxpsp3-vcpus1 13 guest-stop               fail never pass
 test-amd64-i386-win          16 leak-check/check             fail   never pass
 test-amd64-i386-win-vcpus1   16 leak-check/check             fail   never pass
 test-amd64-amd64-xl-win7-amd64 13 guest-stop                   fail never pass
 test-i386-i386-xl-winxpsp3   13 guest-stop                   fail   never pass
 test-amd64-i386-xend-winxpsp3 16 leak-check/check             fail  never pass
 test-i386-i386-win           16 leak-check/check             fail   never pass
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-amd64-amd64-win         16 leak-check/check             fail   never pass
 test-amd64-amd64-xl-win      13 guest-stop                   fail   never pass
 test-amd64-amd64-xl-winxpsp3 13 guest-stop                   fail   never pass
 test-i386-i386-xl-win        13 guest-stop                   fail   never pass

version targeted for testing:
 xen                  22ea8496051d
baseline version:
 xen                  14dbd6be46c8

------------------------------------------------------------
People who touched revisions under test:
  Ian Campbell <ian.campbell.com>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Ian Jackson <ian.jackson.citrix.com>
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Jean Guyader <jean.guyader@xxxxxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Michael Young <m.a.young@xxxxxxxxxxxx>
  Paolo Bonzini <pbonzini@xxxxxxxxxx>
  Roger Pau Monne <roger.pau@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-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                                     fail    
 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:   23213:22ea8496051d
tag:         tip
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Jan 10 17:09:26 2012 +0000
    
    pygrub: example grub2 configuration file (fedora-16-with-xen.grub2)
    
    Sample grub2 configuration file (some duplication removed) from Fedora 16
    with a xen hypervisor installed
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    xen-unstable changeset: 24003:c681dd5aecf3
    Backport-requested-by: Pasi Karkkainen <pasik@xxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23212:49d73f014077
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Jan 10 17:08:27 2012 +0000
    
    pyrgrub: cope with configurations with set default="${saved_entry}" line
    
    Fedora 16 grub2 configuration file can have lines like
        set default="${saved_entry}"
    and a string containing an integer is expected
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    xen-unstable changeset: 24002:979bc34d0ad0
    Backport-requested-by: Pasi Karkkainen <pasik@xxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23211:c404dbf9b3c6
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Jan 10 17:08:22 2012 +0000
    
    pygrub: cope with configurations with submenus
    
    The grub2 configuration file in Fedora 16 can have one or more
    menuentrys in a submenu, with configuration of the form
        submenu "Xen 4.1" {
        menuentry ... {
        ...
        }
        }
    (this example occurs when the xen hypervisor is installed on the
    guest)
    
    Ignore the submenu line and the corresponding }
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    
    xen-unstable changeset: 24001:152049468175
    Backport-requested-by: Pasi Karkkainen <pasik@xxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23210:feb23d232cd9
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Jan 10 17:08:17 2012 +0000
    
    pygrub: Allow GPT partition references
    
    The grub2 configuration file in Fedora 16 can have GPT partition
    references like (hd0,gpt2) so remove the "gpt" string where necessary
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    
    xen-unstable changeset: 24000:65679fee0177
    Backport-requested-by: Pasi Karkkainen <pasik@xxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23209:d581b9a3c726
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Jan 10 17:07:58 2012 +0000
    
    pygrub: look in /boot/grub2 (for eg Fedora 16)
    
    Fedora 16 puts grub configuration files in /boot/grub2/grub.cfg so
    pygrub should look there as well
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    
    xen-unstable changeset: 23999:138f707fa598
    Backport-requested-by: Pasi Karkkainen <pasik@xxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23208:ee80c2ef9400
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Jan 10 17:05:02 2012 +0000
    
    pygrub: check all GPT partitions
    
    On Fedora 16 the first GPT partition is a boot partition for grub2 with
    the grub2 configuration in the second partition.
    Check all GPT partitions for grub configuration, not just the first.
    
    [ Also remove now-inaccurate comment. -iwj ]
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Tested-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
    Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    xen-unstable changeset: 23998:85d7b207fabc
    Backport-requested-by: Pasi Karkkainen <pasik@xxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23207:95a0e0b47e95
user:        Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
date:        Tue Jan 10 16:10:00 2012 +0000
    
    pygrub: fix extlinux parsing
    
    pygrub was unable to parse extlinux config files correctly, exactly
    the ones like:
    
    LABEL grsec
      KERNEL vmlinuz-3.0.10-grsec
      APPEND initrd=initramfs-3.0.10-grsec
    root=UUID=cfd4a7b4-8c40-4025-b877-8205f1c622ee
    modules=sd-mod,usb-storage,ext4 xen quiet
    
    This patch fixes it, adding a new case when parsing the "append" line,
    that searches for the initrd image.
    
    Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell.com>
    Committed-by: Ian Jackson <ian.jackson.citrix.com>
    
    xen-unstable changeset: 24460:ff0685e8419b
    Backport-requested-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23206:14dbd6be46c8
user:        Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
========================================
commit 3981d218912e186cb4205ee6732f446c177a36a2
Author: Jean Guyader <jean.guyader@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxx>
    (cherry picked from commit 174d92a73a5d5e67c49501383a519021b72a2468)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.