From a6b8fda00cabe920e5f961aadabc5a62ef7f6274 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Aug 2016 11:03:00 +0100 Subject: parselogs: Ignore uvesafb timeouts We're periodically seeing uvesafb timeouts on the autobuilder. Whitelist these errors as there is little it seems we can do about them and we therefore choose to ignore them rather than fail the builds. [YOCTO #8245] There is a better solution proposed in the bug with a -1 timeout however this avoids failed builds until such times as that is implemented. (From OE-Core rev: 8097f2da79b7862733494d2321e3dfdb0880804d) (From OE-Core rev: 37356aa62558434bd3a6402c35f16f2f75903af0) Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/parselogs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 8e714a644b..32cc9f0e6c 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -64,6 +64,11 @@ qemux86_common = [ "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", "can't claim BAR ", 'amd_nb: Cannot enumerate AMD northbridges', + 'uvesafb: 5000 ms task timeout error', + 'detected fb_set_par error, error code: -22', + 'Getting VBE info block failed', + 'vbe_init() failed with -22', + 'uvesafb: mode switch failed', ] + common_errors ignore_errors = { -- cgit v1.2.3-54-g00ecf