[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [xen-unstable test] 6652: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking:
 test-i386-i386-win           14 guest-start.2              fail REGR. vs. 6651

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 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-rhel6hvm-amd  8 guest-saverestore            fail   never pass
 test-amd64-i386-rhel6hvm-intel  7 redhat-install               fail  like 6651
 test-amd64-i386-win-vcpus1   16 leak-check/check             fail   never pass
 test-amd64-i386-win          16 leak-check/check             fail   never pass
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-amd64-xcpkern-i386-rhel6hvm-amd  8 guest-saverestore      fail never pass
 test-amd64-xcpkern-i386-rhel6hvm-intel  8 guest-saverestore    fail never pass
 test-amd64-xcpkern-i386-win  16 leak-check/check             fail   never pass
 test-amd64-xcpkern-i386-xl-win 13 guest-stop                   fail never pass
 test-i386-i386-xl-win        13 guest-stop                   fail   never pass
 test-i386-xcpkern-i386-win   16 leak-check/check             fail   never pass

version targeted for testing:
 xen                  a65612bcbb92
baseline version:
 xen                  7743791e9068

------------------------------------------------------------
People who touched revisions under test:
  Gang Wei <gang.wei@xxxxxxxxx>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxxxx>
  Olaf Hering <olaf@xxxxxxxxx>
------------------------------------------------------------

jobs:
 build-i386-xcpkern                                           pass     
 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-xcpkern-i386-xl                                   pass     
 test-i386-xcpkern-i386-xl                                    pass     
 test-amd64-i386-rhel6hvm-amd                                 fail     
 test-amd64-xcpkern-i386-rhel6hvm-amd                         fail     
 test-amd64-i386-xl-credit2                                   pass     
 test-amd64-xcpkern-i386-xl-credit2                           pass     
 test-amd64-i386-rhel6hvm-intel                               fail     
 test-amd64-xcpkern-i386-rhel6hvm-intel                       fail     
 test-amd64-i386-xl-multivcpu                                 pass     
 test-amd64-xcpkern-i386-xl-multivcpu                         pass     
 test-amd64-amd64-pair                                        pass     
 test-amd64-i386-pair                                         pass     
 test-i386-i386-pair                                          pass     
 test-amd64-xcpkern-i386-pair                                 pass     
 test-i386-xcpkern-i386-pair                                  pass     
 test-amd64-amd64-pv                                          pass     
 test-amd64-i386-pv                                           pass     
 test-i386-i386-pv                                            pass     
 test-amd64-xcpkern-i386-pv                                   pass     
 test-i386-xcpkern-i386-pv                                    pass     
 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-xcpkern-i386-win                                  fail     
 test-i386-xcpkern-i386-win                                   fail     
 test-amd64-amd64-xl-win                                      fail     
 test-i386-i386-xl-win                                        fail     
 test-amd64-xcpkern-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:   23096:a65612bcbb92
tag:         tip
user:        Jan Beulich <jbeulich@xxxxxxxxxx>
date:        Fri Mar 25 09:03:17 2011 +0000
    
    x86/hpet: eliminate cpumask_lock
    
    According to the (now getting removed) comment in struct
    hpet_event_channel, this was to prevent accessing a CPU's
    timer_deadline after it got cleared from cpumask. This can be done
    without a lock altogether - hpet_broadcast_exit() can simply clear
    the bit, and handle_hpet_broadcast() can read timer_deadline before
    looking at the mask a second time (the cpumask bit was already
    found set by the surrounding loop).
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
    Acked-by: Gang Wei <gang.wei@xxxxxxxxx>
    
    
changeset:   23095:941119d58655
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Fri Mar 25 09:01:37 2011 +0000
    
    xentrace: use consistent printk prefix
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    
    
changeset:   23094:d09e8885bc82
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Fri Mar 25 08:58:04 2011 +0000
    
    xentrace: update comments
    
    Fix a typo, remove redundant comment.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    
    
changeset:   23093:4b784605b089
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Fri Mar 25 08:57:47 2011 +0000
    
    xentrace: remove gdprintk usage since they are not in guest context
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    
    
changeset:   23092:45dafa422812
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Fri Mar 25 08:57:28 2011 +0000
    
    xentrace: print calculated numbers in calculate_tbuf_size()
    
    Print number of pages to allocate for per-cpu tracebuffer and metadata
    to ease debugging when allocation fails.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    
    
changeset:   23091:67632e5cf652
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Fri Mar 25 08:56:33 2011 +0000
    
    xentrace: fix t_info_pages calculation.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    
    
changeset:   23090:7743791e9068
user:        Ian Campbell <ian.campbell@xxxxxxxxxx>
date:        Thu Mar 24 13:35:58 2011 +0000
    
    tools/xenstat: 23075:b4351d57464b added libxenstat.so but didn't build fPIC
    
    This broke on x86_64.
    
    Reported-by: Olaf Hering
    Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    
    
(qemu changes not included)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.