From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpn0g-0002WJ-Pp for qemu-devel@nongnu.org; Thu, 29 Sep 2016 21:53:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpn0c-0007yd-Pv for qemu-devel@nongnu.org; Thu, 29 Sep 2016 21:53:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpn0c-0007yZ-JR for qemu-devel@nongnu.org; Thu, 29 Sep 2016 21:53:06 -0400 Date: Fri, 30 Sep 2016 09:53:03 +0800 From: Fam Zheng Message-ID: <20160930015303.GA29760@lemon> References: <20160929005347.227108.43150@ex-std-node742.prod.rhcloud.com> <87wphvhxbd.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wphvhxbd.fsf@dusky.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH v12 0/2] Add a generic loader List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: no-reply@ec2-52-6-146-230.compute-1.amazonaws.com, alistair.francis@xilinx.com, qemu-devel@nongnu.org, peter.maydell@linaro.org, crosthwaitepeter@gmail.com, cov@codeaurora.org, pbonzini@redhat.com On Thu, 09/29 11:25, Markus Armbruster wrote: > no-reply@ec2-52-6-146-230.compute-1.amazonaws.com writes: > > > 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. > > > > Type: series > > Message-id: cover.1475102513.git.alistair.francis@xilinx.com > > Subject: [Qemu-devel] [PATCH v12 0/2] Add a generic loader > > > > === TEST SCRIPT BEGIN === > > #!/bin/bash > > set -e > > git submodule update --init dtc > > # Let docker tests dump environment info > > export SHOW_ENV=1 > > make J=8 docker-test-quick@centos6 > > make J=8 docker-test-mingw@fedora > > === TEST SCRIPT END === > > > > Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 > > Switched to a new branch 'test' > > e1a89b7 docs: Add a generic loader explanation document > > 1826cff generic-loader: Add a generic loader > > > > === OUTPUT BEGIN === > > Submodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path 'dtc' > > Cloning into 'dtc'... > > Submodule path 'dtc': checked out '65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf' > > BUILD centos6 > > === OUTPUT END === > > > > Abort: command timeout (>3600 seconds) > > Patchew hiccup or a real problem? Likely a docker hiccup. The laste line being "BUILD centos6" means the "make docker-test-quick@centos6" is hung. I don't know much more either. :( Fam