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

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



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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-xcpkern-i386-pair 16 guest-start                fail REGR. vs. 6549
 test-i386-xcpkern-i386-pair  16 guest-start                fail REGR. vs. 6549

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-amd  8 guest-saverestore            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 6549
 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-amd64-xcpkern-i386-xl-win 13 guest-stop                   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                  cf66f6d8e41e
baseline version:
 xen                  64644ab2c2e3

------------------------------------------------------------
People who touched revisions under test:
  Jan Beulich <jbeulich@xxxxxxxxxx>
  Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Liu, Jinsong <jinsong.liu@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                           pass     
 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                                 fail     
 test-i386-xcpkern-i386-pair                                  fail     
 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:   23007:cf66f6d8e41e
tag:         tip
user:        Jan Beulich <jbeulich@xxxxxxxxxx>
date:        Fri Mar 18 17:21:45 2011 +0000
    
    amd-iommu: remove a stray __init
    
    This function is being called on the resume path.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
    xen-unstable changeset:   23061:12f7c7ac7f19
    xen-unstable date:        Fri Mar 18 17:15:52 2011 +0000
    
    
changeset:   23006:e84e3c881387
user:        Jan Beulich <jbeulich@xxxxxxxxxx>
date:        Fri Mar 18 17:20:57 2011 +0000
    
    x86/mce: CPU notifiers must not be registered a second time during resume
    
    While c/s 22964:f71212f712fd and 23051:93c864c16ab1 fixed issues with
    CPU onlining, they introduced a problem with resume: mcheck_init() is
    also being called on that path, and hence checking whether it's
    running on CPU 0, which is generally not a really good thing, is
    particularly inappropriate here.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
    xen-unstable changeset:   23060:b59e98bc6ff1
    xen-unstable date:        Fri Mar 18 17:15:19 2011 +0000
    
    
changeset:   23005:96df40d7aa4b
user:        Liu, Jinsong <jinsong.liu@xxxxxxxxx>
date:        Fri Mar 18 17:19:34 2011 +0000
    
    x86: mce cleanup for both Intel and AMD mce logic
    
    c/s 22964 fixed a mce memory leaks bug which may trigger xen crash
    when cpu online.  However, there are 2 mce memory leaks: 1 at mce
    level (arch independent), 1 at mce_intel level (arch dependent).  At
    c/s 22964, it free both leaks at mce_intel level, which would has
    problem under AMD arch.
    
    This patch fix this issue.
    
    It alloc/free poll_bankmask (arch independent) at mce level,=20 and
    add a notifier block at mce level to avoid xmalloc risk when irq
    disable.
    
    With this patch, both Intel and AMD mce works OK in a clean way.
    
    Signed-off-by: Liu, Jinsong <jinsong.liu@xxxxxxxxx>
    xen-unstable changeset:   23051:93c864c16ab1
    xen-unstable date:        Thu Mar 17 13:31:43 2011 +0000
    
    
changeset:   23004:9f819d6f6935
user:        Keir Fraser <keir@xxxxxxx>
date:        Fri Mar 18 17:18:39 2011 +0000
    
    Update Xen version to 4.1.0-rc8-pre
    
    
changeset:   23003:6d2308425c89
user:        Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
date:        Fri Mar 18 17:17:30 2011 +0000
    
    Avoid endless loop for vcpu migration.
    
    Only call SCHED_OP(pick_cpu) if a previously picked cpu is not
    suitable on the current iteration of the retry loop.
    
    Signed-off-by: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    xen-unstable changeset:   23043:3caed2112c65
    xen-unstable date:        Tue Mar 15 10:14:27 2011 +0000
    
    
changeset:   23002:64644ab2c2e3
user:        Keir Fraser <keir@xxxxxxx>
date:        Wed Mar 16 17:11:54 2011 +0000
    
    Added signature for changeset 32203061c1f7
    
    
(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®.