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

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



This run is configured for baseline tests only.

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

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                 52664c525223a36e5cb9b141b11dec413908b1dd
baseline version:
 ovmf                 7c41b8135de692ea45334747b73936ea6804622f

Last test of basis    75211  2018-09-13 04:19:49 Z    0 days
Testing same since    75215  2018-09-13 15:19:33 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 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 52664c525223a36e5cb9b141b11dec413908b1dd
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Fri Jun 29 11:34:51 2018 +0800

    SignedCapsulePkg: 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: 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@xxxxxxxxx>

commit 29cc93f773342cf28f7f2af5bc34ab8c8ba728f8
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Fri Jun 29 11:30:56 2018 +0800

    PcAtChipsetPkg: 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: Ruiyu Ni <ruiyu.ni@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: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 6861b0fe7275f8ff73a19a34064dbe36c8e1b72f
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Fri Jun 29 11:25:30 2018 +0800

    IntelSiliconPkg: 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: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Rangasai V Chaganty <rangasai.v.chaganty@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@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®.