Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQBra-0005fy-Oh for buildfarm-members@arkaria.postgresql.org; Thu, 09 Feb 2023 18:41:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pQBrZ-0001w6-Fg for buildfarm-members@arkaria.postgresql.org; Thu, 09 Feb 2023 18:41:41 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQBrZ-0001vx-A5 for buildfarm-members@lists.postgresql.org; Thu, 09 Feb 2023 18:41:41 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQBrU-0005IJ-23 for buildfarm-members@lists.postgresql.org; Thu, 09 Feb 2023 18:41:40 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 319IfY653937520; Thu, 9 Feb 2023 13:41:34 -0500 From: Tom Lane To: "Todd A. Cook" cc: "buildfarm-members@lists.postgresql.org" Subject: Re: Help with failures on HEAD In-reply-to: <5E0A4E81-CCCE-4267-A4A8-C6C1B93EE487@contoso.com> References: <5E0A4E81-CCCE-4267-A4A8-C6C1B93EE487@contoso.com> Comments: In-reply-to "Todd A. Cook" message dated "Wed, 08 Feb 2023 14:31:35 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3937518.1675968094.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 09 Feb 2023 13:41:34 -0500 Message-ID: <3937519.1675968094@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Todd A. Cook" writes: > Hi, > Last Saturday morning, builds of HEAD on my animal mantid[1] spontaneous= ly started failing; > see [2] for an example. The log shown there is > Missing checked out branch bf_HEAD: > * [32mbf_HEAD[m > bf_REL_11_STABLE[m > bf_REL_12_STABLE[m > bf_REL_13_STABLE[m > bf_REL_14_STABLE[m > bf_REL_15_STABLE[m > master[m In the past, I've been able to resolve issues similar to this one by flushing the animal's git repo (rm -rf pgmirror.git) and letting it pull that down fresh on the next run. Not clear if you included that when you "removed the buildroot"? regards, tom lane