Re: [ovmf test] 168340: regressions - FAIL

2022-03-03 Thread Jason Andryuk
On Wed, Mar 2, 2022 at 12:57 PM osstest service owner
 wrote:
>
> flight 168340 ovmf real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/168340/
>
> Regressions :-(
>
> Tests which did not succeed and are blocking,
> including tests which could not be run:
>  build-amd64   6 xen-buildfail REGR. vs. 
> 168254
>  build-amd64-xsm   6 xen-buildfail REGR. vs. 
> 168254
>  build-i3866 xen-buildfail REGR. vs. 
> 168254
>  build-i386-xsm6 xen-buildfail REGR. vs. 
> 168254
>

> commit 6a890db161cd6d378bec3499a1e774db3f5a27a7
> Author: Jason 
> 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.

...

> commit bbaa00dd01ed0df30e43a5a89fd2b0433d858b73
> Author: Jason 
> 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.

Looks like OVMF now expects NASM v2.15.05.

-Jason



[ovmf test] 168340: regressions - FAIL

2022-03-02 Thread osstest service owner
flight 168340 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/168340/

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 build-amd64-libvirt   1 build-check(1)   blocked  n/a
 build-i386-libvirt1 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 dc39554d58af4a50b50eca1f57c49415a12b0c98
baseline version:
 ovmf b1b89f9009f2390652e0061bd7b24fc40732bc70

Last test of basis   168254  2022-02-28 10:41:46 Z2 days
Failing since168258  2022-03-01 01:55:31 Z1 days   17 attempts
Testing same since   168316  2022-03-02 02:50:20 Z0 days5 attempts


People who touched revisions under test:
  Guomin Jiang 
  Jason 
  Jason Lou 
  Xiaolu.Jiang 

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-pvopspass
 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 dc39554d58af4a50b50eca1f57c49415a12b0c98
Author: Xiaolu.Jiang 
Date:   Tue Feb 22 22:14:05 2022 +0800

edk2/MdeModulePkg/Debuglib: Add Standalone MM support

https://bugzilla.tianocore.org/show_bug.cgi?id=3844

This change added Standalone MM instance of DebugLib.

Reviewd-by: Jian J Wang 
Reviewd-by: Liming Gao 

Signed-off-by: Xiaolu.Jiang 

commit 497ac7b6d7f9750f48f137db244931a5728b1968
Author: Guomin Jiang 
Date:   Sat Jan 29 16:28:02 2022 +0800

UefiPayloadPkg/PayloadLoaderPeim: Use INT64 as input parameter

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3818

It will have some potential issue when memory larger than 2G because
the high memory address will be fill with 0x when do the
operation of INTN + INT64 but it is 32 bit normal data in fact.

Should use same data type INT64 + INT64.

V3:
1. Use INT64 as input parameter because all date type is 64 bit
V2:
1. Force the data type to UINTN to avoid high dword be filled with
0x
2. Keep INTN because the offset may postive or negative.

Reviewed-by: Guo Dong 
Reviewed-by: Ray Ni 
Signed-off-by: Guomin Jiang 

commit 6a890db161cd6d378bec3499a1e774db3f5a27a7
Author: Jason 
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 
Cc: Bob Feng 
Cc: Liming Gao 
Reviewed-by: Yuwei Chen 

commit bbaa00dd01ed0df30e43a5a89fd2b0433d858b73
Author: Jason 
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 
Cc: Michael D Kinney 
Reviewed-by: