From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 6677D73A08 for ; Tue, 10 Mar 2015 14:20:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t2AEKu4t014364 for ; Tue, 10 Mar 2015 14:20:56 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id unDPvKFneu_P for ; Tue, 10 Mar 2015 14:20:56 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t2AEKida014328 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Tue, 10 Mar 2015 14:20:55 GMT Message-ID: <1425997244.9114.19.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core Date: Tue, 10 Mar 2015 14:20:44 +0000 X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Subject: [PATCH] oeqa/parselogs: Skip hda opcode errors X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 14:21:01 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit These occur when running images under virtualisation on machines with high load which sometimes trigger timeouts in the kernel DMA code. They're harmless to ignore in these cases. Adding this since "failing" the build due to this is more annoying thank useful. [YOCTO #7387] Signed-off-by: Richard Purdie diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index b1dcc1e..cf0f67c 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -22,7 +22,8 @@ common_errors = [ "Failed to load module modesetting", "Failed to load module \"glx\"", "Failed to load module glx", - "[drm] Cannot find any crtc or sizes - going 1024x768" + "[drm] Cannot find any crtc or sizes - going 1024x768", + "hd.: possibly failed opcode" ] x86_common = [