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

[Xen-devel] [ovmf test] 121080: trouble: broken/pass



flight 121080 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/121080/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64    <job status>                 broken
 test-amd64-amd64-xl-qemuu-ovmf-amd64 4 host-install(4) broken REGR. vs. 121046

version targeted for testing:
 ovmf                 0a4f2d48696f094cec73e28a4402775dc6262eef
baseline version:
 ovmf                 2f1b849dc82f01ba5df198715f52dd6a0a8051c0

Last test of basis   121046  2018-03-22 03:46:49 Z    2 days
Testing same since   121080  2018-03-23 05:46:41 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Bob Feng <bob.c.feng@xxxxxxxxx>
  BobCF <bob.c.feng@xxxxxxxxx>
  Kinney, Michael D <michael.d.kinney@xxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Michael D Kinney <michael.d.kinney@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                         broken  
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

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

broken-job test-amd64-amd64-xl-qemuu-ovmf-amd64 broken
broken-step test-amd64-amd64-xl-qemuu-ovmf-amd64 host-install(4)

Not pushing.

------------------------------------------------------------
commit 0a4f2d48696f094cec73e28a4402775dc6262eef
Author: BobCF <bob.c.feng@xxxxxxxxx>
Date:   Fri Mar 23 10:24:03 2018 +0800

    BaseTool: Fixed the issue of empty PcdDB.
    
    If there is no dynamic pcds, there should be DB header
    in the Pcd DataBase.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit b005802a1c860a0f7ed9a727ce3ffc3ea7f9c441
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Mar 22 23:22:06 2018 +0800

    BaseTools: Add the missing package include directory in PcdValueInit 
Makefile
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Feng Bob C <bob.c.feng@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 58204afac35108a1a6126d19210af08974e354cb
Author: Kinney, Michael D <michael.d.kinney@xxxxxxxxx>
Date:   Wed Mar 21 10:48:24 2018 -0700

    Vlv2TbltDevicePkg: Remove DxeTcg2PhysicalPresenceLibNull
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=908
    
    The following commit that to use Tcg2 instead of TrEE breaks the
    build of Vlv2TbltDevicePkg\Library\DxeTcg2PhysicalPresenceLibNull
    
    
https://github.com/tianocore/edk2/commit/9461604e1490f73fdbcc8e957dbe75f75c73b027#diff-c85873f3649e35873a11936ace983807
    
    The correct fix is to remove the DxeTcg2PhysicalPresenceLibNull
    library instance and update library mappings in DSC files.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    C: David Wei <david.wei@xxxxxxxxx>
    Cc: Mang Guo <mang.guo@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit bf9b044e67bcb685ffebfccbc73c5a81deea7c5b
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Wed Mar 21 13:21:10 2018 -0700

    MdeModulePkg/CapsuleApp: Center bitmap at bottom of screen
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=907
    
    When -G option is used to convert a BMP file to a UX capsule,
    the bitmap is centered horizontally and placed in the lower
    half of the screen below the boot logo.
    
    This matches examples shown in the following pages:
    
    
https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/user-experience-for-uefi-firmware-updates
    
https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/boot-screen-components
    
    Checks are also made to make sure the bitmap provided
    fits in the current GOP mode.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 845f7cfef2d61f31adc4fbd94bf51ce459785e6b
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Mon Mar 19 19:56:35 2018 -0700

    MdeModulePkg/CapsuleApp: Fix logic bug in CleanGatherList()
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=905
    
    Fix pointer math when more than one capsule is passed
    to the CapsuleApp.  Use the ContinuationPointer from
    the last array entry instead of the first array entry.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Reviewed-by: Jiewen Yao <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®.