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

[ovmf test] 168258: regressions - FAIL



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

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 build-amd64-libvirt           1 build-check(1)               blocked  n/a
 build-i386-libvirt            1 build-check(1)               blocked  n/a
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a
 test-amd64-i386-xl-qemuu-ovmf-amd64  1 build-check(1)              blocked n/a

version targeted for testing:
 ovmf                 6a890db161cd6d378bec3499a1e774db3f5a27a7
baseline version:
 ovmf                 b1b89f9009f2390652e0061bd7b24fc40732bc70

Last test of basis   168254  2022-02-28 10:41:46 Z    0 days
Testing same since   168258  2022-03-01 01:55:31 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jason <yun.lou@xxxxxxxxx>
  Jason Lou <yun.lou@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 6a890db161cd6d378bec3499a1e774db3f5a27a7
Author: Jason <yun.lou@xxxxxxxxx>
Date:   Mon Jan 10 22:30:29 2022 +0800

    BaseTools: Upgrade the version of NASM tool
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790
    
    Upgrade the version of NASM tool to avoid compilation errors when
    compiling NASM code change.
    
    Signed-off-by: Jason Lou <yun.lou@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Cc: Liming Gao <gaoliming@xxxxxxxxxxxxxx>
    Reviewed-by: Yuwei Chen <yuwei.chen@xxxxxxxxx>

commit bbaa00dd01ed0df30e43a5a89fd2b0433d858b73
Author: Jason <yun.lou@xxxxxxxxx>
Date:   Mon Jan 10 22:05:47 2022 +0800

    MdePkg: Remove the macro definitions regarding Opcode.
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790
    
    Remove the macro definitions regarding Opcode because new version of
    NASM tool(e.g. v2.15.05) supports the corresponding instructions.
    Note: This patch need to be merged after other NASM code change to avoid
    compilation errors.
    
    Signed-off-by: Jason Lou <yun.lou@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Liming Gao <gaoliming@xxxxxxxxxxxxxx>
    Cc: Zhiguang Liu <zhiguang.liu@xxxxxxxxx>

commit 2aa107c0aa2e1375651867c8df1b81ff64b67fce
Author: Jason <yun.lou@xxxxxxxxx>
Date:   Mon Jan 10 22:01:18 2022 +0800

    UefiCpuPkg: Replace Opcode with the corresponding instructions.
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790
    
    Replace Opcode with the corresponding instructions.
    The code changes have been verified with CompareBuild.py tool, which
    can be used to compare the results of two different EDK II builds to
    determine if they generate the same binaries.
    (tool link: https://github.com/mdkinney/edk2/tree/sandbox/CompareBuild)
    
    Signed-off-by: Jason Lou <yun.lou@xxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Rahul Kumar <rahul1.kumar@xxxxxxxxx>

commit 7bc8b1d9f412507d579f21ea9af56fced81e7827
Author: Jason <yun.lou@xxxxxxxxx>
Date:   Mon Jan 10 21:52:52 2022 +0800

    SourceLevelDebugPkg: Replace Opcode with the corresponding instructions.
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790
    
    Replace Opcode with the corresponding instructions.
    The code changes have been verified with CompareBuild.py tool, which
    can be used to compare the results of two different EDK II builds to
    determine if they generate the same binaries.
    (tool link: https://github.com/mdkinney/edk2/tree/sandbox/CompareBuild)
    
    Signed-off-by: Jason Lou <yun.lou@xxxxxxxxx>
    Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx>

commit d3febfd9ade35dc552df6b3607c2b15d26b82867
Author: Jason <yun.lou@xxxxxxxxx>
Date:   Mon Jan 10 21:46:27 2022 +0800

    MdePkg: Replace Opcode with the corresponding instructions.
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790
    
    Replace Opcode with the corresponding instructions.
    The code changes have been verified with CompareBuild.py tool, which
    can be used to compare the results of two different EDK II builds to
    determine if they generate the same binaries.
    (tool link: https://github.com/mdkinney/edk2/tree/sandbox/CompareBuild)
    
    Signed-off-by: Jason Lou <yun.lou@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Liming Gao <gaoliming@xxxxxxxxxxxxxx>
    Cc: Zhiguang Liu <zhiguang.liu@xxxxxxxxx>

commit 84338c0d498555f860a480693ee8647a1795fba3
Author: Jason <yun.lou@xxxxxxxxx>
Date:   Mon Jan 10 21:04:09 2022 +0800

    MdeModulePkg: Replace Opcode with the corresponding instructions.
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790
    
    Replace Opcode with the corresponding instructions.
    The code changes have been verified with CompareBuild.py tool, which
    can be used to compare the results of two different EDK II builds to
    determine if they generate the same binaries.
    (tool link: https://github.com/mdkinney/edk2/tree/sandbox/CompareBuild)
    
    Signed-off-by: Jason Lou <yun.lou@xxxxxxxxx>
    Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Liming Gao <gaoliming@xxxxxxxxxxxxxx>



 


Rackspace

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