Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hY88v-0007kA-4j for buildfarm-members@arkaria.postgresql.org; Tue, 04 Jun 2019 12:02:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hY88u-0001ns-2n for buildfarm-members@arkaria.postgresql.org; Tue, 04 Jun 2019 12:02:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hY88t-0001nl-Sn for buildfarm-members@lists.postgresql.org; Tue, 04 Jun 2019 12:02:15 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hY88q-000828-7Y for buildfarm-members@lists.postgresql.org; Tue, 04 Jun 2019 12:02:15 +0000 Received: from pro.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id x54C28fp022244 for ; Tue, 4 Jun 2019 08:02:08 -0400 From: Tom Lane To: buildfarm-members@lists.postgresql.org Subject: Please update buildfarm members to current script version (REL_10) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <54953.1559649728.1@sss.pgh.pa.us> Date: Tue, 04 Jun 2019 08:02:08 -0400 Message-ID: <54954.1559649728@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Could I bug people to update their animals to the latest release of the buildfarm client script? Since this commit: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=40b132c1a animals running pre-REL_10 scripts will not report full information about failures in the pg_upgrade test. This is particularly problematic right now, because we're wondering what the heck is going on with intermittent failures in that test: https://www.postgresql.org/message-id/28041.1558408547@sss.pgh.pa.us There's a patch in place to try to gather more info about that, but it's useless if the affected animal doesn't capture the regression.diffs file. Thus for example, mayfly's latest failure might have yielded useful information, except it's using REL_8 :-(. We're only seeing maybe one occurrence every couple of weeks, so missed opportunities are painful. Please update at your earliest convenience. regards, tom lane