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

[Xen-devel] [ovmf test] 65677: regressions - FAIL



flight 65677 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/65677/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail 
REGR. vs. 65543

version targeted for testing:
 ovmf                 d1baf355b1e5d3363ef7b8abcabffe08af43b8e5
baseline version:
 ovmf                 5ac96e3a28dd26eabee421919f67fa7c443a47f1

Last test of basis    65543  2015-12-08 08:45:15 Z    3 days
Failing since         65593  2015-12-08 23:44:51 Z    3 days    3 attempts
Testing same since    65677  2015-12-10 14:12:07 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Chao Zhang <chao.b.zhang@xxxxxxxxx>
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Eric Dong <eric.dong@xxxxxxxxx>
  Eugene Cohen <eugene@xxxxxx>
  Jaben Carsey <jaben.carsey@xxxxxxxxx>
  Jeff Fan <jeff.fan@xxxxxxxxx>
  Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
  Jordan Justen <jordan.l.justen@xxxxxxxxx>
  Leekha Shaveta <shaveta@xxxxxxxxxxxxx>
  Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


Not pushing.

------------------------------------------------------------
commit d1baf355b1e5d3363ef7b8abcabffe08af43b8e5
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Thu Dec 10 10:59:29 2015 +0000

    ShellPkg: Fix ifconfig hang issue with incomplete parameters
    
    This patch is used to fix ifconfig hang issue with incomplete
    parameters. In addition, some error related output information
    is added to increase the interactivity.
    
    Cc: Leekha Shaveta <shaveta@xxxxxxxxxxxxx>
    Cc: Carsey Jaben <jaben.carsey@xxxxxxxxx>
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Tested-by: Leekha Shaveta <shaveta@xxxxxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19212 
6f19259b-4bc3-4df7-8a09-765794883524

commit 2d675c1c8c9e43195bf32d5a34a54f962f35afca
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Thu Dec 10 07:10:13 2015 +0000

    UefiCpuPkg/MtrrLib:Initialize local variables before use them
    
    Cc: Shumin Qiu <shumin.qiu@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Shumin Qiu <shumin.qiu@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19183 
6f19259b-4bc3-4df7-8a09-765794883524

commit abef2c854763e067a5cb25698ee61a14641982fc
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Thu Dec 10 07:09:45 2015 +0000

    UefiCpuPkg/UefiCpuPkg.uni: Add PcdCpuNumberOfReservedVariableMtrrs
    
    Cc: Shumin Qiu <shumin.qiu@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Shumin Qiu <shumin.qiu@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19182 
6f19259b-4bc3-4df7-8a09-765794883524

commit 304316f430519b5a84cf7402d1721d22ba6f94b7
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Dec 10 04:18:35 2015 +0000

    ShellPkg/mm: Fix mm to support multiple root bridge platform
    
    In multiple root bridge platforms, different root bridges may
    share the same segment but occupy different range of buses,
    or may occupy different segments.
    The fix is to find the correct root bridge IO instance by
    comparing not only the segment but also the bus ranges.
    It tries to access the MMIO and IO in the following order:
    PciRootBridgeIo, CpuIo and direct IO.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19181 
6f19259b-4bc3-4df7-8a09-765794883524

commit 25e34a2df4d17c8e3ba218179062a9a63f42a957
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Dec 10 04:17:59 2015 +0000

    ShellPkg/mm: Fix the help message to align to implementation and spec
    
    The implementation is already aligned to spec.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19180 
6f19259b-4bc3-4df7-8a09-765794883524

commit a59e2edebeb2762af458aa63725f5bb0facb7c5e
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Dec 10 02:47:16 2015 +0000

    MdeModulePkg: Add PciSioSerialDxe driver
    
    PciSioSerialDxe driver can manages UARTs on a SIO chip or a PCI/PCIE
    card.
    It manages the SIO instance whose last device path node is a ACPI
    device path and the HID in the ACPI device path node equals to
    EISA_PNP_ID (0x501).
    It also manages the PCI IO instance whose class code is 7/0/2 (16550
    UART). But when proper value is set to PcdPciSerialParameters, the
    driver can also manage non-standard PCI serial cards by matching
    the Vendor ID and Device ID specified in PcdPciSerialParameters.
    The PCI BAR index, IO/MMIO offset, register stride, clock rate can
    also be specified through the same PCD.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19179 
6f19259b-4bc3-4df7-8a09-765794883524

commit 00c0c3f24fb36bd7b32f4075bcc7b65a0c113be9
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Thu Dec 10 01:44:56 2015 +0000

    NetworkPkg: Fix the potential NULL pointer dereferenced issue
    
    This patch is used to fix the potential NULL pointer dereferenced
    in function 'ParseDnsResponse'.
    
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19178 
6f19259b-4bc3-4df7-8a09-765794883524

