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

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



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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-i386-rhel6hvm-amd  7 redhat-install             fail REGR. vs. 6288
 test-amd64-xcpkern-i386-xl-credit2 10 guest-saverestore    fail REGR. vs. 6288
 test-amd64-xcpkern-i386-xl-win  7 windows-install          fail REGR. vs. 6288

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 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-rhel6hvm-intel  8 guest-saverestore            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-credit2    9 guest-start                  fail    like 6288
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-amd64-xcpkern-i386-rhel6hvm-amd  8 guest-saverestore      fail never pass
 test-amd64-xcpkern-i386-rhel6hvm-intel  8 guest-saverestore    fail never pass
 test-amd64-xcpkern-i386-win  16 leak-check/check             fail   never pass
 test-i386-i386-win           16 leak-check/check             fail   never pass
 test-i386-i386-xl-win        13 guest-stop                   fail   never pass
 test-i386-xcpkern-i386-win   16 leak-check/check             fail   never pass

version targeted for testing:
 xen                  f71212f712fd
baseline version:
 xen                  c5d121fd35c0

------------------------------------------------------------
People who touched revisions under test:
  Keir Fraser <keir@xxxxxxx>
  Liu, Jinsong <jinsong.liu@xxxxxxxxx>
  Shan Haitao <haitao.shan@xxxxxxxxx>
------------------------------------------------------------

jobs:
 build-i386-xcpkern                                           pass     
 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-xcpkern-i386-xl                                   pass     
 test-i386-xcpkern-i386-xl                                    pass     
 test-amd64-i386-rhel6hvm-amd                                 fail     
 test-amd64-xcpkern-i386-rhel6hvm-amd                         fail     
 test-amd64-i386-xl-credit2                                   fail     
 test-amd64-xcpkern-i386-xl-credit2                           fail     
 test-amd64-i386-rhel6hvm-intel                               fail     
 test-amd64-xcpkern-i386-rhel6hvm-intel                       fail     
 test-amd64-i386-xl-multivcpu                                 pass     
 test-amd64-xcpkern-i386-xl-multivcpu                         pass     
 test-amd64-amd64-pair                                        pass     
 test-amd64-i386-pair                                         pass     
 test-i386-i386-pair                                          pass     
 test-amd64-xcpkern-i386-pair                                 pass     
 test-i386-xcpkern-i386-pair                                  pass     
 test-amd64-amd64-pv                                          pass     
 test-amd64-i386-pv                                           pass     
 test-i386-i386-pv                                            pass     
 test-amd64-xcpkern-i386-pv                                   pass     
 test-i386-xcpkern-i386-pv                                    pass     
 test-amd64-i386-win-vcpus1                                   fail     
 test-amd64-i386-xl-win-vcpus1                                fail     
 test-amd64-amd64-win                                         fail     
 test-amd64-i386-win                                          fail     
 test-i386-i386-win                                           fail     
 test-amd64-xcpkern-i386-win                                  fail     
 test-i386-xcpkern-i386-win                                   fail     
 test-amd64-amd64-xl-win                                      fail     
 test-i386-i386-xl-win                                        fail     
 test-amd64-xcpkern-i386-xl-win                               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:   22964:f71212f712fd
tag:         tip
user:        Liu, Jinsong <jinsong.liu@xxxxxxxxx>
date:        Wed Mar 02 10:31:06 2011 +0000
    
    x86: Fix cpu online/offline bug: mce memory leak.
    
    Current Xen mce logic didn't free mcabanks. This would be a memory
    leak when cpu offline.  When repeatly do cpu online/offline, this
    memory leak would make xenpool shrink, and at a time point, will call
    alloc_heap_pages --> flush_area_mask, which
    ASSERT(local_irq_is_enabled()).  However, cpu online is irq disable,
    so it finally result in Xen crash.
    
    This patch fix the memory leak bug, and tested OK over 50,000 round
    cpu online/offline.
    
    Signed-off-by: Liu, Jinsong <jinsong.liu@xxxxxxxxx>
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   22963:666006a3a4ad
user:        Keir Fraser <keir@xxxxxxx>
date:        Wed Mar 02 10:23:23 2011 +0000
    
    x86: Disable IRQs and do WBINVD first in play_dead().
    
    When we advertise we are dead via cpu_exit_clear(), it is no longer
    safe to handle interrupts as our per-cpu vars can go away.
    
    In future, we may want to think about NMI handling in this scenario
    too.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   22962:bde351b18fd0
user:        Shan Haitao <haitao.shan@xxxxxxxxx>
date:        Wed Mar 02 10:01:55 2011 +0000
    
    x86: Add warning comment explaining restrictions to play_dead().
    
    Signed-off-by: Shan Haitao <haitao.shan@xxxxxxxxx>
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   22961:c5d121fd35c0
user:        Keir Fraser <keir@xxxxxxx>
date:        Mon Feb 28 16:55:20 2011 +0000
    
    Update Xen version to 4.1.0-rc7-pre
    
    
(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®.