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

[Xen-devel] [xen-unstable test] 10192: regressions - FAIL



flight 10192 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10192/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-sedf     11 guest-localmigrate        fail REGR. vs. 10190

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-i386-xl-winxpsp3-vcpus1  7 windows-install          fail never pass
 test-amd64-amd64-xl-winxpsp3  7 windows-install              fail   never pass
 test-amd64-i386-xl-win7-amd64  7 windows-install              fail  never pass
 test-amd64-i386-xend-winxpsp3  7 windows-install              fail  never pass
 test-amd64-amd64-xl-win7-amd64  7 windows-install              fail never pass
 test-i386-i386-xl-winxpsp3    7 windows-install              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-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-amd64-amd64-xl-win      13 guest-stop                   fail   never pass
 test-amd64-i386-win-vcpus1   16 leak-check/check             fail   never pass
 test-amd64-i386-win          16 leak-check/check             fail   never pass
 test-i386-i386-win           14 guest-start.2                fail   like 10190
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-i386-i386-xl-win        13 guest-stop                   fail   never pass
 test-amd64-amd64-win         16 leak-check/check             fail   never pass

version targeted for testing:
 xen                  3c4c29899d8a
baseline version:
 xen                  64088ba60263

------------------------------------------------------------
People who touched revisions under test:
  George Dunlap <george.dunlap@xxxxxxxxxxxxx>
  Haitao Shan <maillists.shan@xxxxxxxxx>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Olaf Hering <olaf@xxxxxxxxx>
  Paul Durrant <paul.durrant@xxxxxxxxxx>
------------------------------------------------------------

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-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:   24271:3c4c29899d8a
tag:         tip
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 07:18:11 2011 -0800
    
    hvmloader: Write address of VM generation id buffer into xenstore
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24270:08716a7f1b74
user:        Keir Fraser <keir@xxxxxxx>
date:        Wed Nov 30 07:12:41 2011 -0800
    
    Free d->mem_event on domain destruction.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24269:2cbc53a24683
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Wed Nov 30 07:08:53 2011 -0800
    
    mem_event: move mem_event_domain out of struct domain
    
    An upcoming change may increase the size of mem_event_domain. The result
    is a build failure because struct domain gets larger than a page.
    Allocate the room for the three mem_event_domain members at runtime.
    
    v2:
     - remove mem_ prefix from members of new struct
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24268:31f751ef3e00
user:        George Dunlap <george.dunlap@xxxxxxxxxxxxx>
date:        Wed Nov 30 07:06:24 2011 -0800
    
    x86/hvm/vmx: Trace traps and realmode exits
    
    Add some more tracing to vmexits that don't currently have
    trace information:
     * VMX realmode emulation
     * Various VMX traps
     * Fast-pathed APIC accesses
    
    Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24267:77421dbd4871
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 06:57:20 2011 -0800
    
    hvmloader: Add xenstore-write support
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24266:295337e5d4e0
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 06:55:31 2011 -0800
    
    hvmloader: Add snprintf()
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24265:54a9e172a373
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 06:53:36 2011 -0800
    
    hvmloader: Allocate an 8 byte buffer to contain the VM generation id
    and populate it at boot time with a value read from
    "platform/generation_id". Also add code to libxl to populate this
    xenstore key with the value of a new 'generation_id' parameter in the
    VM config file.  Populate the ADDR package of VM_Gen_Counter ACPI
    device such that the first integer evaluates to the low order 32 bits
    of the buffer address and the second integer evaluates to the high
    order 32 bits of the buffer address.
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24264:e925e4719844
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 06:50:45 2011 -0800
    
    hvmloader: Add 'ctype' infrastructure
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24263:e5a53cdd4252
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 06:47:16 2011 -0800
    
    hvmloader: Add an ACPI device exposing a package called ADDR,
    evaluating to two integers, and with _CID and _DDN set to
    "VM_Gen_Counter".
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24262:67c447c02537
user:        Paul Durrant <paul.durrant@xxxxxxxxxx>
date:        Wed Nov 30 06:42:04 2011 -0800
    
    x86/hvm: Re-instate HVM IRQ debug code and add keyhandler.
    
    I found this patch useful a couple of times while trying to debug the
    viridian problem.  irq_dump() was #ifdef-ed out so this patch puts it
    back and registers a handler on the 'I' key to iterate over all HVM
    domains and call it.
    
    Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24261:64088ba60263
user:        Jan Beulich <jbeulich@xxxxxxxx>
date:        Wed Nov 30 10:23:41 2011 +0100
    
    x86/cpuidle: add Westmere-EX support to hw residencies reading logic
    
    This is in accordance with
    
http://software.intel.com/en-us/articles/intel-processor-identification-with-cpuid-model-and-family-numbers/
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Haitao Shan <maillists.shan@xxxxxxxxx>
    
    
========================================
commit 89daacab7035d408f32f2cb1acf68c96d6cbefed
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Mon Nov 28 17:16:52 2011 +0000

    qemu-dm: open char devices "file:..." with O_APPEND
    
    The "file:..." character open method is used by serial and parallel
    ports, to divert the output to a file (and these devices never produce
    any input).  This is like a logfile, and so should be opened for
    append.
    
    In qemu-xen-unstable, this is used only for the qemu stderr by libxl.
    
    Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

_______________________________________________
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®.