Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5GJm-00063R-SC for buildfarm-members@arkaria.postgresql.org; Mon, 01 May 2017 18:45:06 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d5GJm-00053c-6I for buildfarm-members@arkaria.postgresql.org; Mon, 01 May 2017 18:45:06 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d5GJi-0004rr-FW; Mon, 01 May 2017 18:45:02 +0000 Received: from yoda.llamalab.com ([194.14.207.58] helo=yoda.mksoft.nu) by makus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d5GJf-0007WH-VP; Mon, 01 May 2017 18:45:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=WQ7tJi4nUw9acJvX/yF8dRPy0klQhNL49viHTql54u0=; b=H/GV/04g/4dBRAfbQb+GARghwToNcwREwnfmPQviPE9njx3ey5LiB5hOFc79usDyY93b1t438llaTekmMa4fGbp/kK+fjgz3pmMayluEbji8cZrZJzZOxMR07ajmlvKs/sLee9DoTm4YpwAofzM03XKplflsZsXqaYVb+kb+kh7yA8tx43L37WcH1xnXb8SLmh7mkNjx7oH4AAueHH1W+RZmX4T3rz/hTLoeVL7uZEq7L8jQ2hyc5gnxJCkBwXgf1hYy6xpNmiiN4lbQj2SiCKpfP+F6NR0Wiy/7KS1Kn9XNcrI2oABDFQ+Vj3TmDsT+UnfttiOVycfE0jUk7UB37A==; Received: from c83-250-83-50.bredband.comhem.se ([83.250.83.50] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1d5GJc-0000mk-J2; Mon, 01 May 2017 20:44:57 +0200 Subject: Re: BuildFarm client release 4.19 To: Andrew Dunstan , PostgreSQL-development , buildfarm-members@postgresql.org References: <3eef634f-4d0a-8f27-e4e9-67080b44f637@2ndQuadrant.com> From: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= Message-ID: <1b1da59b-3280-7934-6a59-c57d8c86c84c@mksoft.nu> Date: Mon, 1 May 2017 20:44:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -4.3 (----) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: buildfarm-members Precedence: bulk Sender: buildfarm-members-owner@postgresql.org On 2017-05-01 20:25, Andrew Dunstan wrote: > OK, that's a bug. Mea culpa. > > the quick fix is this patch: > > > diff --git a/run_build.pl b/run_build.pl > index aeb8966..822b4de 100755 > --- a/run_build.pl > +++ b/run_build.pl > @@ -1008,7 +1008,8 @@ sub writelog > > sub check_make > { > - my @out = run_log("$make -v"); > + # don't use run_log here - it's too early in the process > + my @out = `$make -v 2>&1`; > return undef unless ($? == 0 && grep {/GNU Make/} @out); > return 'OK'; > } Nope, that didn't do it. If I zap REL9_6_STABLE and then run: ./run_build.pl REL9_6_STABLE I get the following output: cannot create /usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log: No such file or directory cannot create /usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log: No such file or directory cannot create /usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log: No such file or directory Buildfarm member loach failed on REL9_6_STABLE stage pgsql-Git /Mikael -- Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members