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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-win7-amd64 12 guest-localmigrate/x10 fail REGR. vs. 
22033

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-armhf-armhf-xl           5 xen-boot                     fail   never pass
 test-amd64-i386-xend-winxpsp3 16 leak-check/check             fail  never pass
 test-amd64-amd64-xl-win7-amd64 13 guest-stop                   fail never pass
 test-amd64-amd64-xl-qemut-win7-amd64 13 guest-stop             fail never pass
 test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop               fail never pass
 test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop              fail never pass
 test-amd64-i386-xl-win7-amd64 13 guest-stop                   fail  never pass
 test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop               fail never pass
 test-amd64-amd64-xl-winxpsp3 13 guest-stop                   fail   never pass
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop         fail never pass
 test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check        fail never pass
 test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop               fail never pass

version targeted for testing:
 xen                  5225a95577f71be633e490b729b2e157d4fa3208
baseline version:
 xen                  a0eaa86e753766a06d740bd125c0cb8b3358babf

------------------------------------------------------------
People who touched revisions under test:
  Anthony Perard <anthony.perard@xxxxxxxxxx>
  Don Slutz <dslutz@xxxxxxxxxxx>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Julien Grall <julien.grall@xxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Kelley Nielsen <kelleynnn@xxxxxxxxx>
  Matthew Daley <mattjd@xxxxxxxxx>
  Nathan Studer <nate.studer@xxxxxxxxxxxxxxx>
  Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
