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

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



This run is configured for baseline tests only.

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

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

version targeted for testing:
 ovmf                 ece4c1de3e7b2340d351c2054c79ea689a954ed6
baseline version:
 ovmf                 3a4698202cf5ca81d4401bdc6c0974400064f333

Last test of basis    83681  2019-02-28 13:54:14 Z    0 days
Testing same since    83684  2019-03-01 06:24:24 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Star Zeng <star.zeng@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-pvops host-install(4)
broken-step build-amd64 host-install(4)
broken-step build-i386-xsm host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-i386 host-install(4)
broken-step build-amd64-xsm host-install(4)

Push not applicable.

------------------------------------------------------------
commit ece4c1de3e7b2340d351c2054c79ea689a954ed6
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Jan 5 13:37:35 2018 +0800

    IntelFrameworkModulePkg/FwVolDxe: Ensure FfsFileHeader 8 bytes aligned
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=864
    REF: CVE-2018-3630
    
    To follow PI spec, ensure FfsFileHeader 8 bytes aligned.
    
    Current code only handles (FwVolHeader->ExtHeaderOffset != 0) path,
    update code to also handle (FwVolHeader->ExtHeaderOffset == 0) path.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 9aef515648657d212b7b9f9a34289c35da442a65
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Jan 5 13:46:22 2018 +0800

    MdeModulePkg/DxeCore: Ensure FfsFileHeader 8 bytes aligned
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=864
    REF: CVE-2018-3630
    
    To follow PI spec, ensure FfsFileHeader 8 bytes aligned.
    
    For the integrity of FV(especially non-MemoryMapped FV) layout,
    let CachedFv point to FV beginning, but not (FV + FV header).
    
    And current code only handles (FwVolHeader->ExtHeaderOffset != 0) path,
    update code to also handle (FwVolHeader->ExtHeaderOffset == 0) path.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Hao Wu <hao.a.wu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 467e1ffa7634159b99fb8aeb93e2836b0f2e5f43
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Jan 5 13:05:29 2018 +0800

    MdeModulePkg/PeiCore: Ensure FfsFileHeader 8 bytes aligned
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=864
    REF: CVE-2018-3630
    
    To follow PI spec, ensure FfsFileHeader 8 bytes aligned.
    
    Current code only handles (FwVolHeader->ExtHeaderOffset != 0) path,
    update code to also handle (FwVolHeader->ExtHeaderOffset == 0) path.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Hao Wu <hao.a.wu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@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®.