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

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



This run is configured for baseline tests only.

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

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

version targeted for testing:
 ovmf                 cc73a7ec00e35f7fdcac183b1448ebe1206a7c85
baseline version:
 ovmf                 32fd20bb2442866d7f7ebcf8e1cb9f1e93c70cc2

Last test of basis    75322  2018-09-30 01:50:25 Z    0 days
Testing same since    75325  2018-09-30 07:20:00 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Eric Dong <eric.dong@xxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>
  shenglei <shenglei.zhang@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-amd64-xsm host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-i386 host-install(4)
broken-step build-amd64-pvops host-install(4)
broken-step build-i386-xsm host-install(4)

Push not applicable.

------------------------------------------------------------
commit cc73a7ec00e35f7fdcac183b1448ebe1206a7c85
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Sat Sep 29 09:37:32 2018 +0800

    UefiCpuPkg/Include/Register/Msr/GoldmontPlusMsr.h: Change to DOS format 
file.
    
    Follow EDKII coding style, change file format to dos style.
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1213
    
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit 83c10d2e8c28e9e556df77216c0aae72094065a9
Author: shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Tue Aug 28 10:22:19 2018 +0800

    SecurityPkg/Tcg2Dxe: Remove unused PCDs
    
    The PCDs below are unused, so they have been removed from inf.
    gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress
    gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId
    gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId
    gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision
    gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId
    gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit 3e11c27f67ea9b698112a82513c48a8be6d5dc24
Author: shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Tue Aug 28 10:20:25 2018 +0800

    SecurityPkg/Tcg2ConfigPei: Remove an unused PCD
    
    The PCD below is unused, so it has been removed from inf.
    gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

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