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

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



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

Regressions :-(

Tests which did not succeed and are blocking:
 build-i386-pvops              4 kernel-build               fail REGR. vs. 8808
 build-amd64-pvops             4 kernel-build               fail REGR. vs. 8808

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-amd64-xl-pcipt-intel  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pv           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-rhel6hvm-intel  1 xen-build-check(1)           blocked  n/a
 test-i386-i386-pv             1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-pv            1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl-credit2    1 xen-build-check(1)           blocked  n/a
 test-i386-i386-xl             1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl-multivcpu  1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl            1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-rhel6hvm-amd  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pair         1 xen-build-check(1)           blocked  n/a
 test-i386-i386-pair           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-pair          1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-sedf      1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-win-vcpus1    1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl-win-vcpus1  1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-win           1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-win          1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-win       1 xen-build-check(1)           blocked  n/a
 test-i386-i386-win            1 xen-build-check(1)           blocked  n/a
 test-i386-i386-xl-win         1 xen-build-check(1)           blocked  n/a

version targeted for testing:
 xen                  2376070f6685
baseline version:
 xen                  6239209bb560

------------------------------------------------------------
People who touched revisions under test:
  Jan Beulich <jbeulich@xxxxxxxx>
  Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
------------------------------------------------------------

jobs:
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-oldkern                                          pass    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            fail    
 build-i386-pvops                                             fail    
 test-amd64-amd64-xl                                          blocked 
 test-amd64-i386-xl                                           blocked 
 test-i386-i386-xl                                            blocked 
 test-amd64-i386-rhel6hvm-amd                                 blocked 
 test-amd64-i386-xl-credit2                                   blocked 
 test-amd64-amd64-xl-pcipt-intel                              blocked 
 test-amd64-i386-rhel6hvm-intel                               blocked 
 test-amd64-i386-xl-multivcpu                                 blocked 
 test-amd64-amd64-pair                                        blocked 
 test-amd64-i386-pair                                         blocked 
 test-i386-i386-pair                                          blocked 
 test-amd64-amd64-pv                                          blocked 
 test-amd64-i386-pv                                           blocked 
 test-i386-i386-pv                                            blocked 
 test-amd64-amd64-xl-sedf                                     blocked 
 test-amd64-i386-win-vcpus1                                   blocked 
 test-amd64-i386-xl-win-vcpus1                                blocked 
 test-amd64-amd64-win                                         blocked 
 test-amd64-i386-win                                          blocked 
 test-i386-i386-win                                           blocked 
 test-amd64-amd64-xl-win                                      blocked 
 test-i386-i386-xl-win                                        blocked 


------------------------------------------------------------
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:   23151:2376070f6685
tag:         tip
user:        Keir Fraser <keir@xxxxxxx>
date:        Wed Sep 07 10:41:01 2011 +0100
    
    Added signature for changeset 3e6a3bf83935
    
    
changeset:   23150:be0040eb0a36
user:        Keir Fraser <keir@xxxxxxx>
date:        Wed Sep 07 10:40:51 2011 +0100
    
    Added tag 4.1.2-rc2 for changeset 3e6a3bf83935
    
    
changeset:   23149:3e6a3bf83935
tag:         4.1.2-rc2
user:        Keir Fraser <keir@xxxxxxx>
date:        Wed Sep 07 10:40:42 2011 +0100
    
    Update Xen version to 4.1.2-rc2
    
    
changeset:   23148:c4172ba1a98b
user:        Jan Beulich <jbeulich@xxxxxxxx>
date:        Wed Sep 07 10:39:59 2011 +0100
    
    bitmap_scnlistprintf() should always zero-terminate its output buffer
    
    ... as long as it has non-zero size. So far this would not happen if
    the passed in CPU mask was empty.
    
    Also fix the comment describing the return value to actually match
    reality.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    xen-unstable changeset:   23820:ba75234a6f56
    xen-unstable date:        Wed Sep 07 10:36:55 2011 +0100
    
    
changeset:   23147:6239209bb560
user:        Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
date:        Wed Aug 31 15:32:47 2011 +0100
    
    xen: __hvm_pci_intx_assert should check for gsis remapped onto pirqs
    
    If the isa irq corresponding to a particular gsi is disabled while the
    gsi is enabled, __hvm_pci_intx_assert will always inject the gsi
    through the violapic, even if the gsi has been remapped onto a pirq.
    This patch makes sure that even in this case we inject the
    notification appropriately.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
    xen-unstable changeset:   23807:2297b90a6a7b
    xen-unstable date:        Wed Aug 31 15:23:34 2011 +0100
    
    
(qemu changes not included)

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