All of lore.kernel.org
 help / color / mirror / Atom feed
* [xen-4.1-testing test] 9100: regressions - trouble: blocked/fail/preparing/queued
@ 2011-09-27 16:55 xen.org
  0 siblings, 0 replies; only message in thread
From: xen.org @ 2011-09-27 16:55 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-27 16:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 16:55 [xen-4.1-testing test] 9100: regressions - trouble: blocked/fail/preparing/queued xen.org

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.