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

[Xen-devel] [ovmf baseline-only test] 68251: tolerable FAIL



This run is configured for baseline tests only.

flight 68251 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/68251/

Failures :-/ but no regressions.

Regressions which are regarded as allowable (not blocking):
 test-amd64-i386-xl-qemuu-ovmf-amd64  9 debian-hvm-install      fail like 68248
 test-amd64-amd64-xl-qemuu-ovmf-amd64  9 debian-hvm-install     fail like 68248

version targeted for testing:
 ovmf                 403f54768cd517221143064449ac861f0aac4ec5
baseline version:
 ovmf                 83c6c3bfe293cd0a5983375dfbf46d4f364b38aa

Last test of basis    68248  2016-12-20 11:50:59 Z    0 days
Testing same since    68251  2016-12-21 04:48:10 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Chan, Amy <amy.chan@xxxxxxxxx>
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Hao Wu <hao.a.wu@xxxxxxxxx>
  Heyi Guo <heyi.guo@xxxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 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                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          fail    


------------------------------------------------------------
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.xs.citrite.net/~osstest/testlogs/logs

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


Push not applicable.

------------------------------------------------------------
commit 403f54768cd517221143064449ac861f0aac4ec5
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Tue Dec 20 09:13:23 2016 +0800

    UefiCpuPkg/PiSmmCpuDxeSmm: Add check to avoid NULL ptr dereference
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 4fa9134e47bfb3b7cd9348c8d44fdb029830018b
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Fri Dec 16 13:07:10 2016 +0800

    BaseTools GCC makefile: disable unused-result warning for CPP file
    
    This warning has been disabled for C file. To be same, it is also disabled
    for CPP file.
    
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 00de920a0339e78824cdb9015f66c5a98644e0b6
Author: Heyi Guo <heyi.guo@xxxxxxxxxx>
Date:   Thu Dec 15 14:49:47 2016 +0800

    BaseTools: fix write-strings build warnings
    
    Fix build warnings of "deprecated conversion from string constant to
    ?CHAR8* {aka char*}? [-Wwrite-strings]" for BaseTools, while using
    "gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)".
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Heyi Guo <heyi.guo@xxxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 8230d45bba517d78c20634425587efeb6fa14d7c
Author: Heyi Guo <heyi.guo@xxxxxxxxxx>
Date:   Thu Dec 15 14:49:46 2016 +0800

    BaseTools: fix format type build warnings
    
    Fix build warnings of "format ?%d? expects argument of type ?int?, but
    argument 5 has type ?long unsigned int? [-Wformat=]" for BaseTools,
    while using "gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)".
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Heyi Guo <heyi.guo@xxxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 5b26adf03a0b66b741ff05daee985888fe1d636f
Author: Heyi Guo <heyi.guo@xxxxxxxxxx>
Date:   Thu Dec 15 14:49:45 2016 +0800

    BaseTools: fix format-security build warnings
    
    Fix build warnings of "format not a string literal and no format
    arguments [-Wformat-security]" for BaseTools, while using "gcc version
    4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)".
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Heyi Guo <heyi.guo@xxxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 9a882490e450012d68a908a191dd5c624fa618ca
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 15:02:24 2016 +0800

    MdeModulePkg/NonDiscoverableDeviceRegistrationLib: Fix coding style issues
    
    1. Fix issues in comments
    2. Fix Guid/protocol format
    
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit a9e0c1f6ac4f94d49dc420ada36ce79c758509c3
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 11:37:51 2016 +0800

    MdeModulePkg/SataControllerDxe: Fix coding style issue
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 4d9ea30931cd0a6a872a97010e3218f6bf841702
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 11:18:46 2016 +0800

    MdeModulePkg/TerminalDxe: Initialize variable after declaration
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 072b2327c137482a89bca1c7805f739af571d304
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 11:16:19 2016 +0800

    MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as Boolean
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 789b86acfb401f263e86a15c73fd2879c3a70413
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 11:11:15 2016 +0800

    MdeModulePkg/EbcDxe: Make variable name follow rules
    
    For variable name, it should contain lower case characters.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 3a9ac06921edc410e1e65bb0297c454989fb704a
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 11:03:57 2016 +0800

    MdeModulePkg/CapsuleApp: Fix Guid format issues
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 6e9e19aa8417ac01d7e0f281aba3520713ac7944
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 09:46:01 2016 +0800

    IntelSiliconPkg: Fix format issues
    
    1. Fix doxygen formt
    2. Fix Guid format
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 149c10421894ec4c7dfe4e44784478be12b4862b
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Dec 19 09:38:22 2016 +0800

    SecurityPkg/FmpAuthenticationLib: Fix Guid format issues
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit f0c1e9ae88876e8cb8414b22213f6d8eb2a0055a
Author: Chan, Amy <amy.chan@xxxxxxxxx>
Date:   Fri Dec 16 15:10:45 2016 +0800

    IntelSiliconPkg: 0468303 caused to breaking the SMBIOS tables generation 
code
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Chiu, Chasel <chasel.chiu@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chan, Amy <amy.chan@xxxxxxxxx>
    
    System test:
    Smbios tables are correctly published on an intel internal platform.
    
     .../DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c      | 134 
+++------------------
     1 file changed, 14 insertions(+), 120 deletions(-)

commit 3b4640ee56e06eea83db296d98210f99ff68310c
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Tue Dec 20 09:42:53 2016 +0800

    UefiCpuPkg/ArchitecturalMsr.h: Remove non-Ascii characters
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

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