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 1hYb6B-00024w-AY for buildfarm-members@arkaria.postgresql.org; Wed, 05 Jun 2019 18:57:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hYb6A-0005tw-7I for buildfarm-members@arkaria.postgresql.org; Wed, 05 Jun 2019 18:57:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hYb69-0005tp-RQ for buildfarm-members@lists.postgresql.org; Wed, 05 Jun 2019 18:57:22 +0000 Received: from mail-qt1-x843.google.com ([2607:f8b0:4864:20::843]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hYb67-0005JR-Fv for buildfarm-members@lists.postgresql.org; Wed, 05 Jun 2019 18:57:20 +0000 Received: by mail-qt1-x843.google.com with SMTP id a15so4766996qtn.7 for ; Wed, 05 Jun 2019 11:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+L5qXBc04ONC/y/PJaDGowd3It2ODhHPDqr9kb8X8VQ=; b=Khkj9tvNIDP6EBGJIfwekIDiT9M/iw6svx0jlPTun/81ihkGDutNgE5BGwdqxx+T63 CVNcQQwKqvJOKrkmo8b60Bv3kfJKEUMOozZ4QUMEOWW+6yeTdirZ0ArAzHoxGaageg5C SCyBa+kZkwbDppTZp/GT7Sa4ABWD77JypFjftiVaiga/5U2c1sQIW8076DYO2xir9OeB jzTjf8sRefHMJ+gtBdL4eGNL3QzZO2/IaSGLFa+UgT7vzW5jTkGFQ8sbRo3aFxFjahJU Cj7Vqrq3k/sNOnk39BCQNK+jRprWY5j0h3inNlR4vU0fehn0d0+jlN5MzsG5aGxr6qNj 3wUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+L5qXBc04ONC/y/PJaDGowd3It2ODhHPDqr9kb8X8VQ=; b=HBhjuFE8G5akbcexOEiYp+02Tv5YEYEc5pt7How+vO2j37d4EgiXf7Aq8UvYpKu/Pw 6zpgAtnYzDMaIT2yxT38gN9VchtOZ7JmFFxcSvpTB8aHXwH0pKxKx4H6hUIh19o5m+FV kmoZMgK9MPAIjsMIVxl2hWbqrddu9MtlRmO5NexPw9AG4Z3sErVSetRISYDmBsCnWPgx Xzq5WfNait8RKIZjS/7IU9IcT3SVRxMxXLkMaIg36GEgepwKQC6udEkX/gHaH43HIIKm rWBZjbCq63blfYaPpOIj1hy6qvBlNRFm0u6wub3irrMHwo7GNlMdbWpQS2SqDDMmE7PF 72NA== X-Gm-Message-State: APjAAAUlYZCboBn/IJ3MhHFndykJHaIXmFvYfRGg6SYlwM38ZI3UGHSD 1TLxfzrl1kSSWHPbnTU9bxZ1wKItDsKyQrU8JJM= X-Google-Smtp-Source: APXvYqxTNzi5LLD8/JV+HYwwROuXz6y5jPhF2AQRKeyqLR1CLbj5ZbyVUoBEFSSV7mrMg19daJzvVo5EUPcucMltdME= X-Received: by 2002:aed:3003:: with SMTP id 3mr35716898qte.308.1559761038208; Wed, 05 Jun 2019 11:57:18 -0700 (PDT) MIME-Version: 1.0 References: <54954.1559649728@sss.pgh.pa.us> In-Reply-To: <54954.1559649728@sss.pgh.pa.us> From: Julien Rouhaud Date: Wed, 5 Jun 2019 20:57:13 +0200 Message-ID: Subject: Re: Please update buildfarm members to current script version (REL_10) To: Tom Lane Cc: buildfarm-members@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Tue, Jun 4, 2019 at 2:02 PM Tom Lane wrote: > > 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. FTR I updated lapwing. I noticed that the non-master branches weren't being tested for an embarrassing amount for time, so I fixed that at the same time.