WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

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

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [xen-unstable test] 9615: regressions - FAIL
From: xen.org <ian.jackson@xxxxxxxxxxxxx>
Date: Wed, 26 Oct 2011 01:49:47 +0100
Cc: ian.jackson@xxxxxxxxxxxxx
Delivery-date: Tue, 25 Oct 2011 17:51:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
flight 9615 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9615/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-sedf      5 xen-boot                   fail REGR. vs. 9608

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                  c681dd5aecf3
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>
  Michael Young <m.a.young@xxxxxxxxxxxx>
  Paolo Bonzini <pbonzini@xxxxxxxxxx>
  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:   24003:c681dd5aecf3
tag:         tip
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Oct 25 19:22:09 2011 +0100
    
    pygrub: example grub2 configuration file (fedora-16-with-xen.grub2)
    
    Sample grub2 configuration file (some duplication removed) from Fedora 16
    with a xen hypervisor installed
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   24002:979bc34d0ad0
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Oct 25 19:21:05 2011 +0100
    
    pyrgrub: cope with configurations with set default="${saved_entry}" line
    
    Fedora 16 grub2 configuration file can have lines like
        set default="${saved_entry}"
    and a string containing an integer is expected
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   24001:152049468175
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Oct 25 19:20:06 2011 +0100
    
    pygrub: cope with configurations with submenus
    
    The grub2 configuration file in Fedora 16 can have one or more
    menuentrys in a submenu, with configuration of the form
        submenu "Xen 4.1" {
        menuentry ... {
        ...
        }
        }
    (this example occurs when the xen hypervisor is installed on the
    guest)
    
    Ignore the submenu line and the corresponding }
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    
    
changeset:   24000:65679fee0177
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Oct 25 19:19:19 2011 +0100
    
    pygrub: Allow GPT partition references
    
    The grub2 configuration file in Fedora 16 can have GPT partition
    references like (hd0,gpt2) so remove the "gpt" string where necessary
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    
    
changeset:   23999:138f707fa598
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Oct 25 19:18:49 2011 +0100
    
    pygrub: look in /boot/grub2 (for eg Fedora 16)
    
    Fedora 16 puts grub configuration files in /boot/grub2/grub.cfg so
    pygrub should look there as well
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    
    
changeset:   23998:85d7b207fabc
user:        Michael Young <m.a.young@xxxxxxxxxxxx>
date:        Tue Oct 25 19:15:54 2011 +0100
    
    pygrub: check all GPT partitions
    
    On Fedora 16 the first GPT partition is a boot partition for grub2 with
    the grub2 configuration in the second partition.
    Check all GPT partitions for grub configuration, not just the first.
    
    [ Also remove now-inaccurate comment. -iwj ]
    
    Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx>
    Tested-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
    Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
changeset:   23997:f273bce1fc26
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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [xen-unstable test] 9615: regressions - FAIL, xen . org <=