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

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



This run is configured for baseline tests only.

flight 68415 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/68415/

Failures :-/ but no regressions.

Regressions which are regarded as allowable (not blocking):
 build-i386                    3 host-install(3)       broken baseline untested
 build-amd64                   3 host-install(3)       broken baseline untested
 build-i386-pvops              3 host-install(3)       broken baseline untested
 build-i386-xsm                3 host-install(3)       broken baseline untested
 build-amd64-pvops             3 host-install(3)       broken baseline untested
 build-amd64-xsm               3 host-install(3)       broken baseline untested

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

version targeted for testing:
 ovmf                 44175ee77f0c4492e26718212cee90dd4d0f511d
baseline version:
 ovmf                 aa961dea1e199d23d9b7681f970ee023a856d0e5

Last test of basis    68409  2017-01-21 03:52:08 Z    1 days
Testing same since    68415  2017-01-22 11:48:53 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Star Zeng <star.zeng@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.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary

broken-step build-i386 host-install(3)
broken-step build-amd64 host-install(3)
broken-step build-i386-pvops host-install(3)
broken-step build-i386-xsm host-install(3)
broken-step build-amd64-pvops host-install(3)
broken-step build-amd64-xsm host-install(3)

Push not applicable.

------------------------------------------------------------
commit 44175ee77f0c4492e26718212cee90dd4d0f511d
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Jan 12 17:20:01 2017 +0800

    ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.0
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=340
    
    The decoding of TPM Device (Type 43) has been added at
    e9f0be021b7649c15d823e193110c0088cda9a89.
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit e1108d9735f870ef9ad18ad0d1137b7d22d80140
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Tue Jan 17 10:01:26 2017 +0800

    MdeModulePkg: Update PcdSmbiosVersion to 0x0301 for SMBIOS spec 3.1.0
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=340
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit ff6a1f3211f1346c66600352b53b0881ebbcf63e
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Jan 12 16:21:45 2017 +0800

    MdePkg: Add definitions for SMBIOS spec 3.1.0
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=340
    
    TPM Device (Type 43) definition has been added at
    713e4b007cb791829397522ad8f366dd1e08bee6.
    
    This patch is to add definitions for below items.
    â?¢ BIOS Information (Type 0):
    â?? Add new entry for extended BIOS ROM size
    â?¢ System Enclosure or Chassis (Type 3):
    â?? Add new chassis types: IoT Gateway and Embedded PC
    â?? Add new chassis types: Mini PC and Stick PC
    â?¢ Processor Information (Type 4):
    â?? Add Intel Core m3 m5 m7 processors
    â?? Add processor socket AM4
    â?? Add processor socket LGA1151
    â?? Add processor socket BGA1356, BGA1440, BGA1515
    â?? Add AMD Opteron A-Series processor
    â?? Add processor socket LGA3647-1
    â?? Add processor socket SP3 Processors
    â?? Add families for ARMv7 and ARMv8
    â?? Add family for AMD Opteron(TM) X3000 Series APU
    â?¢ Cache Information (Type 7):
    â?? Extend to support Cache sizes >2047 MB
    â?¢ System Slots (Type 9):
    â?? Add Mini PCIe support
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

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