[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf test] 145909: regressions - FAIL
flight 145909 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/145909/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail REGR. vs. 145767 test-amd64-i386-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail REGR. vs. 145767 version targeted for testing: ovmf c0328cf3803b215a62f05633024f9dd6e5b805a0 baseline version: ovmf 70911f1f4aee0366b6122f2b90d367ec0f066beb Last test of basis 145767 2020-01-08 00:39:09 Z 2 days Failing since 145774 2020-01-08 02:50:20 Z 2 days 12 attempts Testing same since 145909 2020-01-10 05:39:15 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Ashish Singhal <ashishsingha@xxxxxxxxxx> Eric Dong <eric.dong@xxxxxxxxx> Jason Voelz <jason.voelz@xxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Pavana.K <pavana.k@xxxxxxxxx> Philippe Mathieu-Daud? <philmd@xxxxxxxxxx> Philippe Mathieu-Daude <philmd@xxxxxxxxxx> Siyuan Fu <siyuan.fu@xxxxxxxxx> Siyuan, Fu <siyuan.fu@xxxxxxxxx> Vitaly Cheptsov <vit9696@xxxxxxxxxxxxxx> Vitaly Cheptsov via Groups.Io <vit9696=protonmail.com@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.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 c0328cf3803b215a62f05633024f9dd6e5b805a0 Author: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> Date: Thu Jan 9 18:55:45 2020 +0800 BaseTools/PatchCheck.py: Check the patch author email address To avoid patches committed with incorrect email address, use the EmailAddressCheck class on the author email too. Example: $ python BaseTools/Scripts/PatchCheck.py 1a04951309f Checking git commit: 1a04951309f The 'Author' email address is not valid: * The email address cannot contain a space: /o=Intel/ou=External \$ (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964 Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx> Signed-off-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> commit 8120390aabe6bc6a6ecb5c94a2865a9b55095f9b Author: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> Date: Thu Jan 9 18:55:44 2020 +0800 BaseTools/PatchCheck.py: Let EmailAddressCheck describe email checked We are checking different emails from the signature list. We are going to check more. To be able to differency, add a description field, so the error reported is clearer. Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx> Signed-off-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> commit 8f38b08b506c0ea602444a09eda2f5ef1099498a Author: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> Date: Thu Jan 9 18:55:46 2020 +0800 BaseTools/PatchCheck.py: Check the committer email address To avoid patches committed with incorrect email address, use the EmailAddressCheck class on the committer email too. Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx> Signed-off-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> commit 8ffa47fb3abd58ded6fe852ee9f518d19f9f9858 Author: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> Date: Thu Jan 9 18:55:43 2020 +0800 BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheck As we are going to reuse this code out of the CommitMessageCheck class, extract it in a new class: EmailAddressCheck. Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx> Signed-off-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> commit 1f0d8096291651e6c20dbbc57d108321c1443563 Author: Jason Voelz <jason.voelz@xxxxxxxxx> Date: Mon Dec 23 14:55:37 2019 +0800 UefiCpuPkg/CpuCommonFeaturesLib: SMXE bit of CR4 should set Add code to set SMXE in CR4 in the SmxInitialize flow when SMX is enabled. Signed-off-by: Jason Voelz <jason.voelz@xxxxxxxxx> Cc: Ray Ni <ray.ni@xxxxxxxxx> Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx> commit 859046e000beecae6903e3f2143ffbd9944c7ee4 Author: Jason Voelz <jason.voelz@xxxxxxxxx> Date: Mon Dec 23 14:55:36 2019 +0800 MdePkg BaseLib.h: Update IA32_CR4 strut to include all public fields Based on Intel Software Develeper's Manual, add all fields in IA32_CR4. Signed-off-by: Jason Voelz <jason.voelz@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Ray Ni <ray.ni@xxxxxxxxx> Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx> commit df851da3ceff5b6bcf5e12616f6af60812aab483 Author: Vitaly Cheptsov via Groups.Io <vit9696=protonmail.com@xxxxxxxxx> Date: Tue Jan 7 18:50:32 2020 +0800 MdePkg: Do not use CreateEventEx unless required REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2446 There are many firmwares in the wild not supporting CreateEventEx, including devices less than 5 years old. Signed-off-by: Vitaly Cheptsov <vit9696@xxxxxxxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit e18792566c7fb1335e705c3b19334db9271eac90 Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Thu Jan 9 13:21:36 2020 +0800 UefiCpuPkg/PiSmmCpuDxeSmm: Add missed comments for parameter. This issue caused by below change: SHA-1: b948a496150f4ae4f656c0f0ab672608723c80e6 * UefiCpuPkg/PiSmmCpuDxeSmm: Pre-allocate PROCEDURE_TOKEN buffer REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2388 Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx> Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx> Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> commit f55477fe2d62687ae0b91e3c5e68db2c22cbaf5c Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Wed Jan 8 15:38:43 2020 +0100 OvmfPkg: use HII type PCDs for TPM2 config related variables The HII pages that are part of Tcg2ConfigDxe expect the following PCDs to be of dynamic HII type, so declare them as such. gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev Currently, the TPM2 ACPI table is not produced, since we do not incorporate the Tcg2Smm module, which implements the SMI based physical presence interface exposed to the OS. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit cf3ad972a2105ffa3795ddb1d9c149c7fc369f9b Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Wed Jan 8 15:38:42 2020 +0100 OvmfPkg: reorganize TPM2 support in DSC/FDF files Put the TPM2 related DXE modules together in the DSC, and add a TPM2 support header comment while at it. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 2649a735b249e54a4ddd7bd2b8d62bfe77e8d6da Author: Philippe Mathieu-Daud? <philmd@xxxxxxxxxx> Date: Thu Jan 2 20:16:56 2020 +0800 BaseTools/PatchCheck.py: Ignore CR and LF characters in subject length REF: https://bugzilla.tianocore.org/show_bug.cgi?id=113 Strip the trailing characters before checking the subject line is less than 72 characters. Fixes: e61406708c83f Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx> Reviewed-by: Jordan Justen <jordan.l.justen@xxxxxxxxx> Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx> Signed-off-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx> commit 972d88726410e21b1fff1a528854202c67e97ef1 Author: Ashish Singhal <ashishsingha@xxxxxxxxxx> Date: Tue Dec 24 10:57:47 2019 +0800 MdeModulePkg: Add EDK2 Platform Boot Manager Protocol Add edk2 platform boot manager protocol which would have platform specific refreshes to the auto enumerated as well as NV boot options for the platform. Signed-off-by: Ashish Singhal <ashishsingha@xxxxxxxxxx> Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx> commit c9d72628432126cbce58a48b440e4944baa4beab Author: Pavana.K <pavana.k@xxxxxxxxx> Date: Thu Jan 2 20:30:27 2020 +0000 CryptoPkg: Support for SHA384 & SHA512 RSA signing schemes BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2389 Currently RSA signing scheme support is available for MD5, SHA-1 or SHA-256 algorithms.The fix is to extend this support for SHA384 and SHA512. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Jian J Wang <jian.j.wang@xxxxxxxxx> Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Signed-off-by: Pavana.K <pavana.k@xxxxxxxxx> Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx> commit 396e791059f37062cbee85696e2b4186ec72a9e3 Author: Siyuan, Fu <siyuan.fu@xxxxxxxxx> Date: Fri Jan 3 14:59:27 2020 +0800 UefiCpuPkg: Always load microcode patch on AP processor. This patch updates the microcode loader to always perform a microcode detect and load on both BSP and AP processor. This is to fix a potential microcode revision mismatch issue in below situation: 1. Assume there are two microcode co-exists in flash: one production version and one debug version microcode. 2. FIT loads production microcode to BSP and all AP. 3. UefiCpuPkg loader loads debug microcode to BSP, and skip the loading on AP. As a result, different microcode patches are loaded to BSP and AP, and trigger microcode mismatch error during OS boot. BZ link: https://bugzilla.tianocore.org/show_bug.cgi?id=2431 Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Ray Ni <ray.ni@xxxxxxxxx> Signed-off-by: Siyuan Fu <siyuan.fu@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> commit 08a475df10b75f84cdeb9b11e38f8eee9b5c048d Author: Siyuan Fu <siyuan.fu@xxxxxxxxx> Date: Fri Jan 3 15:11:51 2020 +0800 UefiCpuPkg: Remove alignment check when calculate microcode size. This patch removes the unnecessary alignment check on microcode patch TotalSize introduced by commit d786a172. The TotalSize has already been checked with 1K alignment and MAX_ADDRESS in previous code as below: if ( (UINTN)MicrocodeEntryPoint > (MAX_ADDRESS - TotalSize) || ((UINTN)MicrocodeEntryPoint + TotalSize) > MicrocodeEnd || (DataSize & 0x3) != 0 || (TotalSize & (SIZE_1KB - 1)) != 0 || TotalSize < DataSize ) { Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Ray Ni <ray.ni@xxxxxxxxx> Cc: Hao A Wu <hao.a.wu@xxxxxxxxx> Signed-off-by: Siyuan Fu <siyuan.fu@xxxxxxxxx> Reviewed-by: Ray Ni <ray.ni@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |