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] 14449: regressions - FAIL
Date: Tue, 20 Nov 2012 20:58:19 +0000	[thread overview]
Message-ID: <osstest-14449-mainreport@xen.org> (raw)

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-pv          10 guest-saverestore         fail REGR. vs. 14416
 test-amd64-i386-xend-winxpsp3  8 guest-saverestore        fail REGR. vs. 14416
 test-amd64-i386-pair   17 guest-migrate/src_host/dst_host fail REGR. vs. 14416
 test-amd64-i386-win           8 guest-saverestore         fail REGR. vs. 14416
 test-amd64-i386-pv           10 guest-saverestore         fail REGR. vs. 14416
 test-amd64-i386-win-vcpus1    8 guest-saverestore         fail REGR. vs. 14416
 test-amd64-amd64-pair  17 guest-migrate/src_host/dst_host fail REGR. vs. 14416
 test-amd64-amd64-win          8 guest-saverestore         fail REGR. vs. 14416

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-sedf-pin 10 guest-saverestore            fail   like 14416
 test-amd64-amd64-xl-sedf      5 xen-boot                     fail   like 14416
 test-amd64-amd64-xl-qemuu-winxpsp3  9 guest-localmigrate       fail like 14416
 test-amd64-amd64-xl-qemuu-win7-amd64  9 guest-localmigrate     fail like 14416

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-amd64-amd64-xl-win7-amd64 13 guest-stop                   fail never pass
 test-amd64-i386-xl-win7-amd64 13 guest-stop                   fail  never pass
 test-amd64-amd64-xl-winxpsp3 13 guest-stop                   fail   never pass
 test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop               fail never pass
 test-amd64-amd64-xl-win      13 guest-stop                   fail   never pass

version targeted for testing:
 xen                  ae6fb202b233
baseline version:
 xen                  321f8487379b

------------------------------------------------------------
People who touched revisions under test:
  Ian Campbell <ian.campbell@citrix.com>
  Ian Jackson <ian.jackson@eu.citrix.com>
  Jan Beulich <jbeulich@suse.com>
  Keir Fraser <keir@xen.org>
  Matthew Fioravante <matthew.fioravante@jhuapl.edu>
  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  Wei Wang <wei.wang2@amd.com>
  Xiantao Zhang <xiantao.zhang@intel.com>
------------------------------------------------------------

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-amd64-i386-rhel6hvm-amd                                 pass    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-amd64-xl-win7-amd64                               fail    
 test-amd64-i386-xl-win7-amd64                                fail    
 test-amd64-i386-xl-credit2                                   pass    
 test-amd64-amd64-xl-pcipt-intel                              fail    
 test-amd64-i386-rhel6hvm-intel                               pass    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-multivcpu                                 pass    
 test-amd64-amd64-pair                                        fail    
 test-amd64-i386-pair                                         fail    
 test-amd64-amd64-xl-sedf-pin                                 fail    
 test-amd64-amd64-pv                                          fail    
 test-amd64-i386-pv                                           fail    
 test-amd64-amd64-xl-sedf                                     fail    
 test-amd64-i386-win-vcpus1                                   fail    
 test-amd64-i386-xl-win-vcpus1                                fail    
 test-amd64-i386-xl-winxpsp3-vcpus1                           fail    
 test-amd64-amd64-win                                         fail    
 test-amd64-i386-win                                          fail    
 test-amd64-amd64-xl-win                                      fail    
 test-amd64-amd64-xl-qemuu-winxpsp3                           fail    
 test-amd64-i386-xend-winxpsp3                                fail    
 test-amd64-amd64-xl-winxpsp3                                 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:   26179:ae6fb202b233
tag:         tip
user:        Jan Beulich <jbeulich@suse.com>
date:        Tue Nov 20 08:58:31 2012 +0100
    
    passthrough/PCI: replace improper uses of pci_find_next_cap()
    
    Using pci_find_next_cap() without prior pci_find_cap_offset() is bogus
    (and possibly wrong, given that the latter doesn't check the
    PCI_STATUS_CAP_LIST flag, which so far was checked in an open-coded way
    only for the non-bridge case).
    
    Once at it, fold the two calls into one, as we need its result in any
    case.
    
    Question is whether, without any caller left, pci_find_next_cap()
    should be purged as well.
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: Xiantao Zhang <xiantao.zhang@intel.com>
    
    
changeset:   26178:02b9d9a25fee
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 19:56:56 2012 +0000
    
    xen: fix build failure due to extra closing comment
    
    Added by 26173:26facad2f1a1
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26177:fe8034159ac2
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 14:25:35 2012 +0000
    
    docs: Include prototype for HYPERVISOR_multicall
    
    Mark-up for inclusion of generated docs.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26176:edad24bfa561
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 14:25:34 2012 +0000
    
    docs: Document HYPERVISOR_update_descriptor
    
    Mark-up for inclusion of generated docs.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26175:b1d36147ac96
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 14:25:33 2012 +0000
    
    docs: Add ToC entry for start of day memory layout.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26174:dbb8d24bb5ad
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 14:25:33 2012 +0000
    
    docs: Document HYPERVISOR_mmuext_op
    
    Mark-up for inclusion of generated docs.
    
    Remove some trailing whitespace.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26173:26facad2f1a1
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 14:25:32 2012 +0000
    
    docs: document HYPERVISOR_update_va_mapping(_other_domain)
    
    Mark-up for inclusion of generated docs.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26172:cfd2772cc717
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Nov 19 14:25:31 2012 +0000
    
    docs: document/mark-up SCHEDOP_*
    
    The biggest subtlety here is there additional argument when op ==
    SCHEDOP_shutdown and reason == SHUTDOWN_suspend and its interpretation by
    xc_domain_{save,restore}. Add some clarifying comments to libxc as well.
    
    This patch moves some structs around but there is no functional change
    other than improved documentation.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26171:31668da0c4d3
