From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7L39-00038H-DU for qemu-devel@nongnu.org; Thu, 17 Nov 2016 06:40:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7L36-00067F-9p for qemu-devel@nongnu.org; Thu, 17 Nov 2016 06:40:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59862) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7L36-00066y-4k for qemu-devel@nongnu.org; Thu, 17 Nov 2016 06:40:12 -0500 Date: Thu, 17 Nov 2016 19:40:09 +0800 From: Fam Zheng Message-ID: <20161117114009.GE2058@lemon> References: <1479378016-19022-1-git-send-email-laurent@vivier.eu> <147938078958.238.8629006959792423987@9040ca97f87d> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147938078958.238.8629006959792423987@9040ca97f87d> Subject: Re: [Qemu-devel] [PULL 0/1] Trivial patches patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: laurent@vivier.eu On Thu, 11/17 03:06, no-reply@patchew.org wrote: > Cannot create temporary file in ./: Read-only file system > cc: Internal error: Aborted (program collect2) > Please submit a full bug report. > See for instructions. > Cannot create temporary file in /tmp/: Read-only file system > Cannot create temporary file in /tmp/: Read-only file system > Cannot create temporary file in /tmp/: Read-only file system > Cannot create temporary file in /tmp/: Read-only file system > Cannot create temporary file in /tmp/: Read-only file system > cc: Internal error: Aborted (program collect2) Somehow patchew tester fails to clean up temp dir after each run, and the disk is full now.. I've cleanup a little and is investigating. Sorry for the noise. Fam