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-4.1-testing test] 9100: regressions - trouble: blocked/fail/preparing/queued
Date: Tue, 27 Sep 2011 17:55:56 +0100	[thread overview]
Message-ID: <osstest-9100-mainreport@xen.org> (raw)

flight 9100 xen-4.1-testing running [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9100/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-i386-pv              <none executed>              queued
 test-amd64-i386-xl-credit2      <none executed>              queued
 test-i386-i386-pv               <none executed>              queued
 test-i386-i386-xl               <none executed>              queued
 test-amd64-i386-xl              <none executed>              queued
 test-amd64-i386-rhel6hvm-amd    <none executed>              queued
 test-amd64-i386-xl-multivcpu    <none executed>              queued
 build-amd64                   4 xen-build                  fail REGR. vs. 8992
 build-amd64-oldkern           4 xen-build                  fail REGR. vs. 8992
 test-amd64-i386-rhel6hvm-intel    <none executed>              queued
 build-i386-pvops              1 hosts-allocate               running
 build-i386-oldkern            1 hosts-allocate               running
 test-amd64-i386-pair            <none executed>              queued
 test-i386-i386-pair             <none executed>              queued
 test-amd64-i386-win-vcpus1      <none executed>              queued
 build-i386                    2 host-install(2)              running
 build-amd64-pvops             4 kernel-build               fail REGR. vs. 8992
 test-amd64-i386-win             <none executed>              queued
 test-i386-i386-win              <none executed>              queued
 test-amd64-i386-xl-win-vcpus1    <none executed>              queued
 test-i386-i386-xl-win           <none executed>              queued

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-amd64-pv           1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl           1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-pcipt-intel  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-sedf      1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pair         1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-win       1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-win          1 xen-build-check(1)           blocked  n/a

version targeted for testing:
 xen                  5c395e993fe4
baseline version:
 xen                  2112db7c68b3

------------------------------------------------------------
People who touched revisions under test:
  Ian Campbell <ian.campbell@citrix.com>
  Ian Jackson <ian.jackson@eu.citrix.com>
  Marek Marczykowski <marmarek@mimuw.edu.pl>
------------------------------------------------------------

jobs:
 build-amd64                                                  fail    
 build-i386                                                   preparing
 build-amd64-oldkern                                          fail    
 build-i386-oldkern                                           preparing
 build-amd64-pvops                                            fail    
 build-i386-pvops                                             preparing
 test-amd64-amd64-xl                                          blocked 
 test-amd64-i386-xl                                           queued  
 test-i386-i386-xl                                            queued  
 test-amd64-i386-rhel6hvm-amd                                 queued  
 test-amd64-i386-xl-credit2                                   queued  
 test-amd64-amd64-xl-pcipt-intel                              blocked 
 test-amd64-i386-rhel6hvm-intel                               queued  
 test-amd64-i386-xl-multivcpu                                 queued  
 test-amd64-amd64-pair                                        blocked 
 test-amd64-i386-pair                                         queued  
 test-i386-i386-pair                                          queued  
 test-amd64-amd64-pv                                          blocked 
 test-amd64-i386-pv                                           queued  
 test-i386-i386-pv                                            queued  
 test-amd64-amd64-xl-sedf                                     blocked 
 test-amd64-i386-win-vcpus1                                   queued  
 test-amd64-i386-xl-win-vcpus1                                queued  
 test-amd64-amd64-win                                         blocked 
 test-amd64-i386-win                                          queued  
 test-i386-i386-win                                           queued  
 test-amd64-amd64-xl-win                                      blocked 
 test-i386-i386-xl-win                                        queued  


------------------------------------------------------------
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:   23160:5c395e993fe4
tag:         tip
user:        Marek Marczykowski <marmarek@mimuw.edu.pl>
date:        Tue Sep 27 17:27:17 2011 +0100
    
    libxl: fix double free at get_all_assigned_devices
    
    Do not free() list manually - it will be freed by libxl__free_all.
    
    Signed-off-by: Marek Marczykowski <marmarek@mimuw.edu.pl>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
    
    
changeset:   23159:2112db7c68b3
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Wed Sep 21 17:12:58 2011 +0100
    
    libxl: do not start a xenpv qemu solely for tap devices if blktap is available
    
    qemu is used as a fallback for DISK_BACKEND_TAP if no blktap is
    available but if blktap is available, or for DISK_BACKEND_PHY, we
    don't need a qemu process.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
    xen-unstable changeset: 23044:d4ca456c0c25
    xen-unstable date:      Tue Mar 15 18:19:47 2011 +0000
    Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
    
    
(qemu changes not included)

                 reply	other threads:[~2011-09-27 16:55 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-9100-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.