* [ovmf test] 111424: regressions - FAIL
@ 2017-07-05 23:42 osstest service owner
0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2017-07-05 23:42 UTC (permalink / raw)
To: xen-devel, osstest-admin
flight 111424 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/111424/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-amd64 6 xen-build fail REGR. vs. 111384
build-i386-xsm 6 xen-build fail REGR. vs. 111384
build-amd64-xsm 6 xen-build fail REGR. vs. 111384
build-i386 6 xen-build fail REGR. vs. 111384
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
version targeted for testing:
ovmf 59541d41633cf56e9b7c3ac0de112ab65d9331ca
baseline version:
ovmf 49be9c3c20cea7477b9c9e390c9f97735760e216
Last test of basis 111384 2017-07-05 03:46:55 Z 0 days
Failing since 111390 2017-07-05 07:19:57 Z 0 days 5 attempts
Testing same since 111424 2017-07-05 18:59:16 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Ard Biesheuvel <ard.biesheuvel@linaro.org>
Jun Nie <jun.nie@linaro.org>
Leif Lindholm <leif.lindholm@linaro.org>
Liming Gao <liming.gao@intel.com>
Ryan Harkin <ryan.harkin@linaro.org>
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 59541d41633cf56e9b7c3ac0de112ab65d9331ca
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Date: Wed Jul 5 13:57:50 2017 +0100
ArmVirtPkg: remove status code support
Commit 7b1dc6c569a 'ArmVirtPkg: switch to generic ResetSystemRuntimeDxe'
replaced all references in ArmVirtPkg to the deprecated ResetRuntimeDxe
from EmbeddedPkg with the well maintained generic alternative that lives
in MdeModulePkg.
However, as it turns out, the generic driver has a dependency on the
library class ReportStatusCodeLib, whose default resolution is an
implementation that is not safe for use at runtime, resulting in crashes
when trying to invoke it from the OS.
Since we have no use for status codes in any of the ArmVirtPkg
platforms, let's replace all resolutions with a common one to the NULL
implementation.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
commit 729ddffda0546e4df7246f008c8248990237834d
Author: Leif Lindholm <leif.lindholm@linaro.org>
Date: Tue Jul 4 18:11:55 2017 +0100
ArmPlatformPkg: convert VExpress ResetSystemLib to ResetSystemLib
Since we're in the process of migrating all of the VExpress platforms
to MdeModulePkg ResetSystemRuntimeDxe, convert VExpress ResetSystemLib
from EfiResetSystemLib interface to the ResetSystemLib one.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
commit 7bb5fad566afa2dd9feef5ae1ecc658d627f5ac2
Author: Jun Nie <jun.nie@linaro.org>
Date: Tue Jul 4 23:43:16 2017 +0800
EmbeddedPkg/MmcDxe: Align the ExtCSD buffer
ExtCSD structure may be read via DMA. So align it to
page to avoid data corruption.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
commit e4129b0e5897d76885170bec9da996b266f185f9
Author: Liming Gao <liming.gao@intel.com>
Date: Mon Jun 19 17:49:44 2017 +0800
BaseTools: Update GenFw to clear unused debug entry generated by VS tool chain
https://bugzilla.tianocore.org/show_bug.cgi?id=600
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
commit f7bd152c2a05bd75471305184c25f14f01ccf0b7
Author: Liming Gao <liming.gao@intel.com>
Date: Fri Jun 23 20:33:54 2017 +0800
BaseTools: Update tools_def.template to remove old XCLANG and XCODE32
https://bugzilla.tianocore.org/show_bug.cgi?id=562
https://bugzilla.tianocore.org/show_bug.cgi?id=563
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Andrew Fish <afish@apple.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-05 23:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 23:42 [ovmf test] 111424: regressions - FAIL osstest service owner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).