Re: Help with failures on HEAD

From: "Todd A(dot) Cook" <ToddA(dot)Cook(at)synopsys(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "buildfarm-members(at)lists(dot)postgresql(dot)org" <buildfarm-members(at)lists(dot)postgresql(dot)org>
Subject: Re: Help with failures on HEAD
Date: 2023-02-10 20:02:44
Message-ID: 7250F6E6-DBBE-413F-8B54-F4217B06D615@synopsys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
Date: Friday, February 10, 2023 at 10:42 AM
To: "Todd A. Cook" <cookt(at)synopsys(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "buildfarm-members(at)lists(dot)postgresql(dot)org" <buildfarm-members(at)lists(dot)postgresql(dot)org>
Subject: Re: Help with failures on HEAD

On 2023-02-09 Th 14:00, Todd A. Cook wrote:

On 2/9/23, 1:41 PM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us<mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us> <mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us><mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us>> wrote:

"Todd A. Cook" <ToddA(dot)Cook(at)synopsys(dot)com<mailto:ToddA(dot)Cook(at)synopsys(dot)com> <mailto:ToddA(dot)Cook(at)synopsys(dot)com><mailto:ToddA(dot)Cook(at)synopsys(dot)com>> writes:

> Hi,

> Last Saturday morning, builds of HEAD on my animal mantid[1] spontaneously 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"?

Yes, I did "rm -rf buildroot". After that, I verified (with "diff -r") that I had no changes

vs. the distribution tarball other than having my build-farm.conf present.

Don't do that. All the state is stored under the buildroot, and you'd be throwing that away. 999 times out of 1000 this should do the trick:

rm -rf buildroot/[RH]*/pgsql

The other 1 time out of 1000 you could also remove the mirror like Tom suggests as well.

Thanks, I’ll keep that in mind if this ever happens again. However, removing those things didn’t fix the problem. I suspect there

might be something wrong with the Perl setup on that animal, even though it hasn’t changed recently. Unfortunately, my Perl

skills are non-existent, and I have no clue how to proceed.

-- todd

In response to

Responses

Browse buildfarm-members by date

  From Date Subject
Next Message Tom Lane 2023-02-10 21:48:35 Re: Help with failures on HEAD
Previous Message Andrew Dunstan 2023-02-10 15:42:31 Re: Help with failures on HEAD