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

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



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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-sedf     14 guest-localmigrate/x10     fail REGR. vs. 9601

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

version targeted for testing:
 xen                  f273bce1fc26
baseline version:
 xen                  662dbf6ee71c

------------------------------------------------------------
People who touched revisions under test:
  Christoph Egger <Christoph.Egger@xxxxxxx>
  Dario Faggioli <dario.faggioli@xxxxxxxxxx>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
  Yang Zhang <yang.z.zhang@xxxxxxxxx>
------------------------------------------------------------

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-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-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    


------------------------------------------------------------
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:   23997:f273bce1fc26
tag:         tip
user:        Ian Campbell <ian.campbell@xxxxxxxxxx>
date:        Tue Oct 25 17:04:41 2011 +0100
    
    libxl: add missing "break;" to do_pci_remove
    
    Otherwise we erroneously fall through the LIBXL_DOMAIN_TYPE_PV case into the
    "default: abort()".
    
    (I'm sure we fixed this once already...)
    
    Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Tested-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23996:51a0c81a4030
user:        Christoph Egger <Christoph.Egger@xxxxxxx>
date:        Tue Oct 25 16:48:17 2011 +0100
    
    hvm: Clean up I/O emulation
    
    Move HVM io fields into a structure.
    On MMIO instruction failure print out some more bytes.
    
    Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   23995:8943a9696358
user:        Yang Zhang <yang.z.zhang@xxxxxxxxx>
date:        Tue Oct 25 16:46:47 2011 +0100
    
    x86 pm: provide CC7/PC2 residency
    
    Sandy bridge introduces new MSR to get cc7/pc2 residency (core C-state
    7/package C-state 2). Print the cc7/pc2 residency when on sandy bridge
    platform.
    
    Signed-off-by: Yang Zhang <yang.z.zhang@xxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   23994:662dbf6ee71c
user:        Jan Beulich <jbeulich@xxxxxxxxxx>
date:        Mon Oct 24 18:01:07 2011 +0100
    
    x86/hpet: fix cpumask allocation after 23990:1c8789852eaf
    
    hpet_fsb_cap_lookup(), if it doesn't find any FSB capable timer,
    leaves hpet_events allocated, while hpet_events->cpumask may not have
    been, As we're pretty generous with these one-time allocations already
    (in that hpet_events doesn't get freed when no usable counters were
    found, even if in that case only the first array entry [or none at
    all] may get used), simply make the cpumask allocation in the legacy
    case independent of whether hpet_events was NULL before.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Tested-by: Christoph Egger <Christoph.Egger@xxxxxxx>
    Acked-by: Christoph Egger <Christoph.Egger@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
========================================
commit 25378e0a76b282127e9ab8933a4defbc91db3862
Author: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
Date:   Thu Oct 6 18:38:08 2011 +0100

    remove blktap when building for NetBSD
    
    NetBSD has no blktap support, so remove the use of the blktap if the
    OS is NetBSD.
    
    Signed-off-by: Roger Pau Monne <roger.pau@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®.