------------------------------------------------------------

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-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-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                                 pass    
 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 5225a95577f71be633e490b729b2e157d4fa3208
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Tue Nov 19 16:59:49 2013 +0100

    x86: fix emulation of indirect far calls and jumps
    
    Commit 86781624 ("x86_emulate: PUSH <mem> must read source operand
    just once") corrected the operands of those of the operations of opcode
    extension group 5 that only read memory from SrcMem to DstMem, but
    failed to also switch the use of "dst" here to "src".
    
    Reported-by: Anthony Perard <anthony.perard@xxxxxxxxxx>
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Tested-by: Anthony Perard <anthony.perard@xxxxxxxxxx>
    Acked-by: Keir Fraser <keir@xxxxxxx>

commit 1039c6772c7cb84e968e1cd535a4cdafe731fa50
Author: Nathan Studer <nate.studer@xxxxxxxxxxxxxxx>
Date:   Tue Nov 19 16:58:32 2013 +0100

    arinc: whitespace and formatting fixes
    
    Remove the excessive amount of trailing whitespace in the
    arinc653 scheduler file and add a local variables block.
    
    Suggested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Signed-off-by: Nathan Studer <nate.studer@xxxxxxxxxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Release-acked-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>

commit 9b6b1b815c500d142ba4f13d5cd1929e385c56b6
Author: Matthew Daley <mattjd@xxxxxxxxx>
Date:   Fri Nov 8 13:32:03 2013 +1300

    xen/arm: correct duplicate MPIDR check to actually skip the node
    
    Signed-off-by: Matthew Daley <mattjd@xxxxxxxxx>
    Acked-by: Julien Grall <julien.grall@xxxxxxxxxx>

commit 80ede1ac29b9207b274c85d2b91201d8c4db55ec
Author: Julien Grall <julien.grall@xxxxxxxxxx>
Date:   Thu Nov 14 17:00:34 2013 +0000

    xen/arm: p2m: flush TLB by VMID when a new domain is creating
    
    Once the VMID is marked unused, a new domain can reuse the VMID for its
    own. If the TLB is not flushed, entries can contain wrong translation.
    When a new p2m is allocated, switch to the new VMID and flush TLB on
    every physical CPUs.
    
    Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx>
    Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit a8cf1428fc8675af6c8383c092d83e81f5dba77b
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Mon Nov 11 15:24:00 2013 -0800

    opw: libxl: use CTX macro in libxl_utils.c
    
    The new coding style uses the convenience macro CTX as declared in
    libxl_internal.h. Substitute an invocation of this macro for its
    body at the two places it occurs in libxl_utils.c.
    
    Suggested-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit b8c22d2eba24e6706e8b2dd73ab306793a7d7d08
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Mon Nov 11 15:23:56 2013 -0800

    libxl: use LOG instead of LIBXL__LOG in libxl_utils.c
    
    To conform to the new coding style, replace the invocation of
    LIBXL__LOG in the function libxl_pipe() in the file libxl_utils.c
    with an invocation of LOG. Create a local libxl__gc gc* for LOG
    to use by invoking GC_INIT(ctx) at the top of the function, and
    clean it up by invoking GC_FREE at the exit. Create a variable,
    ret, to consolidate exits in one place and avoid invoking GC_FREE
    twice.
    
    Suggested-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 68cd21e88376f79b958e6413657bdaa12b5e4ec0
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Mon Nov 11 15:23:55 2013 -0800

    libxl: use LOG and LOGE instead of LIBXL__LOG* in libxl_utils.c
    
    Code cleanup - no functional changes
    
    The convenience macros LOG and LOGE have been written to take the
    place of the old macros in the LIBXL__LOG* family. Replace the
    invocations of the old macros in the function libxl_read_file_contents()
    with invocations of the corresponding new ones. Create a local
    libxl__gc gc* for the new macros to use by invoking GC_INIT(ctx) at the
    top of the function, and clean it up by invoking GC_FREE at the two
    exit points.
    
    Suggested-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 6976583283ad3ccd0f07aca7497fff8e7ae1f267
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Thu Nov 14 17:50:43 2013 -0800

    libxl: use LOGE instead of LIBXL__LOG_ERRNO in libxl_utils.c
    
    Code cleanup - no functional changes
    
    The convenience macro LOGE has been written to take the place of
    LIBXL__LOG_ERRNO. LOGE depends on the existence of a local libgl__gc
    *gc. Replace two invocations of LIBXL__LOG_ERRNO, which are in
    functions that already have a libxl__gc *gc present, to invocations
    of the new macro.
    
    Suggested-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>

commit aa76b2010c311a6b812c97f9f17886f18df1069b
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Mon Nov 11 15:23:53 2013 -0800

    libxl: use GCSPRINTF instead of libxl__sprintf
    
    Code cleanup - no functional changes
    
    The convenience macro GCSPRINTF has been written to be used in place
    of libxl__sprintf(). Replace all calls to libxl__sprintf() in
    libxl_utils.c with invocations of the new macro.
    
    Suggested-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 5ad997a70583f7ee43baaefd6ad2e5d71fc44663
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Mon Nov 11 15:23:52 2013 -0800

    libxl: use GCSPRINTF in place of libxl_sprintf() in libxl_qmp.c
    
    Code cleanup -- no functional changes
    
    The convenience macro GCSPRINTF has been written to be used in place of
    libxl_sprintf. Change all calls to libxl_sprintf() in libxl_qmp.c to
    invocations of the new macro.
    
    Suggested-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit c61ca4baa041c49b70b3ccee04cac48fdf6f7bff
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Mon Nov 11 15:23:51 2013 -0800

    libxl: Use new macro LOGE() in libxl_qmp.c
    
    Code cleanup -- no functional changes
    
    Coding style has recently been changed for libxl. The convenience
    macro LOGE() has been introduced, and invocations of the old macro
    LIBXL__LOG_ERROR() are to be replaced with it. Change all occurences
    of the old macro (in functions that have a local libxl_gc *gc) except
    the one in register_serials_chardev_callback() to the new one. (This
    function lacks a local libxl__gc *gc, which LOGE() requires.)
    
    Suggested-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit f28b2f4dfd566091e7d36f5d298c162feb4a5cd6
Author: Kelley Nielsen <kelleynnn@xxxxxxxxx>
Date:   Thu Nov 14 17:41:07 2013 -0800

    libxl: change most remaining LIBXL_LOG to LOG in libxl_qmp.c
    
    Coding style has recently been changed for libxl. The convenience
    macro LOG() has been introduced, and invocations of the old macro
    LIBXL__LOG() are to be replaced with it. Change occurences of the
    old macro to the new one in the functions qmp_handle_response()
    and qmp_handle_error_response(). The new macros need access to a
    local libxl__gc *gc, so add it as a parameter to both these functions,
    and pass the instance in qmp_next() down the call chain to
    qmp_handle_response() and in turn to qmp_handle_error_response().
    
    Suggested-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
    Signed-off-by: Kelley Nielsen <kelleynnn@xxxxxxxxx>
    Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
    [ijc -- reverted one unintential w/s change]

commit d6738db02d397ff7edd6ff7af156980cd9d780ad
Author: Don Slutz <dslutz@xxxxxxxxxxx>
Date:   Tue Nov 5 09:11:51 2013 -0500

    get_maintainer.pl: Adjust to Xen workflow
    
    Based on feedback from reviewers:
    * Disable git fallback by default: it has a tendency to mail
      anyone who did a single oneline change and should not be
      necessary for a project of Xen's size.
    * Disable rolestats: Makes cut-and-paste from the output into the
      commit message easy.
    * Drop "THE REST" fallback: Don't spam Keir *too* much.
    
    Signed-off-by: Don Slutz <dslutz@xxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    [ijc -- expanded the changelog]

commit f85e314d268ebf39249fa9327782d712e2274feb
Author: Don Slutz <dslutz@xxxxxxxxxxx>
Date:   Tue Nov 5 09:11:50 2013 -0500

    get_maintainer.pl: Convert to Xen tree
    
    Signed-off-by: Don Slutz <dslutz@xxxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 9205d0b4e713dd8852f28c5c3a016813d415357b
Author: Don Slutz <dslutz@xxxxxxxxxxx>
Date:   Tue Nov 5 09:11:49 2013 -0500

    Add linux version of get_maintainer.pl
    
    This is get_maintainer.pl from linux commit 
bbbe96ed899e8ebde1a12d28f10461eb8bef1074
    
    Tag at time of commit: v3.9-2313-gbbbe96e
    Was released as: v3.10-0-g8bb495e
    
    Signed-off-by: Don Slutz <dslutz@xxxxxxxxxxx>
    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®.