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

[ovmf test] 151024: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-i386-xsm                6 xen-build                fail REGR. vs. 150978

version targeted for testing:
 ovmf                 e1d24410da356731da70b3334f86343e11e207d2
baseline version:
 ovmf                 dafce295e6f447ed8905db4e29241e2c6c2a4389

Last test of basis   150978  2020-06-09 21:39:29 Z    2 days
Testing same since   151024  2020-06-10 19:57:12 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Abdul Lateef Attar <abdul@xxxxxxxxxxx>
  Ard Biesheuvel <ard.biesheuvel@xxxxxxx>
  Dong, Eric <eric.dong@xxxxxxxxx>
  Eric Dong <eric.dong@xxxxxxxxx>
  Heyi Guo <guoheyi@xxxxxxxxxxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Walon Li <walon.li@xxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               fail    
 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                         pass    
 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 e1d24410da356731da70b3334f86343e11e207d2
Author: Heyi Guo <guoheyi@xxxxxxxxxxxxxxxxx>
Date:   Tue Jun 9 09:26:30 2020 +0800

    ArmPkg/ArmExceptionLib: use static buffer for sp_el0
    
    The exception library is also used in DxeMain before memory services
    are available, and AllocatePages() will fail in this case and cause
    sp_el0 remains 0. Then if any exception occurs before CpuDxe driver is
    loaded, a recursive exception will be trigged by page translation
    fault for sp = 0 - 0x130.
    
    Use static buffer instead to fix this issue.
    
    Signed-off-by: Heyi Guo <guoheyi@xxxxxxxxxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxx>

commit 14c7ed8b51f60097ad771277da69f74b22a7a759
Author: Laszlo Ersek <lersek@xxxxxxxxxx>
Date:   Tue Jun 9 12:54:14 2020 +0200

    OvmfPkg/GenericQemuLoadImageLib: log "Not Found" at INFO level
    
    gBS->LoadImage() returning EFI_NOT_FOUND is an expected condition; it
    means that QEMU wasn't started with "-kernel". Log this status code as
    INFO rather than ERROR.
    
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxx>
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
    Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Message-Id: <20200609105414.12474-1-lersek@xxxxxxxxxx>
    Acked-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxx>

commit 365fdb0f939cf00b26d37f27adbf579aa984221b
Author: Walon Li <walon.li@xxxxxxx>
Date:   Wed May 20 12:24:47 2020 +0800

    MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-update
    
    REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2701
    
    Recording to the spec, the reconnect is activated upon exiting of the
    formset or the browser. Exiting is by user but form-browser internal
    logic. That means the reconnection is only happened when user press
    ESC or _EXIT action to exit form.
    Driver callback may update HII form dynamically so form-browser needs
    to refresh its internal data. It's not exiting formset for user
    exactly and they didn't know what happened. So use a flag to record
    that and do not reconnect driver if updated by callback.
    
    Signed-off-by: Walon Li <walon.li@xxxxxxx>
    Reviewed-by: Dandan Bi <dandan.bi@xxxxxxxxx>

commit 8c91934019a7c10811d274d65210e9fdf36400cc
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Wed Jun 10 11:38:26 2020 +0800

    Maintainers.txt: Add reviewer for Pei Core.
    
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Debkumar De <debkumar.de@xxxxxxxxx>
    Cc: Harry Han <harry.han@xxxxxxxxx>
    Cc: Catharine West <catharine.west@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>

commit b7b3a5f99b1fe10d392e962424a2b488b1ff0804
Author: Dong, Eric <eric.dong@xxxxxxxxx>
Date:   Wed Jun 3 11:18:05 2020 +0800

    Maintainers.txt: Add reviewer for SEC related modules.
    
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Debkumar De <debkumar.de@xxxxxxxxx>
    Cc: Harry Han <harry.han@xxxxxxxxx>
    Cc: Catharine West <catharine.west@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>

commit 5ebec96f282d30e0d225ece376f0060fd9a1c039
Author: Dong, Eric <eric.dong@xxxxxxxxx>
Date:   Wed Jun 3 11:18:04 2020 +0800

    Maintainers.txt: Add reviewer for UefiCpuPkg.
    
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Rahul Kumar <rahul1.kumar@xxxxxxxxx>

commit 4e3600b0388f6d4cce4dca544ac8226340836c23
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Wed Jun 10 11:41:01 2020 +0800

    Maintainers.txt: Add reviewer for security boot modules.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Cc: Min Xu <min.m.xu@xxxxxxxxx>
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 3b18b80aff3db6c1775059183009427b73d52cea
Author: Dong, Eric <eric.dong@xxxxxxxxx>
Date:   Wed Jun 3 11:18:02 2020 +0800

    Maintainers.txt: Add reviewers for Tcg related modules.
    
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Cc: Qi Zhang <qi1.zhang@xxxxxxxxx>
    Cc: Rahul Kumar <rahul1.kumar@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit 9b52b06f964226780b7047e10be0c1a65e223eb1
Author: Abdul Lateef Attar <abdul@xxxxxxxxxxx>
Date:   Mon Apr 20 15:05:55 2020 +0800

    MdeModulePkg: Sets the Cursor to selected BootOption.
    
    Its been observed that in MenuManagerMenuApp when user
    selects a different BootOption using Up/Down key, the
    current Cursor position is not chaning.
    Still points to the old BootOption.
    
    This changes first dispalys/redraws the old BootOption
    followed by new BootOption. Doing so will make current
    cursor pointing to the user selected BootOption.
    
    Signed-off-by: Abdul Lateef Attar <abdul@xxxxxxxxxxx>
    Reviewed-by: Dandan Bi <dandan.bi@xxxxxxxxx>



 


Rackspace

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