commit c2788f1c2b07a3d18572a416833e3dd950a020fd
Author: Jaben Carsey <jaben.carsey@xxxxxxxxx>
Date:   Wed Dec 9 23:08:07 2015 +0000

    ShellPkg: Make 'dh' support showing all spec defined protocols.
    
    When using 'dh' to dump all protocols installed on a handle, some of
    them are shown as 'UnknownDevice'.
    
    Device patch make 'dh' support all spec defined protocols.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Qiu Shumin <shumin.qiu@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19177 
6f19259b-4bc3-4df7-8a09-765794883524

commit e329f98b8620d4fd44f87c51fc4e8dba2fbbfa32
Author: Jordan Justen <jordan.l.justen@xxxxxxxxx>
Date:   Wed Dec 9 23:07:58 2015 +0000

    ShellPkg: Convert all .uni files to utf-8
    
    To convert these files I ran:
    
    $ python3 BaseTools/Scripts/ConvertUni.py ShellPkg
    
    Cc: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Cc: Shumin Qiu <shumin.qiu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19176 
6f19259b-4bc3-4df7-8a09-765794883524

commit faec4992303fc7e81d10c9a91ff4257599551448
Author: Chao Zhang <chao.b.zhang@xxxxxxxxx>
Date:   Wed Dec 9 01:27:38 2015 +0000

    MdePkg: Restore SetupMode macro definition
    
    Restore SetupMode macro definition to keep backward compatibility. No 
current module is referencing them now.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19175 
6f19259b-4bc3-4df7-8a09-765794883524

commit b7de7e3cab3f172bb8ef3e2638f90889981d791a
Author: Eugene Cohen <eugene@xxxxxx>
Date:   Tue Dec 8 15:58:53 2015 +0000

    ArmPkg: update InvalidateInstructionCacheRange to flush only to PoU
    
    This patch updates the ArmPkg variant of InvalidateInstructionCacheRange to
    flush the data cache only to the point of unification (PoU). This improves
    performance and also allows invalidation in scenarios where it would be
    inappropriate to flush to the point of coherency (like when executing code
    from L2 configured as cache-as-ram).
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eugene Cohen <eugene@xxxxxx>
    
    Added AARCH64 and ARM/GCC implementations of the above.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Eugene Cohen <eugene@xxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19174 
6f19259b-4bc3-4df7-8a09-765794883524

commit 62c12ff8c7e7c34af2724758e49b35c26897f2d8
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Tue Dec 8 14:16:30 2015 +0000

    ArmPlatformPkg/ArmVExpress-CTA15-A7: remove stale ArmPlatformGlobalVariable 
PCD
    
    Now that we removed the complete ArmPlatformGlobalVariable implementation,
    remove stale PCD references to it from ArmVExpress-CTA15-A7.dsc
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19173 
6f19259b-4bc3-4df7-8a09-765794883524

commit bc299a9f7be83b13dad9379a12d8e923d4762ca7
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Tue Dec 8 14:15:14 2015 +0000

    ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmetic
    
    RVCT does not like the arithmetic involving a VOID* pointer that was
    introduced in SVN r19163, so use explicit casts instead.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19172 
6f19259b-4bc3-4df7-8a09-765794883524

commit f0afe75ff890723335b7970cd1d17e5ec7277cb2
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Tue Dec 8 13:49:40 2015 +0000

    DeviceManagerLib: Update copyright, use BSD license instead of Intel 
license.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19171 
6f19259b-4bc3-4df7-8a09-765794883524

commit 91afa21006bcac2c2f6df700bc95e2a7125f694c
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Tue Dec 8 13:49:15 2015 +0000

    BootMaintenanceManagerLib: Update copyright, use BSD license instead of 
Intel license.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19170 
6f19259b-4bc3-4df7-8a09-765794883524

commit 5ea71787258f66aea45336eea2e4457ee3ea8ba8
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Tue Dec 8 13:48:35 2015 +0000

    FileExplorerLib: Update copyright, use BSD license instead of Intel license.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19169 
6f19259b-4bc3-4df7-8a09-765794883524

commit f3b006c852e37b6adbeb1e7140f259d946ba6518
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Tue Dec 8 13:47:23 2015 +0000

    BootManagerLib: Update copyright, use BSD license instead of Intel license.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19168 
6f19259b-4bc3-4df7-8a09-765794883524

commit e750958bbc66bbc6e3d00bd853599058709f4604
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Tue Dec 8 08:03:42 2015 +0000

    MdeModulePkg: Use PcdSet##S to replace PcdSet##
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Qiu Shumin <shumin.qiu@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19166 
6f19259b-4bc3-4df7-8a09-765794883524

_______________________________________________
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®.