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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-win7-amd64  9 guest-localmigrate       fail REGR. vs. 22547

Regressions which are regarded as allowable (not blocking):
 test-armhf-armhf-xl           7 debian-install               fail   like 22547
 test-amd64-amd64-xl-sedf-pin 14 guest-localmigrate/x10    fail REGR. vs. 22547

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-amd64-i386-xend-winxpsp3 16 leak-check/check             fail  never pass
 test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop             fail never pass
 test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop              fail never pass
 test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop               fail never pass
 test-amd64-amd64-xl-win7-amd64 13 guest-stop                   fail never pass
 test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check        fail never pass
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop         fail never pass
 test-amd64-amd64-xl-qemuu-winxpsp3 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-qemut-win7-amd64 13 guest-stop             fail never pass

version targeted for testing:
 xen                  9a80d5056766535ac624774b96495f8b97b1d28b
baseline version:
 xen                  8da1ed9031341381c218b7e6eaab5b4f239a327b

------------------------------------------------------------
People who touched revisions under test:
  Eddie Dong <eddie.dong@xxxxxxxxx>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Julien Grall <julien.grall@xxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
  Yang Zhang <yang.z.zhang@xxxxxxxxx>
------------------------------------------------------------

jobs:
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-oldkern                                          pass    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            pass    
 build-armhf-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl                                          pass    
 test-armhf-armhf-xl                                          fail    
 test-amd64-i386-xl                                           pass    
 test-amd64-i386-rhel6hvm-amd                                 pass    
 test-amd64-i386-qemut-rhel6hvm-amd                           pass    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-i386-freebsd10-amd64                              pass    
 test-amd64-amd64-xl-qemut-win7-amd64                         fail    
 test-amd64-i386-xl-qemut-win7-amd64                          fail    
 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-i386-freebsd10-i386                               pass    
 test-amd64-amd64-xl-pcipt-intel                              fail    
 test-amd64-i386-rhel6hvm-intel                               pass    
 test-amd64-i386-qemut-rhel6hvm-intel                         pass    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-multivcpu                                 pass    
 test-amd64-amd64-pair                                        pass    
 test-amd64-i386-pair                                         pass    
 test-amd64-amd64-xl-sedf-pin                                 fail    
 test-amd64-amd64-pv                                          pass    
 test-amd64-i386-pv                                           pass    
 test-amd64-amd64-xl-sedf                                     pass    
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1                     fail    
 test-amd64-i386-xl-winxpsp3-vcpus1                           fail    
 test-amd64-i386-xend-qemut-winxpsp3                          fail    
 test-amd64-amd64-xl-qemut-winxpsp3                           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.

------------------------------------------------------------
commit 9a80d5056766535ac624774b96495f8b97b1d28b
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Fri Dec 20 12:02:06 2013 +0100

    fix XENMEM_add_to_physmap_range preemption handling
    
    Just like for all other hypercalls we shouldn't be modifying the input
    structure - all of the fields are, even if not explicitly documented,
    just inputs (the one OUT one really refers to the memory pointed to by
    that handle rather than the handle itself).
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Tim Deegan <tim@xxxxxxx>
    Acked-by: Keir Fraser <keir@xxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 0627c56cb6ff61e197da75c6958fff3b43159237
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Fri Dec 20 12:01:44 2013 +0100

    move XENMEM_add_to_physmap_range handling framework to common code
    
    There's really nothing really architecture specific here; the
    architecture specific handling is limited to
    xenmem_add_to_physmap_one().
    
    This further eliminates the erroneous bailing from
    xenmem_add_to_physmap_range() if xenmem_add_to_physmap_one() fails.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Tim Deegan <tim@xxxxxxx>
    Acked-by: Keir Fraser <keir@xxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit ade868939fe06520bb946dad740e1f3f1c12ea82
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Fri Dec 20 12:01:09 2013 +0100

    fix XENMEM_add_to_physmap preemption handling
    
    Just like for all other hypercalls we shouldn't be modifying the input
    structure - all of the fields are, even if not explicitly documented,
    just inputs.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Tim Deegan <tim@xxxxxxx>
    Acked-by: Keir Fraser <keir@xxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 4be86bb194e25e46b6cbee900601bfee76e8090a
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Fri Dec 20 12:00:15 2013 +0100

    move XENMEM_add_to_physmap handling framework to common code
    
    There's really nothing really architecture specific here; the
    architecture specific handling is limited to
    xenmem_add_to_physmap_one().
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Tim Deegan <tim@xxxxxxx>
    Acked-by: Keir Fraser <keir@xxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 136058cc5ce4f1e630d5bac199304fdc9429faa3
Author: Yang Zhang <yang.z.zhang@xxxxxxxxx>
Date:   Fri Dec 20 11:57:14 2013 +0100

    Nested VMX: Setup the virtual NMI exiting info
    
    When inject a virtual nmi exit to L1, hypervisor need to set the
    virtual vmcs with right vaule which is missing in current Xen.
    
    Signed-off-by: Yang Zhang <yang.z.zhang@xxxxxxxxx>
    Acked-by: Eddie Dong <eddie.dong@xxxxxxxxx>

commit 54b671170057d63a8eb508ec81ffd83e6195b99b
Merge: 8672aa8... 8da1ed9...
Author: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date:   Fri Dec 20 09:53:14 2013 +0000

    Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into 
staging

commit 8672aa8384d18690df62b2cff2627590e93b0359
Author: Julien Grall <julien.grall@xxxxxxxxxx>
Date:   Fri Dec 20 01:41:20 2013 +0000

    xen/arm: p2m: Don't create new table when the mapping is removed
    
    When  Xen is removing/relinquishing mapping, it will create second/third 
tables
    if they don't exist.
    
    Non-existent table means the address range was never mapped, so Xen can 
safely
    skip them.
    
    Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx>
    Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
(qemu changes not included)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

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