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 1hYlxy-0002Jh-RW for buildfarm-members@arkaria.postgresql.org; Thu, 06 Jun 2019 06:33:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hYlxv-00069c-BQ for buildfarm-members@arkaria.postgresql.org; Thu, 06 Jun 2019 06:33:35 +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 1hYlxv-00069V-1k for buildfarm-members@lists.postgresql.org; Thu, 06 Jun 2019 06:33:35 +0000 Received: from mail-pl1-x643.google.com ([2607:f8b0:4864:20::643]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hYlxq-0007vS-Sz for buildfarm-members@lists.postgresql.org; Thu, 06 Jun 2019 06:33:33 +0000 Received: by mail-pl1-x643.google.com with SMTP id bh12so511326plb.4 for ; Wed, 05 Jun 2019 23:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8TLfA7OHSzlSsgQ7rJjXcYTPdud8aXrExXlAANjJajE=; b=0MKeBtfDyou3g61c89AuYQCXHevGpSwP3X6p3bA714XAQ6gr++h3ZWblxtRUgkPlV8 EobJshs6vyDBDW+67PasM4DsEKUnj9PrZOQgqphpiIluBa4ACk0KnyokIdI7kTqWFSAq Dw4kfP9nWvIdotbwCdnDTF2xdPtV+jGDy70irMqAgGbDZVD9Rt3Hiu7AvTMnNslvhba1 EjmJz7TlYyyhACbw3QDM/23nngTBM2DkKoyZV+Mccw0iI0XWzmCKWi0rLg4UMme/Qpsf 9+/JaD2PzU63i7U8UGUsrcDH3Kb+MGipbng+ZHzdDbu7O0BY5wUo1IsxqjXcC+lqFFbA +sJA== 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=8TLfA7OHSzlSsgQ7rJjXcYTPdud8aXrExXlAANjJajE=; b=EyJTH0zwEc9HMopVYmVwEiDglepk4++Q/7Cft2zyaVmpvdKSiDZSaqfs6jZ9nABymM rne8JyfsguCi01iYLDEX1J+oiPrxzItk8PZ3Q9AvBGkCuaDWJA4chJuwOcn+qe5ppepD 2NUo7q0kdkG5G+kz2OZs4wCL91O9HetUXAmk+DD7ouqO7Eid8KgWmUUU62FIsP7zTIL3 N59ez/wm7o//mzEzwc4kGOF8vjges3YbdP0Z+aurRR4zv730tIi9Hbq6y3DIBgZlgUn8 Rkl6bLp66WcCQ8RVdWmcWTADlcI5ffJlkkTc/gVNwv1xCp6AIb9FZNuPAlANhnJp0hnW kn3g== X-Gm-Message-State: APjAAAWZKzWMbSF7kMl80q4+sx9xmzdcyvzdkuiF7K2NNPPwco6jvEJC DUlnYaXwr6ssNAOO/Jk3DAYgsKCulSiM6ZSrd3pNUL3B X-Google-Smtp-Source: APXvYqwg2Jl3xq3hpf3/phpgIBh5KFNZRqx/Jp4iaQ4GVFFzjjxM8mONb3fqvGokVPRfq+0ubcGM4QcBCUCEtZYvpy8= X-Received: by 2002:a17:902:848b:: with SMTP id c11mr26326144plo.217.1559802808277; Wed, 05 Jun 2019 23:33:28 -0700 (PDT) MIME-Version: 1.0 References: <54954.1559649728@sss.pgh.pa.us> In-Reply-To: <54954.1559649728@sss.pgh.pa.us> From: Sandeep Thakkar Date: Thu, 6 Jun 2019 12:03:17 +0530 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: multipart/alternative; boundary="0000000000004eb673058aa1e495" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000004eb673058aa1e495 Content-Type: text/plain; charset="UTF-8" Ack. Will update in a day or two. On Tue, Jun 4, 2019 at 5:32 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. > > regards, tom lane > > > > -- Sandeep Thakkar --0000000000004eb673058aa1e495 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Ack. Will update in a day or two.

On Tue, Jun 4, 2019 = at 5:32 PM Tom Lane <tgl@sss.pgh.pa= .us> wrote:
Could I bug people to update their animals to the latest release
of the buildfarm client script?=C2=A0 Since this commit:

https://git.postgresql= .org/gitweb/?p=3Dpostgresql.git;a=3Dcommit;h=3D40b132c1a

animals running pre-REL_10 scripts will not report full information
about failures in the pg_upgrade test.=C2=A0 This is particularly problemat= ic
right now, because we're wondering what the heck is going on with
intermittent failures in that test:

https://www.postgresql.org/messa= ge-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.=C2=A0 Thus for example, mayfly's latest failure might have yielde= d
useful information, except it's using REL_8 :-(.=C2=A0 We're only s= eeing maybe
one occurrence every couple of weeks, so missed opportunities are painful.<= br>
Please update at your earliest convenience.

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 regards, tom lane





--
Sandeep Thakkar

--0000000000004eb673058aa1e495--