From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjnCX-0001Jm-1z for qemu-devel@nongnu.org; Fri, 03 Mar 2017 08:24:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjnCS-0004A7-Fy for qemu-devel@nongnu.org; Fri, 03 Mar 2017 08:24:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54968) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjnCS-00049h-9O for qemu-devel@nongnu.org; Fri, 03 Mar 2017 08:24:48 -0500 Date: Fri, 3 Mar 2017 21:24:44 +0800 From: Fam Zheng Message-ID: <20170303132444.GG7097@lemon.lan> References: <148847238435.285.7158100214182923369@0e2666bad730> <20170303095301.GE7097@lemon.lan> <6d02fcc5-f5e0-4f33-fe77-1a6b6f167b4a@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d02fcc5-f5e0-4f33-fe77-1a6b6f167b4a@de.ibm.com> Subject: Re: [Qemu-devel] [PULL v2 0/3] Merge qio 2017/02/27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Fri, 03/03 13:33, Christian Borntraeger wrote: > On 03/03/2017 10:53 AM, Fam Zheng wrote: > > On Fri, 03/03 09:12, Christian Borntraeger wrote: > >> On 03/02/2017 05:33 PM, no-reply@patchew.org wrote: > >> > >> Fam, this seems to happen sometimes. Can you have a look at that why the qtest > >> thing fails on the s390 box? > > > > I don't know, when I run the commands manually for a few times, it is not > > reproduced. :( > > Just guessing, maybe you have two runs in parallel that use the same folder > for some reason? > The reason to use a fixed temp dir is ccache. Next time such a failure shows up, I'll switch to unique dir for each test run. Fam