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

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



This run is configured for baseline tests only.

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

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                 997731e796f51df57c113dfd966e818622c3d4aa
baseline version:
 ovmf                 ae57950fc878618083bca435fa4bc00d4bec97c1

Last test of basis    75250  2018-09-19 20:51:46 Z    2 days
Testing same since    75264  2018-09-21 20:50:27 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Carsey, Jaben <jaben.carsey@xxxxxxxxx>
  Chasel, Chiu <chasel.chiu@xxxxxxxxx>
  Eric Dong <eric.dong@xxxxxxxxx>
  Jaben Carsey <jaben.carsey@xxxxxxxxx>
  Marcin Wojtas <mw@xxxxxxxxxxxx>
  Patrick Georgi <pgeorgi@xxxxxxxxxx>
  shenglei <shenglei.zhang@xxxxxxxxx>
  Tomasz Michalec <tm@xxxxxxxxxxxx>
  Zhang, 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-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 997731e796f51df57c113dfd966e818622c3d4aa
Author: shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Tue Sep 18 16:28:13 2018 +0800

    UefiCpuPkg: Remove redundant library classes, Ppis and GUIDs
    
    Some redundant library classes Ppis and GUIDs
    have been removed in inf, .c and .h files.
    
    v2:
    1.Remove ReadOnlyVariable2.h in S3Resume.c which should be
      deleted in last version in which gEfiPeiReadOnlyVariable2PpiGuid
      was removed.
    2.Remove the library class BaseLib in CpuPageTable.c
      which is included elsewhere.
    3.Add library classes in SecCore.inf which are removed
      at last version.
      They are DebugAgentLib and CpuExceptionHandlerLib.
    4.Add two Ppis in SecCore.inf which are removed
      at last version.
      They are gEfiSecPlatformInformationPpiGuid and
      gEfiSecPlatformInformation2PpiGuid.
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=1043
    https://bugzilla.tianocore.org/show_bug.cgi?id=1013
    https://bugzilla.tianocore.org/show_bug.cgi?id=1032
    https://bugzilla.tianocore.org/show_bug.cgi?id=1016
    
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit a8beaf8f90aee336038c2557627a680635e1d065
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Mon Sep 17 11:01:19 2018 +0800

    SecurityPkg/TcgStorageOpalLib: Fixed correct user password not works issue.
    
    After admin password reach the TryLimit value, code logic will direct return
    error password result no matter which password been inputted. So even 
correct
    user password will return TryLimit error.
    
    Now update code logic to also check user password. Only when both user/admin
    password reach the TryLimit count, code will return exceed TryLimit error.
    
    Change-Id: I17fbd1425b77150eb933a5002a1f87a0f0032e9b
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 8c06d18bc112c7b0547641e83a508c6784317f72
Author: Zhang, Shenglei <shenglei.zhang@xxxxxxxxx>
Date:   Thu Sep 20 16:55:06 2018 +0800

    MdeModulePkg CapsuleApp:Remove two redundant Guids
    
    Remove two redundant Guids which are not used.
    They are gEfiCertTypeRsa2048Sha256Guid and
    gEfiCertPkcs7Guid.This is an improved version of
    https://bugzilla.tianocore.org/show_bug.cgi?id=1062
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: shenglei <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 4cd9d7fc6f2ece01a46f2156ba009e83a2951907
Author: Marcin Wojtas <mw@xxxxxxxxxxxx>
Date:   Tue Sep 18 16:59:07 2018 +0800

    MdeModulePkg/SdMmcPciHcDxe: Execute card detect only for RemovableSlot
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1182
    
    Some devices can be non removable (such as eMMC) and checking
    Present State Register on host controller may falsely return
    an information that device is not present. Execute this
    check conditionally on the SloType field value.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Marcin Wojtas <mw@xxxxxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 064d301fb07566ab6d3d89010b9666f320698f34
