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

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



This run is configured for baseline tests only.

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

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

version targeted for testing:
 ovmf                 40a7b235e4359b4e2eb4d379d1c543b9cae11346
baseline version:
 ovmf                 4d621893471c6299de06aeac56f4c6cddc5c9ebe

Last test of basis    75175  2018-09-07 16:26:08 Z    0 days
Testing same since    75178  2018-09-08 03:51:35 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Liming Gao <liming.gao@xxxxxxxxx>
  shenglei <shenglei.zhang@xxxxxxxxx>
  Vladimir Olovyannikov <vladimir.olovyannikov@xxxxxxxxxxxx>

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

Push not applicable.

------------------------------------------------------------
commit 40a7b235e4359b4e2eb4d379d1c543b9cae11346
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Wed Sep 5 22:17:44 2018 +0800

    MdeModulePkg PeiCore: Always use PeiImageRead() function to load PEI image
    
    In V2, Remove GetImageReadFunction(), directly use PeiImageRead().
    
    The copy PeiImageReadForShadow function doesn't improve the boot 
performance.
    This patch removes this copy logic to simplify the code logic.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 98257f9820723d81d57548fb193afe41c3da179c
Author: shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Fri Sep 7 09:52:21 2018 +0800

    ShellPkg Shell: Remove an unused global variable
    
    The unused global variable InvalidChars is removed.
    It is only used in the function IsValidCommandName which
    was removed previously.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1066
    
    Cc: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit c4709260f62f531eed83673104c7ecd7b6e665b7
Author: Vladimir Olovyannikov <vladimir.olovyannikov@xxxxxxxxxxxx>
Date:   Thu Sep 6 11:55:03 2018 -0700

    EmbeddedPkg/CoherentDmaLib: Add missing checks to DmaMap
    
    UEFI Sct validates Dma mapping. For CoherentDmaLib it always failed
    because there were no required checks present in DmaMap.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov@xxxxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit c783da659915c27437047cad9b5d21b9804388c0
Author: Vladimir Olovyannikov <vladimir.olovyannikov@xxxxxxxxxxxx>
Date:   Thu Sep 6 11:55:02 2018 -0700

    EmbeddedPkg/CoherentDmaLib: Fix typo in DmaAlignedBuffer
    
    The only valid memory types for DmaAlignedBuffer should be
    EfiBootServicesData and EfiRuntimeServicesData. However due to the typo,
    there is no way to allocate runtime pages, and INVALID_PARAMETER is
    always returned. Fix the typo.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov@xxxxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@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®.