All of lore.kernel.org
 help / color / mirror / Atom feed
From: xen.org <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: ian.jackson@eu.citrix.com
Subject: [xen-unstable test] 9667: regressions - trouble: broken/fail/pass
Date: Thu, 3 Nov 2011 22:26:04 +0000	[thread overview]
Message-ID: <osstest-9667-mainreport@xen.org> (raw)

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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-pcipt-intel  5 xen-boot                fail REGR. vs. 9661
 test-amd64-i386-rhel6hvm-intel  5 xen-boot                 fail REGR. vs. 9661
 test-i386-i386-pv             3 host-install(3)              broken
 test-amd64-i386-pv            5 xen-boot                   fail REGR. vs. 9661
 test-amd64-amd64-pv           5 xen-boot                   fail REGR. vs. 9661
 test-amd64-amd64-xl           5 xen-boot                   fail REGR. vs. 9661
 test-amd64-i386-rhel6hvm-amd  5 xen-boot                   fail REGR. vs. 9661
 test-i386-i386-xl             5 xen-boot                   fail REGR. vs. 9661
 test-amd64-i386-xl            5 xen-boot                   fail REGR. vs. 9661
 test-amd64-i386-xl-credit2    5 xen-boot                   fail REGR. vs. 9661
 test-amd64-i386-xl-multivcpu  5 xen-boot                   fail REGR. vs. 9661
 test-amd64-amd64-pair         8 xen-boot/dst_host          fail REGR. vs. 9661
 test-amd64-amd64-pair         7 xen-boot/src_host          fail REGR. vs. 9661
 test-amd64-i386-pair          8 xen-boot/dst_host          fail REGR. vs. 9661
 test-amd64-i386-pair          7 xen-boot/src_host          fail REGR. vs. 9661
 test-i386-i386-pair           7 xen-boot/src_host          fail REGR. vs. 9661
 test-i386-i386-pair           8 xen-boot/dst_host          fail REGR. vs. 9661
 test-amd64-i386-win-vcpus1    3 host-install(3)              broken
 test-i386-i386-xl-win         5 xen-boot                   fail REGR. vs. 9661
 test-amd64-i386-xl-win-vcpus1  5 xen-boot                  fail REGR. vs. 9661
 test-i386-i386-win            5 xen-boot                   fail REGR. vs. 9661
 test-amd64-amd64-win          5 xen-boot                   fail REGR. vs. 9661
 test-amd64-amd64-xl-win       5 xen-boot                   fail REGR. vs. 9661
 test-amd64-i386-win           5 xen-boot                   fail REGR. vs. 9661

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-amd64-xl-sedf      5 xen-boot                     fail    like 9661

version targeted for testing:
 xen                  801ca6c0fbfa
baseline version:
 xen                  54a5e994a241

------------------------------------------------------------
People who touched revisions under test:
  Andrew Cooper <andrew.cooper3@citrix.com>
  Christoph Egger <Christoph.Egger@amd.com>
  Ian Campbell <ian.campbell@citrix.com>
  Ian Jackson <ian.jackson@eu.citrix.com>
  Jan Beulich <jbeulich@suse.com>
  juergen.gross@ts.fujitsu.com
  Keir Fraser <keir@xen.org>
  Tim Deegan <tim@xen.org>
------------------------------------------------------------

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                                          fail    
 test-amd64-i386-xl                                           fail    
 test-i386-i386-xl                                            fail    
 test-amd64-i386-rhel6hvm-amd                                 fail    
 test-amd64-i386-xl-credit2                                   fail    
 test-amd64-amd64-xl-pcipt-intel                              fail    
 test-amd64-i386-rhel6hvm-intel                               fail    
 test-amd64-i386-xl-multivcpu                                 fail    
 test-amd64-amd64-pair                                        fail    
 test-amd64-i386-pair                                         fail    
 test-i386-i386-pair                                          fail    
 test-amd64-amd64-pv                                          fail    
 test-amd64-i386-pv                                           fail    
 test-i386-i386-pv                                            broken  
 test-amd64-amd64-xl-sedf                                     fail    
 test-amd64-i386-win-vcpus1                                   broken  
 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:   24069:801ca6c0fbfa
tag:         tip
user:        Jan Beulich <jbeulich@suse.com>
date:        Thu Nov 03 17:28:41 2011 +0100
    
    x86/IRQ: consolidate IRQ disabling when acquiring vector lock
    
    __assign_irq_vector() doesn't need to disable interrupts (its callers
    are required to when acquiring the lock), and set_desc_affinity() can
    use the normal spin lock primitives.
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: Keir Fraser <keir@xen.org>
    Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
    
    
changeset:   24068:6928172f7ded
user:        Jan Beulich <jbeulich@suse.com>
date:        Thu Nov 03 17:27:38 2011 +0100
    
    IRQ: allocate CPU masks dynamically
    
    This includes delaying the initialization of dynamically created IRQs
    until their actual first use and some further elimination of uses of
    struct irq_cfg.
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: Keir Fraser <keir@xen.org>
    Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
    
    
changeset:   24067:17ee4c213438
user:        Tim Deegan <tim@xen.org>
date:        Thu Nov 03 12:19:23 2011 +0000
    
    xen: provide pse36 cpuid bit
    
    Provide pse36 cpuid bit if guest runs in 32bit PAE
    or in long mode. Hyper-V refuses to start as
    the "cpu does not provide required hw features"
    if it does not find the pse36 cpuid bits.
    
    Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
    Acked-by: Tim Deegan <tim@xen.org>
    Committed-by: Tim Deegan <tim@xen.org>
    
    
changeset:   24066:54a5e994a241
user:        Juergen Gross <juergen.gross@ts.fujitsu.com>
date:        Wed Nov 02 17:09:09 2011 +0000
    
    docs: Correct man page of xl regarding cpu-pools
    
    Signed-off-by: juergen.gross@ts.fujitsu.com
    Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
    
    
========================================
commit 52834188eedfbbca5636fd869d4c86b3b3044439
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Tue Nov 1 18:42:55 2011 +0000

    qemu-xen: remove i386-dm/README.hvm-pv-magic-ioport-disable
    
    I have just proposed a patch to add this to xen-unstable.hg as
    docs/misc/hvm-emulated-unplug.markdown. This repo is not a place where people
    look for docs, plus we are transitioning to upstream qemu.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

                 reply	other threads:[~2011-11-03 22:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-9667-mainreport@xen.org \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.