Author: Tomasz Michalec <tm@xxxxxxxxxxxx>
Date:   Tue Sep 18 16:59:06 2018 +0800

    MdeModulePkg/SdMmcPciHcDxe: Fix SdMmcHcReset to set only necesery bits
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1185
    
    SdMmcHcReset used to set all bits of Software Reset Register to 1
    including reserved ones, which on some controllers may result in
    timeout.
    
    Now only first bit is set, which means "Software Reset for All".
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Marcin Wojtas <mw@xxxxxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 9062ab47870ea728307e32cdd939586a4ec67fc6
Author: Chasel, Chiu <chasel.chiu@xxxxxxxxx>
Date:   Fri Sep 21 07:32:51 2018 +0800

    IntelFsp2Pkg: Fix typo in SplitFspBin
    
    Signed-off-by: Patrick Georgi <pgeorgi@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Reviewed-by: Nate DeSimone <nathaniel.l.desimone@xxxxxxxxx>
    Reviewed-by: Chasel Chiu <chasel.chiu@xxxxxxxxx>

commit 719fd85c7396907e6d48b7203fec2f401e805b87
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:09 2018 +0800

    BaseTools: refactor to cache InfBuildData data
    
    use Common.caching and auto cache properties and functions of InfBuildData
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 4def57d98c4edd2a2d1cf8cd509919adb8828722
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:08 2018 +0800

    BaseTools: refactor to not overcreate ModuleAutoGen objects
    
    currently created for 3 different purposes and saved once.
    this makes it created once and saved and then referenced.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 6f73a03665213b423b4417c77336c7671d2b684e
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:07 2018 +0800

    BaseTools: Don't save unused workspace data
    
      FlexibleFieldName was never used not set.
      DefinitionPosition (file and line number) are recalculated
    and never used outside the function.  remove the saving of the
    data.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit b0a2645162a43973befe05743a3c90d0a906b339
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:06 2018 +0800

    BaseTools: refactor Build Database objects
    
    1) use namedtuple instead of custom class when apropriate
    2) rename collections.OrderedDict to OrderedDict since we import it already
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 71cac3f791c2469468838ded6519b624d32345bb
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:05 2018 +0800

    BaseTools: Workspace classes refactor properties
    
    1) use decorators
    2) also change some private functions to public when all callers are
    external
    3) change external callers to use functions instead of directly
    accessing private data.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 6c204ed4f2a5fc7e471e477dfdb276023f6a7310
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:04 2018 +0800

    BaseTools: refactor class properties
    
    use decorators and auto cache those that were cached manually
    remove properties never used
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 4c92c81d61c0e3b089334bb2c422702d90495473
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:03 2018 +0800

    BaseTools: AutoGen - refactor class properties
    
    use function decorators
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit e6c62ab768d482bcf89920370bd80e498e67be19
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:02 2018 +0800

    BaseTools: AutoGen refactor WorkspaceAutoGen class
    
    Update the WorkspaceAutoGen class to use caching decorators and remove
    the no longer needed private variables.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit e6eae3b4c7b9b756263ecec79694de5f1e85b73a
Author: Carsey, Jaben <jaben.carsey@xxxxxxxxx>
Date:   Tue Sep 11 06:18:01 2018 +0800

    BaseTools: Refactor PlatformAutoGen
    
    use decorators for property and automatic caching
    remove circular dependency between some APIs
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Bob Feng <Bob.c.Feng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit f199664ce70b6b1303329113bf9fbc9b002fa1b6
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Sep 7 13:42:02 2018 +0800

    SecurityPkg: remove PE/COFF header workaround for ELILO on IPF
    
    Now that Itanium support has been dropped, we can remove the various
    occurrences of the ELILO on Itanium PE/COFF header workaround.
    
    Link: https://bugzilla.tianocore.org/show_bug.cgi?id=816
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Yao Jiewen <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Zhang Chao B <chao.b.zhang@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®.