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

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



This run is configured for baseline tests only.

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

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-amd64                   4 host-install(4)       broken baseline untested
 build-i386                    4 host-install(4)       broken baseline untested
 build-i386-pvops              4 host-install(4)       broken baseline untested
 build-amd64-xsm               4 host-install(4)       broken baseline untested
 build-i386-xsm                4 host-install(4)       broken baseline untested
 build-amd64-pvops             4 host-install(4)       broken baseline untested

version targeted for testing:
 ovmf                 aa52648c1e6f26b6b8734119ab8f6ba2890a1dad
baseline version:
 ovmf                 272ecccd793c8fb12f4f356ada18a870c2426603

Last test of basis    75425  2018-10-15 15:53:07 Z    0 days
Testing same since    75428  2018-10-16 03:50:28 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Zhaozh1x <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-amd64 host-install(4)
broken-step build-i386 host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-amd64-xsm host-install(4)
broken-step build-i386-xsm host-install(4)
broken-step build-amd64-pvops host-install(4)

Push not applicable.

------------------------------------------------------------
commit aa52648c1e6f26b6b8734119ab8f6ba2890a1dad
Author: Zhaozh1x <zhiqiangx.zhao@xxxxxxxxx>
Date:   Wed Sep 26 16:04:06 2018 +0800

    BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1
    
    The commit 84a52d4d030185a44f2d8736142c6f0b19c6e9b1 will introduce
    the new issue "Invalid offset value for Dynamic Vpd PCD". This patch
    will fix the new issue, add 'DEFAULT' sku in to the AvailableSkuIdSet
    variable.
    
    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 a96133d2d16e9c1fc172854f7f2aa7b0d4e51746
Author: Zhaozh1x <zhiqiangx.zhao@xxxxxxxxx>
Date:   Wed Sep 26 17:53:49 2018 +0800

    BaseTools: Convert string value of void* pcd in command line to array.
    
    For void* type pcd in command line, if its value is string, then
    convert the string value to array format. For example,
    build --pcd gUefiOvmfPkgTokenSpaceGuid.PcdTest="c",
    convert the pcd value from "c" to "{0x63,0x00}".
    
    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 0caf9039132d5530b2a33d1c70b734e57b4edd3b
Author: Zhaozh1x <zhiqiangx.zhao@xxxxxxxxx>
Date:   Tue Sep 11 18:31:36 2018 +0800

    BaseTools: Code should not update the variable that save the raw data.
    
    Code should not update the value of variable which save the original
    raw content of meta file.
    
    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 e451aaa637e437ca9e5435e21f2c9493cd1e044e
Author: Zhaozh1x <zhiqiangx.zhao@xxxxxxxxx>
Date:   Tue Sep 4 17:26:11 2018 +0800

    BaseTools: add ASSERT checker for array buffer value assignment.
    
    V3:
    Update the error message for array checker.
    V2:
    1. Add comments for each ASSERT.
    2. ASSERT need to skip the case of array size of array as zero. For
    example, TestArray[] in struct in header file.
    V1:
    For structure PCD,
    1. use compiler time assert to check the array index, report error
    if array index exceeds the array number.
    2. use compiler time assert to check the array size, report error
    if the user declared size in header file is smaller than the user
    defined in DEC/DSC file.
    
    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>

_______________________________________________
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®.