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

[ovmf test] 94758: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. 
vs. 94748

version targeted for testing:
 ovmf                 8caa3caaed4b32d699b79c6d5aaa606b52d740e7
baseline version:
 ovmf                 dc99315b8732b6e3032d01319d3f534d440b43d0

Last test of basis    94748  2016-05-24 22:43:25 Z    0 days
Failing since         94750  2016-05-25 03:43:08 Z    0 days    3 attempts
Testing same since    94758  2016-05-25 09:14:19 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Hao Wu <hao.a.wu@xxxxxxxxx>
  Marvin H?user <Marvin.Haeuser@xxxxxxxxxxx>
  Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
  Yonghong Zhu <yonghong.zhu@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                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          fail    


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


Not pushing.

------------------------------------------------------------
commit 8caa3caaed4b32d699b79c6d5aaa606b52d740e7
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon May 23 14:54:46 2016 +0800

    MdeModulePkg: Make function comments and function match in UI codes
    
    Cc: Qiu Shumin <shumin.qiu@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Qiu Shumin <shumin.qiu@xxxxxxxxx>

commit 4b7345a7dd71bdc99a824facf55066838ec240da
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu May 19 14:17:34 2016 +0800

    MdeModulePkg/DisplayEngine: Fix memory leak issues in DisplayEngine
    
    The following codes are useless and cause memory leak issues.
    So now remove them.
    
    Cc: Cecil Sheng <cecil.sheng@xxxxxxx>
    Cc: Qiu Shumin <shumin.qiu@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit e4979beee9e5d334d97fd8e2c79670ad08587bc6
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Fri May 6 15:20:23 2016 +0800

    BaseTools/GenFds: enhance to get TOOL_CHAIN_TAG and TARGET value
    
    when user don't set TOOL_CHAIN_TAG and TARGET by â??D Flag, then GenFds
    would report failure for format:
    FILE DATA = $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/testfile
    so this patch enhance to get the TOOL_CHAIN_TAG and TARGET value by
    following priority (high to low): 1. the Macro value set by -D Flag;
    2. Get the value by the -t/-b option. 3. get the value from target.txt
    file. Besides, this patch also remove the error checking for missing
    -t/-b option.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 07fb9c264400d7ca2c14d3d8076102584038eb96
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Mon May 23 11:40:30 2016 +0800

    MdeModulePkg RamDiskDxe: VALID_ARCH cleanup to list supported options
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit bd3fc8133b2b17ad2e0427d1bf6b44b08cf2f3b2
Author: Marvin H?user <Marvin.Haeuser@xxxxxxxxxxx>
Date:   Fri May 20 03:04:02 2016 +0800

    ShellPkg/App: Fix memory leak and save resources.
    
    1) RunSplitCommand() allocates the initial SplitStdOut via
       CreateFileInterfaceMem(). Free SplitStdIn after the swap to fix
       the memory leak.
    
    2) In RunSplitCommand(), SplitStdOut is checked for equality with
       StdIn. This cannot happen due to the if-check within the swap.
       Hence remove it.
    
    3) UefiMain() doesn't free SplitList. Delete all list entries and
       reinitialize the list when in DEBUG. This does not include the
       CreateFileInterfaceMem()-allocated SplitStd mentioned in 1), so
       keep the ASSERT() until resolved.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
    Reviewed-by: Qiu Shumin <shumin.qiu@xxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
http://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®.