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] 9656: regressions - FAIL
Date: Wed, 2 Nov 2011 17:34:46 +0000	[thread overview]
Message-ID: <osstest-9656-mainreport@xen.org> (raw)

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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-sedf      7 debian-install             fail REGR. vs. 9652

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                  119bccb1cc5e
baseline version:
 xen                  068d3d55ce6e

------------------------------------------------------------
People who touched revisions under test:
  "Kay, Allen M" <allen.m.kay@intel.com>
  Christoph Egger <Christoph.Egger@amd.com>
  Ian Jackson <ian.jackson@eu.citrix.com>
  Jan Beulich <jbeulich@suse.com>
  Roger Pau Monne <roger.pau@entel.upc.edu>
------------------------------------------------------------

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:   24052:119bccb1cc5e
tag:         tip
user:        Jan Beulich <jbeulich@suse.com>
date:        Wed Nov 02 13:53:05 2011 +0100
    
    passthrough: re-attempt ACS and ATS enabling when devices get reported by Dom0
    
    Since extended config space accesses may not be possible when
    scan_pci_devices() runs (due to MMCFG resources not being reserved in
    the E820 table, which the specification allows to be the case),
    functionality enabling of which requires such must be re-attempted
    when it is known whether MMCFG is safe to use.
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: "Kay, Allen M" <allen.m.kay@intel.com>
    
    
changeset:   24051:6da8953b7a90
user:        Jan Beulich <jbeulich@suse.com>
date:        Wed Nov 02 13:51:28 2011 +0100
    
    VT-d/ATS: cleanup
    
    - make acpi_find_matched_atsr_unit() consistent with
      acpi_find_matched_drhd_unit() (and constify their parameter)
    - make ats_device() take a struct pci_dev * instead of seg:bus:devfn
      and additionally the matching DRHD (as its callers already worked
      that out)
    - remove a stale prototype
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: "Kay, Allen M" <allen.m.kay@intel.com>
    
    
changeset:   24050:068d3d55ce6e
user:        Christoph Egger <Christoph.Egger@amd.com>
date:        Tue Nov 01 19:03:38 2011 +0000
    
    tools/ocaml: unify build process
    
    Unify ocaml build process for different platforms.
    
    Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
    
    
========================================
commit 25378e0a76b282127e9ab8933a4defbc91db3862
Author: Roger Pau Monne <roger.pau@entel.upc.edu>
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@entel.upc.edu>

                 reply	other threads:[~2011-11-02 17:34 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-9656-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.