From 2271f59a0f506f89f9fea6777701c4b40790ddd9 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Mon, 19 Sep 2016 11:50:19 -0500 Subject: oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are experimenting failures to calibrate CPU's using TSC in x86 VM's due to usage of nested KVM [1], this is a known issue [2][3] in virtualization environments, for detail explnation see [4]. Also we already have an ignore for 'TSC Fast calibration fail'. [1] http://errors.yoctoproject.org/Errors/Details/83684/ [2] https://bugzilla.redhat.com/show_bug.cgi?id=814231 [3] https://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01547.html [4] https://www.kernel.org/doc/Documentation/virtual/kvm/timekeeping.txt Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/parselogs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index b5017c2492..763c42fde9 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -68,6 +68,7 @@ qemux86_common = [ 'Getting VBE info block failed', 'vbe_init() failed with -22', 'uvesafb: mode switch failed', + 'tsc: HPET/PMTIMER calibration failed', ] + common_errors ignore_errors = { -- cgit 1.2.3-korg ell OpenEmbedded Core layerGrokmirror user
summaryrefslogtreecommitdiffstats