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

[ovmf baseline-only test] 75132: tolerable FAIL



This run is configured for baseline tests only.

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

Failures :-/ but no regressions.

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install     fail like 75130
 test-amd64-i386-xl-qemuu-ovmf-amd64 10 debian-hvm-install      fail like 75130

version targeted for testing:
 ovmf                 033949a810cd9cb4a604cf09af503459ea1d66dc
baseline version:
 ovmf                 983f5abb9a0d6cf9cfb5e16d671f15e5dc7510d8

Last test of basis    75130  2018-08-27 12:55:15 Z    1 days
Testing same since    75132  2018-08-27 23:55:19 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ruiyu Ni <ruiyu.ni@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.xensource.com/osstest/logs

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


Push not applicable.

------------------------------------------------------------
commit 033949a810cd9cb4a604cf09af503459ea1d66dc
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 17:40:30 2018 +0800

    EmulatorPkg/DSC: Remove FS mapping to EDK Shell bin directory
    
    The EDK Shell is end of line so the FS mapping to old EDK
    Shell bin directory is better to be removed.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 3da7b0639f618a3809c2e20e072d97b30aeb0d4b
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 17:38:42 2018 +0800

    EmulatorPkg/EmuFileSystem: Fix a bug that causes Close() assertion
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1117
    
    The root cause is when a file is opened through File.Open(), the
    private data for the File is not allocated, so when later
    when File.Close() is called, the signature check in CR() causes
    the assertion.
    
    The private data for the File is allocated properly when the file
    is opened from FS.OpenVolume().
    
    The patch also fixes a minor issue that wrongly assigns
    revision number to File.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 41fd56be34cdec9a6ed729cbadb25a9097c675c1
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 17:35:14 2018 +0800

    EmulatorPkg/PlatformBds: Signal EndOfDxe in platform BDS
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1079
    
    Without signal of EndOfDxe, the 3rd party code (.efi from non-flash
    storage) cannot run. It's forbidden by
    8be37a5cee700777ca8e8e8a34cc2225b21931a7
    *MdeModulePkg/SecurityStubDxe: Defer 3rd party image before EndOfDxe
    
    The patch enables running of SCT from internal shell.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 8f8196976ef9b65e50446eb856f23ca30981ba92
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 15:36:15 2018 +0800

    EmulatorPkg/Win: Add BlockIo support
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 56502bf1ad5e7d5da4c3e91e8590febdb63ab380
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:43:00 2018 +0800

    EmulatorPkg/Win: Add SimpleFileSystem support
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 07d8559c6bd8a8716e163a930a63f16e742aaa7a
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:37:37 2018 +0800

    EmulatorPkg/Win: Add RTC support
    
    Now firmware can display the time correctly.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 269c512393fa1fe557cdcbac46044c0831915562
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:36:14 2018 +0800

    EmulatorPkg/Win: Add timer and interrupt support
    
    Now the firmware can boot to Shell and count down 5 seconds to
    command prompt.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 7a465451be0f1ec2ef1235bac6d14ebe1ca69936
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:33:54 2018 +0800

    EmulatorPkg/Win: Add input/output support
    
    The patch adds GOP and SimpleTextIn[Ex] support.
    Now firmware can boot to UI and Shell but timer doesn't work.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>

commit 5601e90d5cdbc4cea748e00e34ae07ce39bd700f
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:13:21 2018 +0800

    EmulatorPkg/Win: Enable native OS console as firmware console
    
    The patch implements Stdin/Stdout/Stderr access so that
    the native OS console (cmd.exe) can be used as the firmware
    console and debug message can also be routed to it.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 0d9b5c461a311a1001192a01084ec579510b2048
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:07:05 2018 +0800

    EmulatorPkg/Win: Enable source level debugging
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>

commit 3c859dfebb436487928eab4644a33ce05b1905ac
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:02:52 2018 +0800

    EmulatorPkg/Win: Add Windows host support
    
    This is the initial patch to make it boot to early DXE
    phase without display (only debug message).
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>

commit 47c04c382eb5c024173f8b8d37536ca25f9f93c4
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Thu Aug 23 13:01:06 2018 +0800

    EmulatorPkg/ThunkProtocolList: Fix VS build failure
    
    VS compiler complains converting UINTN to UINT16 causes data lost.
    Add typecast to fix the build failure.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Andrdw Fish <afish@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>

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

 


Rackspace

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