From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi6gW-000398-Hs for qemu-devel@nongnu.org; Thu, 08 Sep 2016 17:16:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bi6gS-00015p-9Z for qemu-devel@nongnu.org; Thu, 08 Sep 2016 17:16:35 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:56392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi6gS-00015c-3E for qemu-devel@nongnu.org; Thu, 08 Sep 2016 17:16:32 -0400 References: <20160908185857.76034.72047@ex-std-node742.prod.rhcloud.com> From: Paul Burton Message-ID: Date: Thu, 8 Sep 2016 22:16:17 +0100 MIME-Version: 1.0 In-Reply-To: <20160908185857.76034.72047@ex-std-node742.prod.rhcloud.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/8] MIPS Boston board support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: famz@redhat.com, aurelien@aurel32.net, leon.alrae@imgtec.com On 08/09/16 19:58, no-reply@patchew.org wrote: > 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: 20160908145158.30720-1-paul.burton@imgtec.com > Subject: [Qemu-devel] [PATCH v2 0/8] MIPS Boston board support > > === TEST SCRIPT BEGIN === > #!/bin/bash > set -e > git submodule update --init dtc > 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' > 282c6f6 hw/mips: MIPS Boston board support > cda70d4 hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller > 855acb4 loader: Support Flattened Image Trees (FIT images) > 9064092 dtc: Update requirement to v1.4.2 > 6a4fdbf target-mips: Provide function to test if a CPU supports an ISA > 9663016 hw/mips_gic: Update pin state on mask changes > a08d9fd hw/mips_gictimer: provide API for retrieving frequency > 9626d9b hw/mips_cmgcr: allow GCR base to be moved > > === OUTPUT BEGIN === > Submodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path 'dtc' > Cloning into 'dtc'... > fatal: reference is not a tree: ec02b34c05be04f249ffaaca4b666f5246877dea > Unable to checkout 'ec02b34c05be04f249ffaaca4b666f5246877dea' in submodule path 'dtc' Hello all, Note that this failure is because the dtc v1.4.2 tag (which tags commit ec02b34c05be) would need pushing to the dtc repository on git.qemu.org, as mentioned in the email for patch 5. Thanks, Paul > === OUTPUT END === > > Test command exited with code: 1 > > > --- > Email generated automatically by Patchew [http://patchew.org/]. > Please send your feedback to patchew-devel@freelists.org >