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

[ovmf baseline-only test] 75043: tolerable FAIL



This run is configured for baseline tests only.

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

Failures :-/ but no regressions.

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

version targeted for testing:
 ovmf                 1d802e234e813a6726f4c6fd161ae9bd146bc552
baseline version:
 ovmf                 6fb8b96d9bab1281f02081a1871379f771edc0f1

Last test of basis    75041  2018-08-03 03:19:58 Z    0 days
Testing same since    75043  2018-08-03 07:20:34 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jiaxin Wu <Jiaxin.wu@xxxxxxxxx>
  Kinney, Michael D <michael.d.kinney@xxxxxxxxx>
  Michael D Kinney <michael.d.kinney@xxxxxxxxx>
  Star Zeng <star.zeng@xxxxxxxxx>
  Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
  Yunhua Feng <yunhuax.feng@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 1d802e234e813a6726f4c6fd161ae9bd146bc552
Author: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
Date:   Tue Jul 31 09:44:41 2018 +0800

    BaseTools: Guid.xref doesn't specify the correct GUID value for Driver
    
    In DSC, we can define the driver with the different FILE GUID. So this
    driver name and its FILE GUID should also be listed in Build output
    Guid.xref. But now, Guid.xref still lists the driver MODULE_GUID.
    
    The case in Platform.dsc:
      MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
        <Defines>
          FILE_GUID = 3A4A354F-6935-40fa-B19C-500EEEBF0BC2
        <LibraryClasses>
          PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
      }
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 83964ebc5e74549d6efc7134af19150a0b2079aa
Author: Kinney, Michael D <michael.d.kinney@xxxxxxxxx>
Date:   Thu Aug 2 14:22:23 2018 -0700

    BaseTools/BinToPcd: Encode string returned from ByteArray()
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=1069
    
    The ByteArray() method returns a string with the hex bytes of
    a PCD value.  Make sure the string is always encoded as a string,
    so it can be used to build a complete PCD statement string and be
    written out to a file.  This change is required for Python 3.x
    compatibility.
    
    Cc: YanYan Sun <yanyan.sun@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 7191827f90b4a09cfef56e1cf23a768a9cb90e07
Author: Jiaxin Wu <Jiaxin.wu@xxxxxxxxx>
Date:   Fri Jul 20 10:30:13 2018 +0800

    NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.
    
    *v2: Optimize the patch by calculating AsciiStrSize() only once.
    
    In URI, the colon (:) is used to terminate the HostName path before
    a port number. However, if HostName is expressed as IPv6 format, colon
    characters in IPv6 addresses will conflict with the colon before port
    number. To alleviate this conflict in URI, the IPv6 expressed HostName
    are enclosed in square brackets ([]). To record the real IPv6 HostName,
    square brackets should be stripped.
    
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit df4c129833ab5a94a4920620938e32979cf2f241
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Aug 2 09:14:59 2018 +0800

    MdeModulePkg DxeCapsuleLibFmp: Add NULL check to the return buffers
    
    Add NULL check to the return buffers from GetFmpHandleBufferByType().
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Hao A Wu <Hao.a.wu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@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®.