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

[Xen-devel] [ovmf test] 143094: regressions - trouble: broken/fail/pass



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

Regressions :-(

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

version targeted for testing:
 ovmf                 703232b8e8889e908771b64e22b5ed94e403aa0a
baseline version:
 ovmf                 95d2883647dd8bf91f65cde87e73cede1dcc6574

Last test of basis   143072  2019-10-23 17:09:39 Z    1 days
Testing same since   143094  2019-10-24 10:02:58 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Michael D Kinney <michael.d.kinney@xxxxxxxxx>
  Sean Brogan <sean.brogan@xxxxxxxxxxxxx>

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                          broken  


------------------------------------------------------------
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-i386-xl-qemuu-ovmf-amd64 broken
broken-step test-amd64-i386-xl-qemuu-ovmf-amd64 host-install(4)

Not pushing.

------------------------------------------------------------
commit 703232b8e8889e908771b64e22b5ed94e403aa0a
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Tue Oct 22 22:44:05 2019 +0800

    OvmfPkg: Enable CLANG9 tool chain
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    1. Apply CLANG9 Linker option.
    2. Exclude -mno-mmx -mno-sse compiler option for CLANG9
    These two options will cause CLANG Linker crush.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit 2737037a417a97de8153ebc5e4556bdf38f765c6
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:54 2019 +0800

    EmulatorPkg: Enable CLANG9 tool chain
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    1. Add WIN_HOST_BUILD macro check for CLANG9 tool chain
    build -p EmulatorPkg\EmulatorPkg.dsc -a IA32 -DWIN_HOST_BUILD=TRUE -t CLANG9
    build -p EmulatorPkg\EmulatorPkg.dsc -a X64 -DWIN_HOST_BUILD=TRUE -t CLANG9
    2. Append CLANG CC and LINK flags to generate windows HOST.
    3. Fix WinHost issue to call GetProcessAffinityMask() API.
       The input parameter should be UINTN pointer instead of UINT32 pointer.
    
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>
    Cc: Ray Ni <ray.ni@xxxxxxxxx>
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>

commit 933681b2084435ec2744e7042e3864cabd4fa879
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:53 2019 +0800

    CryptoPkg IntrinsicLib: Make _fltused always be used
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    With this change, global variable _fltused will not be removed by LTO
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Reviewed-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>

commit 3d61650f95193694fb00e1e6863ef09c5ecba090
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:52 2019 +0800

    CryptoPkg: Append options to make CLANG9 tool chain pass build
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    Disable warning reported from CLANG9.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 55863be1fc341bd37d4077ecdbb7ff12f673dc89
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:51 2019 +0800

    MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>

commit 7d9ba361cc79dcba667bc3e2dc45ac0ef1756cbb
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:50 2019 +0800

    MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG tool
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    Define the same macro in the different OS. It can make CLANG generate the 
same
    image in the different host OS.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>

commit 0f59f4480583738f0fe4def1b7983130e3fdb33c
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:49 2019 +0800

    MdePkg BaseIoLibIntrinsic: Remove __inline__ attribute for IO functions
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    __inline__ has no functional difference effect with the GCC48 / GCC49 / GCC5
    toolchains, but it breaks the build with CLANG9. Remove __inline__.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit 70bebafd1b77e6edd034a12ba47656669a833a80
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:48 2019 +0800

    MdePkg Base.h: Add definition for CLANG9 tool chain
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    CLANG9 tool chain defines __clang__ macro only,
    doesn't define __GNUC__ macro. But, it uses some same definitions with GCC.
    So, update base definition for CLANG9 tool chain.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit 3d312a1fec2eff60212859849fdb407018e47ca8
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:47 2019 +0800

    BaseTools GenFw: Fix the issue to update the wrong size as SectionSize
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    CLANG9 generated PE image exposes below two issues.
    1. SectionSize is used to copy PE section data. It should be smaller than
    section raw size.
    2. The real data is required to be copied. So, copy the min size of
    VirtualSize and SizeOfRawData.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>

commit 15330934dc860c20b2143c802f3b4285e89021e3
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:46 2019 +0800

    BaseTools tools_def: Add CLANG9 tool chain to directly generate PE image
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>

commit 7ab180bb91da3fe94c34256a6b75bffbecf44ee8
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 17 14:55:45 2019 +0800

    BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) path
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
    $(DEST_DIR_DEBUG) path is in Include directory.
    It is not required to be specified again.
    
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit d95de082da01f4a4cb3ebf87e15972a12d0f8d53
Author: Sean Brogan <sean.brogan@xxxxxxxxxxxxx>
Date:   Wed Sep 25 10:14:09 2019 -0700

    CryptoPkg: Add Null instance of the BaseCryptLib class
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=2257
    
    Add a Null instance of the BaseCryptLib class.  This lib instance
    can be used as a template for new implementations of the BaseCryptLib
    class and can also be used to reduce CI build times for build
    checks that depend on the BaseCryptLib class.
    
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Xiaoyu Lu <xiaoyux.lu@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 20c082e8d764579bdd374bf156346b28aa3471de
Author: Sean Brogan <sean.brogan@xxxxxxxxxxxxx>
Date:   Mon Oct 7 20:27:33 2019 -0700

    UefiCpuPkg: Add missing components to UefiCpuPkg.dsc
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=2255
    
    Update UefiCpuPkg.dsc to guarantee all libraries and
    modules are always built.  Add the following components.
    
    * UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf
    * UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf
    
    ResetVector.inf is a binary INF, so no source builds are
    triggered from adding this line.  However, a build with
    this component does verify the contents of the INF file.
    
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>

commit 79cd636f3ee1d89cf8282067ec33c59e1f2a6666
Author: Sean Brogan <sean.brogan@xxxxxxxxxxxxx>
Date:   Wed Sep 25 10:14:40 2019 -0700

    CryptoPkg: Add Null instance of the TlsLib class
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=2258
    
    Add a Null instance of the TlsLib class.  This lib instance
    can be used as a template for new implementations of the TlsLib
    class and can also be used to reduce CI build times for build
    checks that depend on the TlsLib class.
    
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Xiaoyu Lu <xiaoyux.lu@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 412c963842741fd0fd78d73a91809dbc10c8368e
Author: Sean Brogan <sean.brogan@xxxxxxxxxxxxx>
Date:   Mon Oct 7 20:28:46 2019 -0700

    CryptoPkg: Add missing components to CryptoPkg.dsc
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=2254
    
    Update CryptoPkg.dsc to guarantee all libraries and modules
    are always built.  Add the following components.
    
    * CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
    
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Xiaoyu Lu <xiaoyux.lu@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit d6b926e76e3d639ac37610e97d33ff9e3a6281eb
Author: Sean Brogan <sean.brogan@xxxxxxxxxxxxx>
Date:   Wed Oct 9 00:20:15 2019 -0700

    SecurityPkg: Fix spelling errors
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=2265
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <Jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Tue Oct 22 16:50:32 2019 -0700

    SecurityPkg: Change EFI_D_INFO to DEBUG_INFO
    
    Update DEBUG() macro to use DEBUG_INFO to address PatchCheck.py error.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <Jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@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®.