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

[Xen-devel] [ovmf baseline-only test] 75286: trouble: blocked/broken



This run is configured for baseline tests only.

flight 75286 ovmf real [real]
http://osstest.xensource.com/osstest/logs/75286/

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-i386                      <job status>                 broken
 build-amd64-pvops               <job status>                 broken
 build-i386-xsm                  <job status>                 broken
 build-amd64                     <job status>                 broken
 build-i386-pvops                <job status>                 broken

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a
 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
 build-i386                    4 host-install(4)       broken baseline untested
 build-i386-pvops              4 host-install(4)       broken baseline untested
 build-i386-xsm                4 host-install(4)       broken baseline untested
 build-amd64-xsm               4 host-install(4)       broken baseline untested
 build-amd64-pvops             4 host-install(4)       broken baseline untested
 build-amd64                   4 host-install(4)       broken baseline untested

version targeted for testing:
 ovmf                 17634d026f968c404b039a8d8431b6389dd396ea
baseline version:
 ovmf                 a364928195e911c2650fcae6bd34cfd501df1f57

Last test of basis    75282  2018-09-25 02:50:20 Z    0 days
Testing same since    75286  2018-09-25 11:51:06 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dongao Guo <dongao.guo@xxxxxxxxx>
  Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
  shenglei <shenglei.zhang@xxxxxxxxx>
  Zhang, Shenglei <shenglei.zhang@xxxxxxxxx>
  Zhao, ZhiqiangX <zhiqiangx.zhao@xxxxxxxxx>
  ZhiqiangX Zhao <zhiqiangx.zhao@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.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xensource.com/osstest/logs

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

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

Push not applicable.

------------------------------------------------------------
commit 17634d026f968c404b039a8d8431b6389dd396ea
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 7 17:26:14 2018 +0800

    MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return value
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1197
    
    Today's InterlockedIncrement()/InterlockedDecrement() guarantees to
    perform atomic increment/decrement but doesn't guarantee the return
    value equals to the new value.
    
    The patch fixes the behavior to use "XADD" instruction to guarantee
    the return value equals to the new value.
    
    The patch calls intrinsic functions for MSVC tool chain, calls the
    NASM implementation for INTEL tool chain and calls GCC inline
    assembly implementation (GccInline.c) for GCC tool chain.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit ca3e4f8ab82485edff2cfa7eeb87f71b4be38966
Author: Zhang, Shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Tue Sep 25 09:31:24 2018 +0800

    MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependency
    
    PiDxe.h is not used PciSegmentLib.h.
    So <PiDxe.h> is deleted.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1184
    
    v2:Update the bugzilla link.
    
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 32eb6739b961a5b4cc204b94220fa5ad15f79a9b
Author: Zhang, Shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Tue Sep 18 11:29:02 2018 +0800

    MdePkg UefiPciSegmentLibPciRootBridgeIo: Remove redundant dependency
    
    PiDxe.h is not used PciSegmentLib.h.
    So "#include <PiDxe.h>" is deleted.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1183
    
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit d5b28edd63f4d0fab087c5d6c9db773e5b5adc7d
Author: Zhang, Shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Fri Sep 14 16:54:35 2018 +0800

    MdePkg: Add a inf path in MdePkg.dsc
    
    DxeRuntimeDebugLibSerialPort.inf is missing in MdePkg.dsc.
    So add the path into it.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1177
    
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 0fd04efd01b0b3b8f05048343ab5f6109c66e07a
Author: Zhao, ZhiqiangX <zhiqiangx.zhao@xxxxxxxxx>
Date:   Wed Sep 12 17:19:26 2018 +0800

    BaseTools: Latter full value should overwrite the former field value.
    
    For structure Pcd, the latter full assign value in commandLine should
    override the former field assign value. For example in commandLine,
    build --pcd Token.pcd.field="haha" --pcd Token.pcd=H"{0x01,0x02}",
    the former field value "haha" will be ignored and overwrite by the latter
    full value "{0x01,0x02}".
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit b602265d559b2f2ade4d09ba55652c23922c141f
Author: Dongao Guo <dongao.guo@xxxxxxxxx>
Date:   Thu Sep 6 16:04:58 2018 +0800

    MdeModulePkg RegularExpressionDxe: Update Oniguruma to 6.9.0
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=1200
    Update Oniguruma to the latest version v6.9.0.
    Oniguruma https://github.com/kkos/oniguruma
    Verify VS2017, GCC5 build.
    Verify RegularExpressionProtocol GetInfo() and Match() function.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dongao Guo <dongao.guo@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Cinnamon Shia <cinnamon.shia@xxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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