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

[Xen-devel] [ovmf test] 113069: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64                   6 xen-build                fail REGR. vs. 113061
 build-amd64-xsm               6 xen-build                fail REGR. vs. 113061
 build-i386                    6 xen-build                fail REGR. vs. 113061
 build-i386-xsm                6 xen-build                fail REGR. vs. 113061

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                 9a04dcffbb1e59333e500a8ce66e01a562be8b4f
baseline version:
 ovmf                 3f3a69b87a2d9b8e0186f6c078302614f55a3357

Last test of basis   113061  2017-09-06 02:03:48 Z    0 days
Testing same since   113069  2017-09-06 08:22:21 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Eric Dong <eric.dong@xxxxxxxxx>
  Fu Siyuan <siyuan.fu@xxxxxxxxx>
  Jiewen Yao <jiewen.yao@xxxxxxxxx>
  Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
  Wang Fan <fan.wang@xxxxxxxxx>

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


------------------------------------------------------------
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 9a04dcffbb1e59333e500a8ce66e01a562be8b4f
Author: Fu Siyuan <siyuan.fu@xxxxxxxxx>
Date:   Mon Sep 4 16:04:53 2017 +0800

    NetworkPkg/Ip6Dxe: fix a bug in IP6 driver for IpSec protocol notify.
    
    The IP driver uses EfiCreateProtocolNotifyEvent() to register notify 
callback
    function for IpSec protocol, but it didn't notice that the callback will 
always
    be executed at least once, even the protocol wasn't in handle database.
    As a result, the Ip6IpSecProcessPacket() will still always call 
LocateProtocol()
    even the IpSec protocol is not installed, which will impact the network
    performance.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>

commit 5aae2d35de031a38e7812c615ff6bce36b31466a
Author: Fu Siyuan <siyuan.fu@xxxxxxxxx>
Date:   Mon Sep 4 16:04:13 2017 +0800

    MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.
    
    The IP driver uses EfiCreateProtocolNotifyEvent() to register notify 
callback
    function for IpSec protocol, but it didn't notice that the callback will 
always
    be executed at least once, even the protocol wasn't in handle database.
    As a result, the Ip4IpSecProcessPacket() will still always call 
LocateProtocol()
    even the IpSec protocol is not installed, which will impact the network
    performance.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>

commit 12cfc9009e7cf1a69ca675110c2cf6e21b152992
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Wed Sep 6 13:52:51 2017 +0800

    MdePkg/PiMmCis.h: Fix build failure.
    
    Include the missed header file to fix build failure.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit d51b0122bf9bd1df831c77b5669bfbb66aaa4874
Author: Wang Fan <fan.wang@xxxxxxxxx>
Date:   Thu Aug 24 17:17:19 2017 +0800

    MdePkg: Add UEFI 2.7 defined GUID and structure for AIP network media type.
    
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wang Fan <fan.wang@xxxxxxxxx>

commit 4d150848c51f39363fec01779514baa8394d68c5
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Wed Sep 6 12:07:11 2017 +0800

    IntelSiliconPkg/VTd: improve debug message.
    
    Add /n for debug message to make error more
    readable.
    
    Suggested-by: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 60794ee6b0c86c103ab227b0d9c2968c9c74810e
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Mon Sep 4 09:28:26 2017 +0800

    IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support.
    
    If IOMMU is enabled, the legacy BIOS need allow the legacy memory
    access by the legacy device.
    The legacy memory is below 1M memory and HighPmm memory.
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 94fb621d370e7397e988038f28eede05b40ee6e5
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Mon Sep 4 16:43:35 2017 +0800

    IntelSiliconPkg/Vtd: Support CSM usage.
    
    Remove zero address check in IoMmuMap.
    The reason is that a CSM legacy driver may use legacy memory for DMA.
    As such, the legacyBios need allow below 1M to the legacy device.
    
    This patch also fixed some typo.
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 7d8e8474f98bcefc6cc18914c995b04fa8a7e39d
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Sep 5 22:49:37 2017 +0800

    MdePkg/PciSegmentLibSegmentInfo: fix typo in PciSegmentBitFieldAnd*()
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

_______________________________________________
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®.