Mailing List Archive

[ovmf test] 185617: regressions - trouble: blocked/broken
flight 185617 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/185617/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
build-amd64 <job status> broken
build-amd64-pvops <job status> broken
build-amd64-xsm <job status> broken
build-i386 <job status> broken
build-i386-pvops <job status> broken
build-i386-xsm <job status> broken
build-amd64-pvops 5 host-build-prep fail REGR. vs. 185309
build-amd64-xsm 5 host-build-prep fail REGR. vs. 185309
build-i386 5 host-build-prep fail REGR. vs. 185309
build-amd64 5 host-build-prep fail REGR. vs. 185309
build-i386-xsm 5 host-build-prep fail REGR. vs. 185309
build-i386-pvops 5 host-build-prep fail REGR. vs. 185309

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

version targeted for testing:
ovmf 0707d9296d7536c5baf43b23d70eafce10b1ab03
baseline version:
ovmf 98f150a954b35cc74bd87ae355cf35d8c9e1580d

Last test of basis 185309 2024-04-11 08:11:11 Z 4 days
Failing since 185603 2024-04-15 13:42:34 Z 0 days 2 attempts
Testing same since 185617 2024-04-15 17:41:09 Z 0 days 1 attempts

------------------------------------------------------------
People who touched revisions under test:
Gahan Saraiya <gahan.saraiya@intel.com>
Jiewen Yao <jiewen.yao@intel.com>
Qingyu <qingyu.shang@intel.com>
Wei6 Xu <wei6.xu@intel.com>

jobs:
build-amd64-xsm broken
build-i386-xsm broken
build-amd64 broken
build-i386 broken
build-amd64-libvirt blocked
build-i386-libvirt blocked
build-amd64-pvops broken
build-i386-pvops broken
test-amd64-amd64-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

broken-job build-amd64 broken
broken-job build-amd64-pvops broken
broken-job build-amd64-xsm broken
broken-job build-i386 broken
broken-job build-i386-pvops broken
broken-job build-i386-xsm broken

Not pushing.

------------------------------------------------------------
commit 0707d9296d7536c5baf43b23d70eafce10b1ab03
Author: Wei6 Xu <wei6.xu@intel.com>
Date: Fri Apr 12 15:14:40 2024 +0800

SecurityPkg/Tcg2Config: Hide BIOS unsupported hash algorithm from UI

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

TCG2 configuration UI shows all the hash algorithms that TPM hardware
supports in the checkbox. If user only selects one algorithm that is
supported by TPM hardware but not supported by BIOS and uncheck the
others, the SyncPcrAllocationsAndPcrMask in Tcg2Pei will not be able
to decide a viable PCR to activate, then an assert occurs.

Add check against PcdTcg2HashAlgorithmBitmap when deciding whether
to suppress the hash algorithm checkbox to avoid user to select the
hash algorithm which may cause an assert.

Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
Reviewed-by: Rahul Kumar <rahul1.kumar@intel.com>
Acked-by: Jiewen Yao <jiewen.yao@intel.com>

commit e25808f5018ea601d0adf1d6d10c1cb3cb6a050b
Author: Qingyu <qingyu.shang@intel.com>
Date: Mon Apr 8 16:56:47 2024 +0800

MdePkg: Update the comments of GetInformation function

Refer to Uefi spec 2.10 section 11.11.2, add a new retval
EFI_NOT_FOUND to EFI_ADAPTER_INFORMATION_PROTOCOL.GetInformation().
Reference: [mantis #1866] - GetInfo() of Adapter Information
Protocol should have a provision for IHV to return no data.

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Qingyu <qingyu.shang@intel.com>
Signed-off-by: Gahan Saraiya <gahan.saraiya@intel.com>