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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-credit2    7 debian-install            fail REGR. vs. 10913
 test-amd64-i386-xend-winxpsp3  7 windows-install          fail REGR. vs. 10913
 test-i386-i386-xl-winxpsp3    7 windows-install           fail REGR. vs. 10913

Regressions which are regarded as allowable (not blocking):
 test-i386-i386-xl-win         7 windows-install              fail   like 10902

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-amd64-xl-win7-amd64 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-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-win          16 leak-check/check             fail   never pass
 test-amd64-i386-xl-win7-amd64 13 guest-stop                   fail  never pass
 test-i386-i386-win           16 leak-check/check             fail   never pass
 test-amd64-amd64-xl-winxpsp3 13 guest-stop                   fail   never pass
 test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop               fail never pass

version targeted for testing:
 xen                  ef8374dfe9bf
baseline version:
 xen                  2273ef2083d4

------------------------------------------------------------
People who touched revisions under test:
  Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx>
  Dario Faggioli <dario.faggioli@xxxxxxxxxx>
  Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
  Tim Deegan <tim@xxxxxxx>
------------------------------------------------------------

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                                   fail    
 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:   24530:ef8374dfe9bf
tag:         tip
user:        Keir Fraser <keir@xxxxxxx>
date:        Fri Jan 20 18:17:59 2012 +0000
    
    x86/hvm: Fix earlier hvm_load_cpu_ctxt() breakage.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24529:87854d3bed93
user:        Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx>
date:        Fri Jan 20 10:40:16 2012 +0000
    
    vpmu: separate architecture specific PMU initialisation
    
    This patch moves the architecture specific initialisation of the PMU
    into the archicture specific directory.
    
    Signed-off-by: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx>
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24528:3d58058fc7a2
user:        Keir Fraser <keir@xxxxxxx>
date:        Fri Jan 20 10:26:57 2012 +0000
    
    x86/hvm: Remove unnecessary packed attribute from hvm_hw_cpu_xsave struct.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24527:028230eb2359
user:        Dario Faggioli <dario.faggioli@xxxxxxxxxx>
date:        Fri Jan 20 10:20:32 2012 +0000
    
    iommu: Move IOMMU faults handling into softirq for AMD-Vi.
    
    Dealing with interrupts from AMD-Vi IOMMU(s) is deferred to a
    softirq-tasklet, raised by the actual IRQ handler. To avoid more
    interrupts being generated (because of further faults), they must be
    masked in the IOMMU within the low level IRQ handler and enabled back
    in the tasklet body. Notice that this may cause the log to overflow,
    but none of the existing entry will be overwritten.
    
    Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24526:d600a3d7faee
user:        Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
date:        Fri Jan 20 10:17:12 2012 +0000
    
    x86/hvm: Allow wake up of offline vcpu via nmi-ipi
    
    On a real machine a cpu disabled via hlt with interrupts disabled can
    be reactivated via a nmi ipi. Enable the hypervisor to do this for
    hvm, too.
    
    Signed-off-by: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24525:a3f67482c321
user:        Keir Fraser <keir@xxxxxxx>
date:        Fri Jan 20 10:13:55 2012 +0000
    
    xen: Simplify callers of boot_vcpu(). In VCPUOP_up, check
    is_initialised under the per-domain lock.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24524:2273ef2083d4
user:        Tim Deegan <tim@xxxxxxx>
date:        Thu Jan 19 13:09:23 2012 +0000
    
    x86/mm: refine epte_present test
    
    The current test for a present ept entry checks for a permission bit
    to be set.
    
    While this is valid in contexts in which we want to know whether an entry
    will fault, it is not correct when it comes to testing whether an entry is
    valid. Specifically, in the ept_change_entry_type_page function which is
    used to set entries to the log dirty type.
    
    In combination with a p2m access type like n or n2rwx, log dirty will not be
    set for ept entries for which it should.
    
    Reported-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx>
    Signed-off-by: Tim Deegan <tim@xxxxxxx>
    Acked-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx>
    Committed-by: Tim Deegan <tim@xxxxxxx>
    
    
========================================
commit bb36d632e4cabf47882adff07a45c6702c4a5b30
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Thu Jan 5 17:16:46 2012 +0000

    qemu-xen: adjust MSI-X related log messages
    
    Several of these messages we coded using line continuation within a
    string literal. This is generally not recommended and also lead to odd
    sequences of many blanks in the middle of the messages.
    
    The message indicating a discarded write due to MSI-X already being
    enabled doesn't need to be issued when a write doesn't actually modify
    the current value. Adjust the surrounding logic accordingly, and
    eliminate some redundancy as well as the sometimes unnecessary access
    to the physical MSI-X table.
    
    Finally, adjust the wording of a few messages to be more precise and/or
    more useful.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>

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