user:        Jan Beulich <jbeulich@suse.com>
date:        Mon Nov 19 15:15:12 2012 +0100
    
    AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()
    
    Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    
    
changeset:   26170:380ad94f2adc
user:        Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date:        Mon Nov 19 12:59:51 2012 +0000
    
    Remove tools/vtpm* from MAINTAINERS file
    
    Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26169:5a6225e40388
user:        Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date:        Mon Nov 19 12:59:50 2012 +0000
    
    tools: Remove old vtpm stuff from tools/libxen
    
    Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26168:3dc18d679d04
user:        Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date:        Mon Nov 19 12:59:49 2012 +0000
    
    Remove VTPM_TOOLS from config/Tools.mk.in
    
    Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26167:31dcc0e08754
user:        Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date:        Mon Nov 19 12:59:48 2012 +0000
    
    xend: Remove old vtpm support from xm
    
    Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26166:d026f8abca51
user:        Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date:        Mon Nov 19 12:59:48 2012 +0000
    
    minios: Update mini-os license to support GPL features
    
    This patch updates extras/mini-os/COPYING to explain
    which optional features are GPL and what the implications
    of enabling them are.
    
    Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26165:42a7c393c390
user:        Matthew Fioravante <matthew.fioravante@jhuapl.edu>
date:        Mon Nov 19 12:59:47 2012 +0000
    
    minios: fix bug in lseek for mini-os
    
    lseek always used files[fd].file.offset. It should
    use the offset of whatever union member is actually
    being used.
    
    Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26164:17539cec2b9d
user:        Stefano Stabellini <stefano.stabellini@eu.citrix.com>
date:        Mon Nov 19 12:59:46 2012 +0000
    
    xen/arm: get the number of cpus from device tree
    
    The system might have fewer cpus than the GIC supports.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26163:ddb109120dbd
user:        Stefano Stabellini <stefano.stabellini@eu.citrix.com>
date:        Mon Nov 19 12:59:46 2012 +0000
    
    xen/arm: flush D-cache and I-cache when appropriate
    
    - invalidate tlb after setting WXN
    - flush D-cache and I-cache after relocation;
    - invalidate D-cache after writing to smp_up_cpu;
    - flush I-cache after changing HTTBR;
    - flush I-cache and branch predictor after writing Xen text ptes.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
changeset:   26162:9da9781cc3fb
user:        Jan Beulich <jbeulich@suse.com>
date:        Mon Nov 19 09:48:22 2012 +0100
    
    vscsiif: minor cleanup
    
    Remove a definition not belonging into the interface, and correct a
    few typos in comments.
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: Keir Fraser <keir@xen.org>
    
    
changeset:   26161:9025a10c0561
user:        Wei Wang <wei.wang2@amd.com>
date:        Mon Nov 19 09:46:46 2012 +0100
    
    AMD IOMMU: Enable HPET broadcast msi remapping
    
    This patch enables hpet msi remapping for amd iommu.
    
    Signed-off-by: Wei Wang <wei.wang2@amd.com>
    
    - use the existing ACPI_IVHD_* #define-s
    - warn on finding more than one IVHD HPET entry
    - consolidate parameters of update_intremap_entry_from_msi_msg()
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Committed-by: Jan Beulich <jbeulich@suse.com>
    
    
changeset:   26160:321f8487379b
user:        Stefano Stabellini <stefano.stabellini@eu.citrix.com>
date:        Thu Nov 15 10:25:29 2012 +0000
    
    xen/arm: wake up secondary cpus
    
    Secondary cpus are held by the firmware until we send an IPI to them.
    
    Reordered non-boot cpu wait loop to perform the check before waiting
    for an event, to handled the case where the event has already
    happened when we reach the loop.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
    Committed-by: Ian Campbell <ian.campbell@citrix.com>
    
    
(qemu changes not included)

                 reply	other threads:[~2012-11-20 20:58 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-14449-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.