flight 139588 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/139588/
Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 6 xen-build fail REGR. vs. 139571 build-i386-xsm 6 xen-build fail REGR. vs. 139571 build-amd64-xsm 6 xen-build fail REGR. vs. 139571 build-i386 6 xen-build fail REGR. vs. 139571 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-i386-libvirt 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 version targeted for testing: ovmf 101dc9e257d6a481c47b1662de8567bf6b818b9c baseline version: ovmf d21e5dbbbf11589113d39619b3e01eb1e8966819 Last test of basis 139571 2019-07-31 16:39:07 Z 0 days Testing same since 139588 2019-08-01 08:41:09 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Bob Feng <[email protected]> Krzysztof Koch <[email protected]> Matthew Carlson <[email protected]> Max Knutsen <[email protected]> Sean Brogan <[email protected]> Zhiju.Fan <[email protected]> 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 101dc9e257d6a481c47b1662de8567bf6b818b9c Author: Matthew Carlson <[email protected]> Date: Tue Jul 16 14:34:57 2019 +0800 BaseTools:Added arch output to build report BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2016 Added arch output to build report so it's easy to tell which arch is being generated. Useful when multiple versions of a single module is being emitted for multiple archs. This patch is going to Added arch output Cc: Bob Feng <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Zhiju.Fan <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 8ddec24dea74a7e172cb67d5bcaf6c74db3ac6f9 Author: Bob Feng <[email protected]> Date: Tue Jul 16 17:14:08 2019 +0800 BaseTools:Updata the output encoding of the Popen function BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2015 Not all output works in utf-8, so change the encoding to the default This patch is going to fix that issue. Cc: Bob Feng <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Zhiju.Fan <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 307e1650be267b67db7be1089e0979ace460d830 Author: Max Knutsen <[email protected]> Date: Tue Jul 16 17:26:55 2019 +0800 BaseTools:Add extra debugging message BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2014 Add extra debugging to improve error identification. Error while processing file if the file is read incorrectly This patch is going to fix that issue. Cc: Bob Feng <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Zhiju.Fan <[email protected]> Reviewed-by: Philippe Mathieu-Daude <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 76912197fabec2603f6c206f087a84265f451b32 Author: Sean Brogan <[email protected]> Date: Tue Jul 16 13:58:33 2019 +0800 BaseTools:replace the chinese quotation mark with unicode " BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2013 chinese quotation mark are used in the file This patch is going to fix that issue. Cc: Bob Feng <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Zhiju.Fan <[email protected]> Reviewed-by: Philippe Mathieu-Daude <[email protected]> Reviewed-by: Liming Gao <[email protected]> commit 05f8e85fa7d83222310e471c9a43a6d2ab532c95 Author: Krzysztof Koch <[email protected]> Date: Mon Jul 22 15:50:26 2019 -0700 ShellPkg: acpiview: IORT: Refactor PMCG node mapping count validation Move Performance Monitoring Counter Group (PMCG) node ID mapping count validation from the core IORT acpiview parser logic to a dedicated function. Now, the pointer to the validation function is passed to the IortNodePmcgParser[] ACPI_PARSER array. This check does not affect the flow of IORT parsing and is limited to a single table field in scope, therefore, it is better to keep it away from the code responsible for traversing the table. Signed-off-by: Krzysztof Koch <[email protected]> Reviewed-by: Sami Mujawar <[email protected]> Reviewed-by: Jaben Carsey <[email protected]> Reviewed-by: Zhichao Gao <[email protected]> commit d23bf7973491938d479bef5535c9017dc9065e58 Author: Krzysztof Koch <[email protected]> Date: Mon Jul 22 15:50:25 2019 -0700 ShellPkg: acpiview: MADT: Split structure length validation Split the Interrupt Controller Structure length validation in the acpiview UEFI shell tool into two logical parts: 1. Ensuring MADT table parser forward progress. 2. Preventing MADT table buffer overruns. Also, make the condition for infinite loop detection applicable to all types of Interrupt Controller Structures (for all interrupt models which can be represented in MADT). Check if the controller length specified is shorter than the byte size of the first two fields ('Type' and 'Length') present in every valid Interrupt Controller Structure. Signed-off-by: Krzysztof Koch <[email protected]> Reviewed-by: Sami Mujawar <[email protected]> Reviewed-by: Jaben Carsey <[email protected]> Reviewed-by: Zhichao Gao <[email protected]> commit 748c1efd1e0d934c68b6dafd3011aee47c25ad57 Author: Krzysztof Koch <[email protected]> Date: Mon Jul 22 15:50:24 2019 -0700 ShellPkg: acpiview: SRAT: Minor code style enhancements Minor changes to the SRAT parser code to conform with the EDKII coding style and to make it consistent with other ACPI table parsers. Signed-off-by: Krzysztof Koch <[email protected]> Reviewed-by: Sami Mujawar <[email protected]> Reviewed-by: Jaben Carsey <[email protected]> Reviewed-by: Zhichao Gao <[email protected]> commit e0cf5ac693d774c5196fd904bf415185cd98e6e5 Author: Krzysztof Koch <[email protected]> Date: Mon Jul 22 15:50:23 2019 -0700 ShellPkg: acpiview: RSDP: Make code consistent with other parsers List ParseAcpi() function arguments one per line in order to make this function call consistent with ParseAcpi() calls in other ACPI table parsers. Also, notify the user that XsdtAddress value of 0 results in RSDP parsing being terminated and that the XSDT table will not be processed. This effectively means that no more ACPI tables will be parsed because of this RSDP table content error. Signed-off-by: Krzysztof Koch <[email protected]> Reviewed-by: Sami Mujawar <[email protected]> Reviewed-by: Jaben Carsey <[email protected]> Reviewed-by: Zhichao Gao <[email protected]> commit eefa8f8bf29a4547b9612159cdb6cf864efc1bb4 Author: Krzysztof Koch <[email protected]> Date: Mon Jul 22 15:50:22 2019 -0700 ShellPkg: acpiview: XSDT: Remove redundant ParseAcpi() call Remove a call to ParseAcpi() responsible for getting the XSDT table length. This call is not needed because the ACPI table buffer length is provided as an input argument to the ParseAcpiXsdt() function. Modify remaining code to use the AcpiTableLength argument of the ParseAcpiXsdt() function instead of a global static variable. Signed-off-by: Krzysztof Koch <[email protected]> Reviewed-by: Sami Mujawar <[email protected]> Reviewed-by: Jaben Carsey <[email protected]> Reviewed-by: Zhichao Gao <[email protected]> commit 58cc0ffe68e249ffcc73ee3d8e2120be27793f28 Author: Krzysztof Koch <[email protected]> Date: Mon Jul 22 15:50:21 2019 -0700 ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct() Modify the signature of the DumpGasStruct() function to include the buffer length parameter and to return the number of bytes parsed by the function. This way it becomes possible to prevent buffer overruns when dumping Generic Address Structure's (GAS) fields in the acpiview table parsers. Update all existing DumpGasStruct() calls in acpiview to add the length argument. Signed-off-by: Krzysztof Koch <[email protected]> Reviewed-by: Sami Mujawar <[email protected]> Reviewed-by: Zhichao Gao <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
