This run is configured for baseline tests only. flight 75502 ovmf real [real] http://osstest.xensource.com/osstest/logs/75502/
Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm <job status> broken build-i386 <job status> broken build-amd64-pvops <job status> broken build-i386-xsm <job status> broken build-amd64 <job status> broken build-i386-pvops <job status> broken Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a build-i386 4 host-install(4) broken baseline untested build-i386-pvops 4 host-install(4) broken baseline untested build-amd64 4 host-install(4) broken baseline untested build-i386-xsm 4 host-install(4) broken baseline untested build-amd64-pvops 4 host-install(4) broken baseline untested build-amd64-xsm 4 host-install(4) broken baseline untested version targeted for testing: ovmf c637c60273447736b06be971d647cd5e5d2035b8 baseline version: ovmf a8b5750901faa63ff5570634851e648b8e335e5a Last test of basis 75496 2018-10-24 18:51:46 Z 1 days Testing same since 75502 2018-10-25 11:50:58 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Bob C Feng <[email protected]> Bob Feng <[email protected]> BobCF <[email protected]> Zhaozh1x <[email protected]> ZhiqiangX Zhao <[email protected]> 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 test-amd64-i386-xl-qemuu-ovmf-amd64 blocked ------------------------------------------------------------ sg-report-flight on osstest.xs.citrite.net logs: /home/osstest/logs images: /home/osstest/images Logs, config files, etc. are available at http://osstest.xensource.com/osstest/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary broken-job build-amd64-xsm broken broken-job build-i386 broken broken-job build-amd64-pvops broken broken-job build-i386-xsm broken broken-job build-amd64 broken broken-job build-i386-pvops broken broken-step build-i386 host-install(4) broken-step build-i386-pvops host-install(4) broken-step build-amd64 host-install(4) broken-step build-i386-xsm host-install(4) broken-step build-amd64-pvops host-install(4) broken-step build-amd64-xsm host-install(4) Push not applicable. ------------------------------------------------------------ commit c637c60273447736b06be971d647cd5e5d2035b8 Author: BobCF <[email protected]> Date: Mon Oct 22 11:24:13 2018 +0800 BaseTools: Move PcdValueInit to platform build folder PcdValueInit tool is platform scope. It should be generated into Platform output directory. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob C Feng <[email protected]> Cc: Liming Gao <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 51d17bb7b0da0d9c9e91c226f1982d7020f43795 Author: BobCF <[email protected]> Date: Fri Oct 19 20:00:09 2018 +0800 BaseTool: Filter out unused structure pcds The current code handle all the structure pcds even if there is no module or library use them. This patch is going to filter out the unused structure pcds. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <[email protected]> Cc: Liming Gao <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 951fb2d4e557c5bb0ad1b55c6610f004ee5be56b Author: BobCF <[email protected]> Date: Thu Oct 18 13:32:40 2018 +0800 BaseTools: Remove Arch specific build options for PcdValueInit tool. PcdValueInit tool is Arch independent, the Arch specific build options should be removed from PcdValueInit makefile. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob C Feng <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 2855e9c330cde2817d9cc9517381d5e60bcf74f5 Author: Zhaozh1x <[email protected]> Date: Thu Oct 18 17:46:40 2018 +0800 BaseTools:Translate the StructurePCD value in field to correct format. For StructurePCD value got from DSC file, translate its field value in to correct format in report. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <[email protected]> Cc: Liming Gao <[email protected]> Cc: Yonghong Zhu <[email protected]> Cc: Bob Feng <[email protected]> Reviewed-by: Bob Feng <[email protected]> commit da2d4f76b79d450c08a2ba7fec3be24ef5719eee Author: Zhaozh1x <[email protected]> Date: Fri Oct 19 20:11:01 2018 +0800 BaseTools: Not convert the void* pcd string in command line to array. For void* type pcd in command line, if its value is string, code should not convert the void* pcd string in command line to array, otherwise it will make the pcd value in report not match its real raw value. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <[email protected]> Cc: Liming Gao <[email protected]> Cc: Yonghong Zhu <[email protected]> Cc: Bob Feng <[email protected]> Reviewed-by: Bob Feng <[email protected]> commit 9f2b0594ed85f93e8054dbc4d709836185bb0b95 Author: Zhaozh1x <[email protected]> Date: Mon Oct 22 16:23:18 2018 +0800 BaseTools: add ASSERT checker for array buffer in fdf and command line For structure PCD in fdf file and command line, 1. use compiler time assert to check the array index, report error if array index exceeds the array number. 2. use compiler time assert to check the array size, report error if the user declared size in header file is smaller than the user used in fdf file and command line. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <[email protected]> Cc: Liming Gao <[email protected]> Cc: Yonghong Zhu <[email protected]> Cc: Bob Feng <[email protected]> Reviewed-by: Bob Feng <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
