From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhrXj-0004Op-3B for qemu-devel@nongnu.org; Thu, 08 Sep 2016 01:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhrXd-0002qB-Dh for qemu-devel@nongnu.org; Thu, 08 Sep 2016 01:06:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhrXd-0002q4-83 for qemu-devel@nongnu.org; Thu, 08 Sep 2016 01:06:25 -0400 Date: Thu, 8 Sep 2016 13:06:22 +0800 From: Fam Zheng Message-ID: <20160908050622.GB14528@lemon> References: <20160907201627.76033.29034@ex-std-node742.prod.rhcloud.com> <8ece8a22-e090-69d9-8e89-8aa4c5776a1c@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ece8a22-e090-69d9-8e89-8aa4c5776a1c@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org, pbonzini@redhat.com On Wed, 09/07 22:50, Stefan Weil wrote: > Am 07.09.2016 um 22:17 schrieb no-reply@patchew.org: > > Hi, > > > > Your series failed automatic build test. Please find the testing commands and > > their output below. If you have docker installed, you can probably reproduce it > > locally. > > [...] > > > GTESTER tests/test-string-output-visitor > > GTESTER tests/test-qmp-event > > GTESTER tests/test-opts-visitor > > GTESTER tests/test-qht-par > > === OUTPUT END === > > > > Abort: command timeout (>3600 seconds) > > > It looks like the test failed because of a timeout after one hour. > Whatever caused that timeout, I don't think that my patch did it. Yes, it is because of the known vhost-user-test hang: https://patchwork.kernel.org/patch/9273189/ Fam