From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#33151: 'guix substitute' returns a 504 error without trying to use other servers Date: Sat, 10 Nov 2018 16:08:19 +0100 Message-ID: <87lg61vul8.fsf@lassieur.org> References: <87h8haf3ft.fsf@lassieur.org> <87h8h8d2c6.fsf@gnu.org> <87muqnn6ck.fsf@lassieur.org> <87zhunw6oz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLV0h-0002jC-7A for bug-guix@gnu.org; Sat, 10 Nov 2018 10:17:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLUsg-0005Cm-Fe for bug-guix@gnu.org; Sat, 10 Nov 2018 10:09:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLUsg-0005Ce-Bo for bug-guix@gnu.org; Sat, 10 Nov 2018 10:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLUsf-0001Od-Um for bug-guix@gnu.org; Sat, 10 Nov 2018 10:09:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87zhunw6oz.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33151@debbugs.gnu.org Ludovic Court=C3=A8s writes: > I think my first thought was that the problem (narinfo available but > corresponding nar missing) was mostly due to our peculiar nginx setup on > mirror.hydra.gnu.org: this cannot happen under normal circumstances > because =E2=80=98guix publish=E2=80=99 really honors the expiry it sets o= n narinfos. > > That said, we could fix =E2=80=98process-substitution=E2=80=99 in (guix s= cripts > substitute) to try other nar URLs (if any) upon failure. > > IMO such a fix is not =E2=80=9Chigh-priority=E2=80=9D for the reason I ga= ve above, but > OTOH it can be helpful to better cope with the sad reality of situations > like the one we=E2=80=99re in. > > Thoughts? I agree that fixing 'process-substitution' would be nice even though it's not a high priority issue. > Thanks for the heads-up, and sorry for hitting the =E2=80=9Cclose=E2=80= =9D button too > quickly! No problem ;) I also removed the "fixed" tag. Cl=C3=A9ment