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

[ovmf baseline-only test] 68269: tolerable FAIL



This run is configured for baseline tests only.

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

Failures :-/ but no regressions.

Regressions which are regarded as allowable (not blocking):
 test-amd64-i386-xl-qemuu-ovmf-amd64  9 debian-hvm-install      fail like 68267
 test-amd64-amd64-xl-qemuu-ovmf-amd64  9 debian-hvm-install     fail like 68267

version targeted for testing:
 ovmf                 0a64f49fde09928b6061543b08e6da195e2abfbd
baseline version:
 ovmf                 c9b78304b86f924230d570ae548ac6a511a2efae

Last test of basis    68267  2016-12-23 21:18:09 Z    0 days
Testing same since    68269  2016-12-24 12:16:14 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Hao Wu <hao.a.wu@xxxxxxxxx>
  Jiewen Yao <jiewen.yao@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          fail    


------------------------------------------------------------
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


Push not applicable.

------------------------------------------------------------
commit 0a64f49fde09928b6061543b08e6da195e2abfbd
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Thu Dec 22 09:17:27 2016 +0800

    BaseTools/Pccts: Resolve GCC sting format mismatch build warning
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=282
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit a3850a1b45287d344d917ec7e0c09c4cbcaafdff
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Dec 22 23:41:00 2016 +0800

    MdeModulePkg/CapsuleLib: remove ImageIndex check.
    
    UEFI specification does not require ImageIndex check,
    it only requires ImageTypeId check.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit de5209d5db0b96c2a2c1572838e5fc1301f95aa9
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Dec 22 13:45:18 2016 +0800

    MdeModulePkg/CapsuleApp: Dump capsule name in record.
    
    According to UEFI spec, capsule report variable should include
    a null terminator for capsule name and capsule target, if they are
    not present.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit d8487a34f0b931a007e64f02656d1f61882c317d
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Dec 22 13:43:37 2016 +0800

    MdeModulePkg/CapsuleLib: Add NULL capsule name in record.
    
    According to UEFI spec, capsule report variable should include
    a null terminator for capsule name and capsule target, if they are
    not present.
    
    The reserved field is zeroed.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 7e6e4f96069464ed6ee0669e181abe7cb6801223
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Dec 22 12:38:22 2016 +0800

    SignedCapsulePkg/SystemCapsuleLib: Add ASSERT check for PCD
    
    Add ASSERT check for PCD to avoid platform mis-configuration.
    
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Cc: Qin Long <qin.long@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Qin Long <qin.long@xxxxxxxxx>

commit 492c05f599f550bc9926ffd18c045916cd0ce604
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Dec 22 12:36:39 2016 +0800

    SecurityPkg/FmpAuthLib: Add PublicKeyDataLength check
    
    Add PublicKeyDataLength check to be multiple SHA256_DIGEST_SIZE
    to avoid caller make mistake, or platform mis-configuration.
    
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Cc: Qin Long <qin.long@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Qin Long <qin.long@xxxxxxxxx>

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

 


Rackspace

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