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

[ovmf test] 183867: trouble: blocked/broken



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

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64                     <job status>                 broken
 build-amd64-pvops               <job status>                 broken
 build-amd64-xsm                 <job status>                 broken
 build-i386                      <job status>                 broken
 build-i386-pvops                <job status>                 broken
 build-i386-xsm                  <job status>                 broken
 build-i386                    4 host-install(4)        broken REGR. vs. 183825
 build-i386-xsm                4 host-install(4)        broken REGR. vs. 183825
 build-i386-pvops              4 host-install(4)        broken REGR. vs. 183825
 build-amd64-pvops             4 host-install(4)        broken REGR. vs. 183825
 build-amd64                   4 host-install(4)        broken REGR. vs. 183825
 build-amd64-xsm               4 host-install(4)        broken REGR. vs. 183825

Tests which did not succeed, but are not blocking:
 build-amd64-libvirt           1 build-check(1)               blocked  n/a
 build-i386-libvirt            1 build-check(1)               blocked  n/a
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a
 test-amd64-i386-xl-qemuu-ovmf-amd64  1 build-check(1)              blocked n/a

version targeted for testing:
 ovmf                 33e31c289cc7b417f110d6da70dc8224443d32d3
baseline version:
 ovmf                 8736b8fdca85e02933cdb0a13309de14c9799ece

Last test of basis   183825  2023-11-22 13:41:06 Z    4 days
Testing same since   183867  2023-11-27 05:41:07 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  xieyuanh <yuanhao.xie@xxxxxxxxx>
  Yuanhao Xie <yuanhao.xie@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              broken  
 build-i386-xsm                                               broken  
 build-amd64                                                  broken  
 build-i386                                                   broken  
 build-amd64-libvirt                                          blocked 
 build-i386-libvirt                                           blocked 
 build-amd64-pvops                                            broken  
 build-i386-pvops                                             broken  
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         blocked 
 test-amd64-i386-xl-qemuu-ovmf-amd64                          blocked 


------------------------------------------------------------
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

broken-job build-amd64 broken
broken-job build-amd64-pvops broken
broken-job build-amd64-xsm broken
broken-job build-i386 broken
broken-job build-i386-pvops broken
broken-job build-i386-xsm broken
broken-step build-i386 host-install(4)
broken-step build-i386-xsm host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-amd64-pvops host-install(4)
broken-step build-amd64 host-install(4)
broken-step build-amd64-xsm host-install(4)

Not pushing.

------------------------------------------------------------
commit 33e31c289cc7b417f110d6da70dc8224443d32d3
Author: xieyuanh <yuanhao.xie@xxxxxxxxx>
Date:   Mon Nov 20 12:09:14 2023 +0800

    UefiCpuPkg/MpInitLib: Update the comments of _CPU_MP_DATA.
    
    No functional changes in this patch.
    
    Updates the comments of _CPU_MP_DATA to delcared that duplications in
    CpuMpData are present to avoid to be direct accessed and comprehended
     in assembly code. CpuMpData: Intended for use in C code while
     ExchangeInfo are used in assembly code in this module.
    
    This patch deletes the unnecessary comments in CpuMpData, since
    CpuMpData is no longer responsible for passing information from PEI to
    DXE.
    
    Signed-off-by: Yuanhao Xie <yuanhao.xie@xxxxxxxxx>
    Cc: Laszlo Ersek lersek@xxxxxxxxxx
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Rahul Kumar <rahul1.kumar@xxxxxxxxx>
    Cc: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit cb3f41a9378822a0bcf0febf898af254b4994b8d
Author: Yuanhao Xie <yuanhao.xie@xxxxxxxxx>
Date:   Fri Nov 10 16:03:02 2023 +0800

    UefiCpuPkg/MpInitLib: Enable execute disable bit.
    
    This patch synchronizes the No-Execute bit in the IA32_EFER
    register for the APs before the RestoreVolatileRegisters operation.
    
    The commit 964a4f0, titled "Eliminate the second INIT-SIPI-SIPI
    sequence," replaces the second INIT-SIPI-SIPI sequence with the BSP
    calling the SwitchApContext function to initiate a specialized start-up
    signal, waking up APs in the DXE instead of using INIT-SIPI-SIPI.
    
    Due to this change, the logic for "Enable execute disable bit" in
    MpFuncs.nasm is no longer executed. However, to ensure the proper setup
    of the page table, it is necessary to synchronize the IA32_EFER.NXE for
    APs before executing RestoreVolatileRegisters .
    
    Based on SDM:
    If IA32_EFER.NXE is set to 1, it signifies execute-disable, meaning
    instruction fetches are not allowed from the 4-KByte page controlled by
    this entry. Conversely, if it is set to 0, it is reserved.
    
    Signed-off-by: Yuanhao Xie <yuanhao.xie@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Laszlo Ersek lersek@xxxxxxxxxx
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Rahul Kumar <rahul1.kumar@xxxxxxxxx>
    Cc: Gerd Hoffmann <kraxel@xxxxxxxxxx>



 


Rackspace

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