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

[ovmf baseline-only test] 75290: trouble: blocked/broken



This run is configured for baseline tests only.

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

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-pvops              4 host-install(4)       broken baseline untested
 build-i386                    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                 3cb0a311cb7e747d7be5c5076d0fff76ad256d2b
baseline version:
 ovmf                 17634d026f968c404b039a8d8431b6389dd396ea

Last test of basis    75286  2018-09-25 11:51:06 Z    0 days
Testing same since    75290  2018-09-25 21:21:00 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Chen A Chen <chen.a.chen@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-i386-pvops host-install(4)
broken-step build-i386 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 3cb0a311cb7e747d7be5c5076d0fff76ad256d2b
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Mon Jul 2 09:21:05 2018 +0800

    MdePkg: Removing ipf which is no longer supported from edk2.
    
    Removing rules for Ipf sources file:
    * Remove the source file which path with "ipf" and also listed in
      [Sources.IPF] section of INF file.
    * Remove the source file which listed in [Components.IPF] section
      of DSC file and not listed in any other [Components] section.
    * Remove the embedded Ipf code for MDE_CPU_IPF.
    
    Removing rules for Inf file:
    * Remove IPF from VALID_ARCHITECTURES comments.
    * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
    * Remove the INF which only listed in [Components.IPF] section in DSC.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    * Remove any IPF sepcific sections.
    
    Removing rules for Dec file:
    * Remove [Includes.IPF] section from Dec.
    
    Removing rules for Dsc file:
    * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
    * Remove any IPF specific sections.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit ba6037f8331d5a6e9acd4d26a53ded6aa2ae62fb
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Fri Jun 29 11:22:32 2018 +0800

    EmulatorPkg: Removing ipf which is no longer supported from edk2.
    
    Removing rules for Ipf sources file:
    * Remove the source file which path with "ipf" and also listed in
      [Sources.IPF] section of INF file.
    * Remove the source file which listed in [Components.IPF] section
      of DSC file and not listed in any other [Components] section.
    * Remove the embedded Ipf code for MDE_CPU_IPF.
    
    Removing rules for Inf file:
    * Remove IPF from VALID_ARCHITECTURES comments.
    * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
    * Remove the INF which only listed in [Components.IPF] section in DSC.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    * Remove any IPF sepcific sections.
    
    Removing rules for Dec file:
    * Remove [Includes.IPF] section from Dec.
    
    Removing rules for Dsc file:
    * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
    * Remove any IPF specific sections.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Jordan Justen <jordan.l.justen@xxxxxxxxx>

commit bc7c34afb1c021ce18bd72552476584c0cee565a
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Fri Jun 29 11:19:34 2018 +0800

    EdkCompatibilityPkg: Removing ipf from edk2.
    
    Removing rules for Ipf sources file:
    * Remove the source file which path with "ipf" and also listed in
      [Sources.IPF] section of INF file.
    * Remove the source file which listed in [Components.IPF] section
      of DSC file and not listed in any other [Components] section.
    * Remove the embedded Ipf code for MDE_CPU_IPF.
    
    Removing rules for Inf file:
    * Remove IPF from VALID_ARCHITECTURES comments.
    * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
    * Remove the INF which only listed in [Components.IPF] section in DSC.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    * Remove any IPF sepcific sections.
    
    Removing rules for Dec file:
    * Remove [Includes.IPF] section from Dec.
    
    Removing rules for Dsc file:
    * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
    * Remove any IPF specific sections.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    
    The following rules are specially proposed by package owner:
    * Remove CommonIpf.dsc file.
    * Update Common.dsc file, to remove the section with IPF key.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit 94d67262d891271c5b01eb12b20ef33cbd5ae5e6
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Fri Jun 29 11:18:06 2018 +0800

    CryptoPkg: Removing ipf which is no longer supported from edk2.
    
    Removing rules for Ipf sources file:
    * Remove the source file which path with "ipf" and also listed in
      [Sources.IPF] section of INF file.
    * Remove the source file which listed in [Components.IPF] section
      of DSC file and not listed in any other [Components] section.
    * Remove the embedded Ipf code for MDE_CPU_IPF.
    
    Removing rules for Inf file:
    * Remove IPF from VALID_ARCHITECTURES comments.
    * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
    * Remove the INF which only listed in [Components.IPF] section in DSC.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    * Remove any IPF sepcific sections.
    
    Removing rules for Dec file:
    * Remove [Includes.IPF] section from Dec.
    
    Removing rules for Dsc file:
    * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
    * Remove any IPF specific sections.
    * Remove statements from [BuildOptions] that provide IPF specific flags.
    
    The following rules are specially proposed by package owner:
    * Remove whole "CryptRuntimeDxe" folder which was designed for IPF.
    * Remove whole "Include/Protocol" folder
    * Update .Dec and .Dsc file accordingly.
    
    Cc: Qin Long <qin.long@xxxxxxxxx>
    Cc: Ting Ye <ting.ye@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>

commit 3888487499d9589ffcb4ddaf96ce747d63e4d36f
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Wed Sep 19 14:13:12 2018 +0800

    SignedCapsulePkg: Remove PalLib in dsc which was missed at 52664c5
    
    The PalLib is IPF specific and will be removed from MdePkg.
    So this patch removes PalLib in SignedCapsulePkg.dsc which was missed
    at 52664c525223a36e5cb9b141b11dec413908b1dd.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 39b6f6ce1f9927db108b011af44c50107d8590f0
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Wed Sep 19 14:12:37 2018 +0800

    MdeModulePkg: Remove PalLib in dsc which was missed at de00522
    
    The PalLib is IPF specific and will be removed from MdePkg.
    So this patch removes PalLib in MdeModulePkg.dsc which was missed
    at de005223b77c473d45c9c8a11147f6968325f73e.
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 5090a3dc5e81f8d3be58111032df030265506e32
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Wed Sep 19 14:11:51 2018 +0800

    IntelFrameworkModulePkg: Remove PalLib in dsc
    
    Remove PalLib in dsc which was missed at 64bbf1d.
    The PalLib is IPFspecific and will be removed from MdePkg.
    So this patch removes PalLib in IntelFrameworkModulePkg.dsc
    which was missed at 64bbf1dee2eca68d3410be9d05b2553da337051c.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/osstest-output

 


Rackspace

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