[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf test] 129535: regressions - FAIL
flight 129535 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/129535/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm 6 xen-build fail REGR. vs. 129475 build-amd64 6 xen-build fail REGR. vs. 129475 build-i386 6 xen-build fail REGR. vs. 129475 build-i386-xsm 6 xen-build fail REGR. vs. 129475 Tests which did not succeed, but are not blocking: test-amd64-i386-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-amd64-libvirt 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a version targeted for testing: ovmf 328409ce8de7f318ee9c929b64302bd361cd1dbd baseline version: ovmf 5ae3184d8c59f7bbb84bad482df6b8020ba58188 Last test of basis 129475 2018-11-05 21:13:11 Z 1 days Testing same since 129526 2018-11-06 20:49:26 Z 0 days 2 attempts ------------------------------------------------------------ People who touched revisions under test: Fu Siyuan <siyuan.fu@xxxxxxxxx> Jiaxin Wu <Jiaxin.wu@xxxxxxxxx> Wu Jiaxin <jiaxin.wu@xxxxxxxxx> yuchenlin <yuchenlin@xxxxxxxxxxxx> 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 328409ce8de7f318ee9c929b64302bd361cd1dbd Author: yuchenlin <yuchenlin@xxxxxxxxxxxx> Date: Fri Nov 2 11:24:01 2018 +0800 Revert "OvmfPkg: VMWare SVGA display device register definitions" This reverts commit 9bcca53fe466cdff397578328d9d87d257aba493. We reverted VMWare SVGA driver. We don't need these definitions too. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: yuchenlin <yuchenlin@xxxxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 438ada5aa5a1174940795678c2dae07cde8f3869 Author: yuchenlin <yuchenlin@xxxxxxxxxxxx> Date: Fri Nov 2 11:24:00 2018 +0800 Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O." This reverts commit 05a5379458725234de8a05780fcb5da2c12680e4. The VMWare SVGA display device implemented by Qemu (-vga vmware) uses an I/O-type BAR which is laid out such that some register offsets are not aligned to the read/write width with which they are expected to be accessed. However, we reverted the initialization of VMWare SVGA device, we don't need such unaligned I/O. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: yuchenlin <yuchenlin@xxxxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 98856a724c2acdc0094220d4de615a557dad0f88 Author: yuchenlin <yuchenlin@xxxxxxxxxxxx> Date: Fri Nov 2 11:23:59 2018 +0800 Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support" This reverts commit c137d95081690d4877fbeb5f1856972e84ac32f2. The VMWare SVGA model now -- since commit 104bd1dc70 in QEMU -- falls back to stdvga (that is, Bochs) if we don't setup VMWare SVGA FIFO. To simplify QemuVideoDxe, we don't intend to implement the VMWare SVGA FIFO setup feature. It means our current VMW SVGA driver code is basically dead. To simplify the problem, we will replace the old VMWare SVGA driver to Bochs interface. It should work on all QEMU version. The first step for using Bochs interface is to revert old driver. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: yuchenlin <yuchenlin@xxxxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit e038bde2679bbd200086c25ab43090ad3b8b25a3 Author: yuchenlin <yuchenlin@xxxxxxxxxxxx> Date: Fri Nov 2 11:23:58 2018 +0800 Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file" This reverts commit b2959e9f1a57279506ca46d56bc424fd7fa6b62a. The VMWare SVGA display device implemented by Qemu (-vga vmware) uses an I/O-type BAR which is laid out such that some register offsets are not aligned to the read/write width with which they are expected to be accessed. However, we will revert the initialization of VMWare SVGA device later, we don't need such unaligned I/O. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: yuchenlin <yuchenlin@xxxxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 62ea70e3128596c3cd1861386f9dbafaf4a82992 Author: Jiaxin Wu <Jiaxin.wu@xxxxxxxxx> Date: Mon Nov 5 14:52:30 2018 +0800 ShellPkg/TftpDynamicCommand: Clarify the retry count option in command. [-c <retry count>] is to define the number of times to transmit request packets and wait for a response. The default value is 6. But it doesn't specify the behavior of zero value. Here, The patch is to clear that: Set to zero also means to use the default value. Cc: Carsey Jaben <jaben.carsey@xxxxxxxxx> Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> commit fc5b790b3994751247799d5c7bbd8fd1e0770985 Author: Jiaxin Wu <Jiaxin.wu@xxxxxxxxx> Date: Mon Nov 5 14:46:57 2018 +0800 MdeModulePkg/Mtftp4Dxe: Fix invalid configuration of MTFTP local port. This patch is to fix the invalid setting of MTFTP local port. The issue can be reproduced by tftp shell command by using [-l port] option. Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> commit d2f1f6423bd1d23cf2fe77d7401961d771097369 Author: Fu Siyuan <siyuan.fu@xxxxxxxxx> Date: Tue Oct 30 14:49:42 2018 +0800 OvmfPkg: Replace obsoleted network drivers from platform DSC/FDF. V2: Add missed library instance for NetworkPkg iSCSI driver. This patch replaces the MdeModulePkg TCP, PXE and iSCSI driver with those ones in NetworkPkg. These 3 drivers in MdeModulePkg are not being actively maintained and will be removed from edk2 master soon. Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Cc: Anthony Perard <anthony.perard@xxxxxxxxxx> Cc: Julien Grall <julien.grall@xxxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 5f1371270ec2e26367ff89b8b312f08c6adeb455 Author: Fu Siyuan <siyuan.fu@xxxxxxxxx> Date: Tue Oct 30 14:51:16 2018 +0800 Vlv2TbltDevicePkg: Replace obsoleted drivers from platform DSC/FDF. V2: Add missed library instance for NetworkPkg iSCSI driver. This patch replaces the MdeModulePkg TCP, PXE and iSCSI driver with those ones in NetworkPkg. These 3 drivers in MdeModulePkg are not being actively maintained and will be removed from edk2 master soon. Cc: David Wei <david.wei@xxxxxxxxx> Cc: Mang Guo <mang.guo@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: David Wei <david.wei@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |