From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9oUc-0003lu-Oy for qemu-devel@nongnu.org; Mon, 06 Jun 2016 02:58:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9oUY-0004ed-Ht for qemu-devel@nongnu.org; Mon, 06 Jun 2016 02:58:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9oUY-0004eQ-Cl for qemu-devel@nongnu.org; Mon, 06 Jun 2016 02:58:30 -0400 Date: Mon, 6 Jun 2016 14:58:24 +0800 From: Fam Zheng Message-ID: <20160606065824.GA9676@ad.usersys.redhat.com> References: <1464774324-886-1-git-send-email-famz@redhat.com> <1464774324-886-5-git-send-email-famz@redhat.com> <20160602191305.GB31052@thinpad.lan.raisama.net> <20160603012327.GB29298@ad.usersys.redhat.com> <20160603182601.GS19055@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160603182601.GS19055@thinpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PULL 04/16] Makefile: Rules for docker testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Fri, 06/03 15:26, Eduardo Habkost wrote: > On Fri, Jun 03, 2016 at 09:23:28AM +0800, Fam Zheng wrote: > > On Thu, 06/02 16:13, Eduardo Habkost wrote: > > > On Wed, Jun 01, 2016 at 05:45:12PM +0800, Fam Zheng wrote: > > > [...] > > > > + > > > > +CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$) > > > > +# Makes the definition constant after the first expansion > > > > +DOCKER_SRC_COPY = $(eval DOCKER_SRC_COPY := docker-src.$(CUR_TIME))$(DOCKER_SRC_COPY) > > > > + > > > > +$(DOCKER_SRC_COPY): > > > > > > This seems to be confusing make in travis-ci, and I don't > > > understand why: > > > https://travis-ci.org/ehabkost/qemu/jobs/134820251#L1266 > > > > Indeed, but qemu.git master doesn't have that. Wondering why. > > I have pushed master to a temporary branch on my tree, and the > issue persists: > > https://travis-ci.org/ehabkost/qemu/builds/135090745 I pushed the same commit 6b3532b20b787cbd697a68b383232f5c3b39bd1e to my github repo and the triggered travis build doesn't error at the same location. I have no idea what is happening there. Wild guesses: do you have any non-default travis per-repo or per-branch settings? Have you tried deleting all caches at: https://docs.travis-ci.com/user/caching/ ? Fam