Return-Path: X-Original-To: pgbuildfarm-members@lists.pgfoundry.org Delivered-To: pgbuildfarm-members@lists.pgfoundry.org Received: from localhost (unknown [188.227.186.44]) by pgfoundry.org (Postfix) with ESMTP id D4FF8146469F for ; Fri, 9 Sep 2016 14:04:07 +0000 (UTC) Received: from pgfoundry.org ([188.227.186.71]) by localhost (maia-lon.uk.hub.org [188.227.186.44]) (maiad, port 10024) with ESMTP id 53757-09 for ; Fri, 9 Sep 2016 14:04:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from slow1-d.mail.gandi.net (slow1-d.mail.gandi.net [217.70.178.86]) by pgfoundry.org (Postfix) with ESMTP id A4BBD146469B for ; Fri, 9 Sep 2016 14:04:07 +0000 (UTC) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by slow1-d.mail.gandi.net (Postfix) with ESMTP id D779C4961D4 for ; Fri, 9 Sep 2016 15:55:00 +0200 (CEST) Received: from mfilter41-d.gandi.net (mfilter41-d.gandi.net [217.70.178.173]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id 5F893C5A7A; Fri, 9 Sep 2016 15:54:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter41-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter41-d.gandi.net (mfilter41-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 201gKnLP79bT; Fri, 9 Sep 2016 15:54:54 +0200 (CEST) X-Originating-IP: 98.122.164.227 Received: from [192.168.10.146] (unknown [98.122.164.227]) (Authenticated sender: adsend@dunslane.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id B899FC5A54; Fri, 9 Sep 2016 15:54:53 +0200 (CEST) To: Daniel Black , pgbuildfarm-members@lists.pgfoundry.org References: <411d52c0-247a-21ea-d1e5-1711c08c8616@au.ibm.com> From: Andrew Dunstan Message-ID: <7deab5c6-ee6b-256b-ac1a-92c8b4bf3233@dunslane.net> Date: Fri, 9 Sep 2016 09:54:52 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <411d52c0-247a-21ea-d1e5-1711c08c8616@au.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Pgbuildfarm-members] docker instances of pgbuildfarm X-BeenThere: pgbuildfarm-members@lists.pgfoundry.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 14:04:08 -0000 Status: RO Content-Length: 916 Lines: 36 Daniel, Your config is seriously awry on pretty much all your animals. I see this: 'invocation_args' => [ '--verbose=2', '--keepall', '--from-source=/source', 'HEAD' ], from-source should never be used for a reporting animal. Quite apart from any other reason, it inhibits git updates. It's designed for offline use. I use it sometimes to check patches by running them through a very complete set of tests. I'm mildly surprised that it actually reports at all with this option, and I will stop it from doing so in the next release. Please fix this ASAP. You also probably don't want --keepall either, nor --verbose=2, but those are less serious. cheers andrew