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

[ovmf test] 124717: trouble: blocked/broken/preparing/queued



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

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64-xsm                 <job status>                 broken
 build-amd64                     <job status>                 broken
 build-i386-xsm                  <job status>                 broken
 build-i386                      <job status>                 broken
 build-i386-pvops                <job status>                 broken
 build-i386                    4 host-install(4)        broken REGR. vs. 124618
 build-i386-xsm                4 host-install(4)        broken REGR. vs. 124618
 build-i386-pvops              4 host-install(4)        broken REGR. vs. 124618
 build-amd64                   4 host-install(4)        broken REGR. vs. 124618
 build-amd64-xsm               4 host-install(4)        broken REGR. vs. 124618
 test-amd64-amd64-xl-qemuu-ovmf-amd64    <none executed>              queued
 build-amd64-pvops             2 hosts-allocate               running

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

version targeted for testing:
 ovmf                 14923c1a6bf9940b48feeaf47cb5d6c662b6528c
baseline version:
 ovmf                 3b03b5e990f8bb347dfdb91926d8ef015d0b607e

Last test of basis   124618  2018-06-22 19:10:57 Z    3 days
Failing since        124675  2018-06-24 23:40:15 Z    1 days    1 attempts
Testing same since                          (not found)         0 attempts

------------------------------------------------------------
People who touched revisions under test:
  Chao Zhang <chao.b.zhang@xxxxxxxxx>
  Chasel Chiu <chasel.chiu@xxxxxxxxx>
  Chasel, Chiu <chasel.chiu@xxxxxxxxx>
  Hao Wu <hao.a.wu@xxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Michael D Kinney <michael.d.kinney@xxxxxxxxx>
  Xu WeiX <weix.xu@xxxxxxxxx>
  Zhang, Chao B <chao.b.zhang@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                                            preparing
 build-i386-pvops                                             broken  
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         queued  
 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-xsm broken
broken-job build-amd64 broken
broken-job build-i386-xsm broken
broken-job build-i386 broken
broken-job test-amd64-amd64-xl-qemuu-ovmf-amd64 queued
broken-job build-i386-pvops 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 host-install(4)
broken-step build-amd64-xsm host-install(4)

Not pushing.

------------------------------------------------------------
commit 14923c1a6bf9940b48feeaf47cb5d6c662b6528c
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Jun 21 20:06:17 2018 +0800

    MdeModulePkg BootMaintenanceManagerUiLib: Move refresh boot option later
    
    Constructor is too early that ConnectAll() may not do. Move refresh boot
    option in form open.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Xu WeiX <weix.xu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 363c3fe2537a20fe92d7cd9307bd75df99888ce8
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Mon Jun 18 22:57:44 2018 +0800

    MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logic
    
    BdsEntry marks the read-only variables if the Variable Lock protocol exists.
    So, this protocol usage is updated from CONSUMES to SOMETIMES_CONSUMES.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit e0fb2d3e5d4b1d8477e9658adfbeeee43615083f
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Fri Jun 22 10:33:12 2018 +0800

    BaseTools tools_def.template: Ignore link warning 4281 for VS2017
    
    VS2017 reports warning LNK4281: undesirable base address 0x0 for x64 image;
    set base address above 4GB for best ASLR optimization.
    
    edk2 build always sets baes address to zero as default. So, ignore this link
    warning.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Pete Batard <pete@xxxxxxx>

commit f15cb995bb3880b77e15afe6facd3da05e599a17
Author: Zhang, Chao B <chao.b.zhang@xxxxxxxxx>
Date:   Tue May 8 14:51:57 2018 +0800

    SecurityPkg: Cache TPM interface type info
    
    Cache TPM interface type info to avoid excessive interface ID register read
    
    Cc: Long Qin <qin.long@xxxxxxxxx>
    Cc: Yao Jiewen <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>

commit 796ef9da06bf1ab81b0b55f091630aa50cf9dfe0
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Mon May 21 13:12:09 2018 +0800

    FatPkg/FatPei: Add the recognition of recovery capsule on NVME device
    
    The driver now can recognize the BlockIo2 PPI for NVM Express devices.
    And support identifying the recovery capsule on those devices.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 73ca09d2f1d23b2475a8cace68b762f22fea6610
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Mon May 21 13:06:47 2018 +0800

    MdeModulePkg: Add GUID for recovery capsule on NVM Express devices
    
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit b8b6943393cfa3ab7ffcaf5bd0a12f20c018481e
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Mon May 21 13:28:24 2018 +0800

    MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=256
    
    This commit adds the PEI BlockIo support for NVM Express devices.
    
    The driver will consume the EDKII_NVM_EXPRESS_HOST_CONTROLLER_PPI for NVM
    Express host controllers within the system. And then produces the
    BlockIo(2) PPIs for each controller.
    
    The implementation of this driver is currently based on the NVM Express 1.1
    Specification, which is available at:
    http://nvmexpress.org/resources/specifications/
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 508acb5f6c29d86b266ea2412b3cfb8fce278a07
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Wed May 2 14:12:12 2018 +0800

    MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPI
    
    Introduces the below PPI:
    
    struct EDKII_NVM_EXPRESS_HOST_CONTROLLER_PPI {
      EDKII_NVM_EXPRESS_HC_GET_MMIO_BAR       GetNvmeHcMmioBar;
      EDKII_NVM_EXPRESS_HC_GET_DEVICE_PATH    GetNvmeHcDevicePath;
    };
    
    The GetNvmeHcMmioBar service will provide the caller with the MMIO BAR
    address of each NVMe HC within the system;
    
    The GetNvmeHcDevicePath service will provide the caller with the device
    path information of each NVMe HC.
    
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit cc0d998b8ba08819f7a7e18219d95ba3b6aba81f
Author: Chasel, Chiu <chasel.chiu@xxxxxxxxx>
Date:   Fri Jun 22 18:22:47 2018 +0800

    IntelFsp2Pkg: SplitFspBin.py to support x64 drivers
    
    FSP binary potentially can include X64 drivers to
    simplify implementation or support new features so
    update SplitFspBin.py to support x64 image headers.
    
    Cc: Jiewen Yao <Jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chasel Chiu <chasel.chiu@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <Jiewen.yao@xxxxxxxxx>

commit 2aedaaef8ae0585290b93fd28964442e93ca72f1
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Wed May 30 16:52:11 2018 -0700

    Vlv2TbltDevicePkg: Set SMM Stack size to 16 KB
    
    Stack overflows were observed at the default SMM stack
    size of 8 KB.  Increase stack size to 16 KB to prevent
    SMM stack overflows.
    
    Cc: David Wei <david.wei@xxxxxxxxx>
    Cc: Mang Guo <mang.guo@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: David Wei  <david.wei@xxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/osstest-output

 


Rackspace

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