Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gKftZ-0006to-1Q for buildfarm-members@arkaria.postgresql.org; Thu, 08 Nov 2018 08:42:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gKftX-0002N2-Lb for buildfarm-members@arkaria.postgresql.org; Thu, 08 Nov 2018 08:42:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gKftX-0002MN-Ac; Thu, 08 Nov 2018 08:42:31 +0000 Received: from imp.madness.at ([2a02:16a8:dc41::218]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gKftU-0001dw-CF; Thu, 08 Nov 2018 08:42:30 +0000 Received: from kast.v6.conova.com ([2a02:16a8:662:2200:1337:1:0:1]) by imp.madness.at with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1gKftP-0002cD-CQ; Thu, 08 Nov 2018 09:42:25 +0100 Subject: Re: 503 Backend fetch failed errors To: Magnus Hagander Cc: remi_zara@mac.com, buildfarm-members@lists.postgresql.org, sysadmins References: <428FDD47-5325-4904-9306-F2D6F9D8232D@mac.com> <8832f403-b6ea-e581-b631-a6253731fde6@kaltenbrunner.cc> From: Stefan Kaltenbrunner Message-ID: <85a6c460-108c-875b-4d53-d53c2e4f94b6@kaltenbrunner.cc> Date: Thu, 8 Nov 2018 09:42:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 11/8/18 9:35 AM, Magnus Hagander wrote: > > > On Thu, Nov 8, 2018 at 9:31 AM Stefan Kaltenbrunner > wrote: > > On 11/8/18 9:19 AM, Magnus Hagander wrote: > > > > > > On Thu, Nov 8, 2018 at 9:01 AM Stefan Kaltenbrunner > > wrote: > > > >     On 11/7/18 6:40 PM, Rémi Zara wrote: > >      > Hi, > > > >     Hi Rémi! > > > >      > > >      > I’m getting a lot of these errors with coypu (several per > day), > >     but not systematically. > >      > Is this a problem on my end, or is this on the sever end ? > >      > > >      > Query for: stage=OK&animal=coypu&ts=1541573277 > >      > Target: > > > https://buildfarm.postgresql.org/cgi-bin/pgstatus.pl/53b137e7c765b781699bbe73e3aec7751a8c4ab7 > >      > Status Line: 503 Backend fetch failed > >      > Web txn failed with status: 1 > >      > Query for: stage=OK&animal=coypu&ts=1541575423 > >      > Target: > > > https://buildfarm.postgresql.org/cgi-bin/pgstatus.pl/5e8e0913dc9f9a580a4125264d74fff95f26c926 > >      > Status Line: 503 Backend fetch failed > >      > Web txn failed with status: 1 > > > >     given the error this is something that is created by the varnish > >     instance that is in front of the buildfarm. On a quick look I > could > >     immediately figure out what the problem is - but it looks > like you (or > >     somebody else) tried at least to click one of the links above > using > >     hist > >     desktop browser and got an error about a missing branch > specification ;) > > > > > > > > AFAICT: > > > > A quick look in the logs indicates that the buildfarm is responding: > > -   RespHeader     Status: 492 bad branch parameter > > > > However, 492 is not a valid http status code, so Varnish can't > handle it > > and thus returns 503 failure to the client. > > I think that is not the actual error that Rémi is experiencing- the 492 > case (which is indeed an invalid http error code) only happens when one > actually klicks the link in the mail above(which I guess some did and > you found in the logs) because the actual BF client will add a > parameter > to the "Target" URL. > > The actual "errors" dont seem to show up in the lighttpd logs afaiks. > > > Oh, sorry. I was checking the one called "target", I assumed that was > the URL that failed. > > Assuming for the original ones the ts is part of the URL, none of that > is still in the logs. Or are they post parameters? Do we know exactly > which URL is actually failing, and when (exactly) this happened? well - most of the parameters to each url are in the error report (f.e. "Query for: stage=OK&animal=coypu&ts=1541575423") I dunno whether Rémi knows which branch that was for? - that one also has a unix timestamp, though I "think" that is the timestamp from when the build started on the bf-client and not the ts when the request was made) Afaiks the two requests are not at all in the lighly log so only varnish might have seen them (though its unclear what error it got while connecting to lighty) Stefan