From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZWVa-0004lD-7l for qemu-devel@nongnu.org; Tue, 08 Sep 2015 23:57:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZWVX-00056a-1g for qemu-devel@nongnu.org; Tue, 08 Sep 2015 23:57:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZWVW-00056U-ST for qemu-devel@nongnu.org; Tue, 08 Sep 2015 23:57:14 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 5E2A98CF55 for ; Wed, 9 Sep 2015 03:57:14 +0000 (UTC) Date: Wed, 9 Sep 2015 11:57:12 +0800 From: Fam Zheng Message-ID: <20150909035712.GB10922@ad.nay.redhat.com> References: <1441761736-32030-1-git-send-email-david@gibson.dropbear.id.au> <1005954921.1.1441769957753.JavaMail.jenkins@fs.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1005954921.1.1441769957753.JavaMail.jenkins@fs.usersys.redhat.com> Subject: Re: [Qemu-devel] [PATCHEW] Series failed testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Patchew Jenkins Cc: qemu-devel@nongnu.org On Wed, 09/09 11:39, Patchew Jenkins wrote: > This series failed automatic testing, see attachment for the full log and below for the tail. > (If you see a false alarm or anything unclear, please reply and help us improve!) > > Started by an SCM change > Building in workspace /var/lib/jenkins/jobs/qemu/workspace > > git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository > > git config remote.origin.url https://github.com/famz/qemu-patchew # timeout=10 > Fetching upstream changes from https://github.com/famz/qemu-patchew > > git --version # timeout=10 > > git -c core.askpass=true fetch --tags --progress https://github.com/famz/qemu-patchew +refs/heads/*:refs/remotes/origin/* > Seen 442 remote branches > Checking out Revision 6f7c15d485f7f8daf1a3b39df03415b676cd721e (origin/<1441761736-32030-1-git-send-email-david@gibson.dropbear.id.au>) > > git config core.sparsecheckout # timeout=10 > > git checkout -f 6f7c15d485f7f8daf1a3b39df03415b676cd721e > Using 'Changelog to branch' strategy. > No emails were triggered. > [workspace] $ /bin/sh -xe /tmp/hudson5690229581019177586.sh > + git log --reverse --oneline origin/master.. > 6f7c15d spapr: Reduce advertised max LUNs for spapr_vscsi > + sudo docker run -t --net=none --rm -v /var/lib/jenkins/jobs/qemu/workspace:/tmp/qemu-build --name patchew-tester patchew-tester /usr/local/bin/qemu-build.sh /tmp/qemu-build > Error response from daemon: Conflict. The name "patchew-tester" is already in use by container 4f39610cd778. You have to delete (or rename) that container to be able to reuse that name. Never mind, the build machine has a problem spawning tester instance. It's being fixed. Fam