From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [xen-4.3-testing test] 36526: regressions - FAIL Date: Fri, 20 Mar 2015 09:36:20 +0000 Message-ID: <1426844180.21742.98.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen.org" , Jan Beulich Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-03-19 at 23:31 +0000, xen.org wrote: > flight 36526 xen-4.3-testing real [real] > http://www.chiark.greenend.org.uk/~xensrcts/logs/36526/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > build-i386 5 xen-build fail REGR. vs. 36483 > build-amd64 5 xen-build fail REGR. vs. 36483 http://www.chiark.greenend.org.uk/~xensrcts/logs/36526/build-amd64/5.ts-xen-build.log: fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout 'xen-4.3.4' which can not be resolved as commit? make[1]: *** [qemu-xen-traditional-dir-find] Error 128 It seems I failed to run git update-server-info when pushing the qemu-xen tags here and to 4.4-testing yesterday (despite the release-checklist clearly telling me to do so). xen@xenbits$ for i in qemu-xen-4.3-testing.git/ qemu-xen-4.4-testing.git/ ; do > (cd $i && git update-server-info) > (cd staging/$i && git update-server-info) > done The next 4.3-testing flight 36551 has also hit this issue, but was waiting to test ARM, so I have killed it so a new one will get kicked off with this fix in place. The ongoing 4.4-testing flight seems to have used git:// URLs and so is unaffected. Ian.