From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26975: Frequent errors in guix publish on Hydra Date: Thu, 18 May 2017 21:39:06 +0200 Message-ID: <874lwiarad.fsf@gnu.org> References: <87lgpvaqu6.fsf@netris.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]:58759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBRHM-0005ma-94 for bug-guix@gnu.org; Thu, 18 May 2017 15:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBRHH-0000PC-D0 for bug-guix@gnu.org; Thu, 18 May 2017 15:40:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51152) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBRHH-0000P2-9t for bug-guix@gnu.org; Thu, 18 May 2017 15:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dBRHH-00037f-3G for bug-guix@gnu.org; Thu, 18 May 2017 15:40:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87lgpvaqu6.fsf@netris.org> (Mark H. Weaver's message of "Wed, 17 May 2017 21:36:33 -0400") 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: Mark H Weaver Cc: 26975-done@debbugs.gnu.org Hi Mark, Mark H Weaver skribis: > Here's a recent excerpt of the console output from guix publish running > Hydra. Is this expected? > > Mark > > GET /ggy44sk2w47j0dpbghpb9ipr6kik6vsm.narinfo > GET /qnpsdhgiabvr89i9vdcmhzkggs79i0pc.narinfo > GET /zgzvzsbhvyinb3vdsgswkqh2b0ih9x1i.narinfo > In guix/workers.scm: > 72:9 2 (_) > 76:32 1 (_ system-error "stat" "~A: ~S" ("No such file or d?" ?) ?) > In unknown file: > 0 (make-stack #t) > ERROR: In procedure make-stack: > ERROR: In procedure stat: No such file or directory: "/var/cache/guix/pub= lish/none/zgzvzsbhvyinb3vdsgswkqh2b0ih9x1i-xclip-0.12.tar.gz.nar" Fixed in ffa5e0a6d2851832b7f0e6f943bc69e69e1bc8b0. The consequence of this bug is that =E2=80=98guix publish --cache=E2=80=99 = would always return 404 for narinfos corresponding to already-compressed files (files with a name ending in .gz, .xz, etc., such as source tarballs.) Consequently, clients would download source tarballs from upstream or from the /file URL rather than as a substitute. Thus, this should be almost invisible to users. So we=E2=80=99ll upgrade =E2=80=98guix publish=E2=80=99 on hydra & bayfront= , but no need to rush, I think. Thanks, Ludo=E2=80=99.