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

[ovmf test] 122637: regressions - FAIL



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

Regressions :-(

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

version targeted for testing:
 ovmf                 053cd183c9f25929f056239a173e0106b2322d17
baseline version:
 ovmf                 a4c35dedd92f2b9b7c68e9bd0490bc14b96457ef

Last test of basis   122625  2018-05-06 12:40:37 Z    2 days
Testing same since   122637  2018-05-07 12:09:28 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Eric Dong <eric.dong@xxxxxxxxx>
  Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Pete Batard <pete@xxxxxxx>
  Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
  Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           fail    
 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 053cd183c9f25929f056239a173e0106b2322d17
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon May 7 13:41:27 2018 +0800

    BaseTools: Correct the variable name
    
    the commit bff74750 introduce a undefined variable name 'scope' cause build
    failure, it should use 'Scope'.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 5d9af6a55ae1fcd1bbd19b5c55f039e9556d5cec
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Fri May 4 13:28:10 2018 +0800

    BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit Makefile
    
    /D and -D flags have been added. So, /U and -U flags should be added.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 40d32e79428b5b006ef213daf119224c9c0a59d5
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Mon May 7 13:27:40 2018 +0800

    SecurityPkg/OpalPassword: Add support for pyrite 2.0 devices.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit a3068f06e69ffaac94eb08e5d3b17097c264748b
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Mon May 7 13:31:43 2018 +0800

    SecurityPkg/TcgStorageOpalLib: Add supports for pyrite 2.0 spec.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 45df1841e18777c2140b61716a7a2d39b251379b
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Thu May 3 11:07:10 2018 +0800

    MdePkg: Add Feature definitions added in pyrite 2.0 spec.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit e9b4a4625c35f74824f05a2d846977756f7dd2a0
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Fri May 4 11:48:43 2018 +0800

    NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib].
    
    This patch is to add the instance of library class [SafeIntLib] to fix the
    NetworkPkg build error, which is caused by the commit of 2167c7f7 that the
    TlsLib will always consume SafeIntLib.
    
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Long Qin <qin.long@xxxxxxxxx>
    Cc: Bi Dandan <dandan.bi@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>

commit e223efc60cc57bff92968ab0f39826d27fdff225
Author: Pete Batard <pete@xxxxxxx>
Date:   Wed Apr 25 00:10:11 2018 +0800

    BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64
    
    This option, which is used in VS2015 and earlier toolchains, was missing
    for VS2017. Applying it greatly reduces the size of generated binaries.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Pete Batard <pete@xxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@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®.