From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GFvBNN0Av2LxfAEAbAwnHQ (envelope-from ) for ; Fri, 01 Jul 2022 16:12:45 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mOR2NN0Av2J3ewEAauVa8A (envelope-from ) for ; Fri, 01 Jul 2022 16:12:45 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 73366233CB for ; Fri, 1 Jul 2022 16:12:45 +0200 (CEST) Received: from localhost ([::1]:38272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7HNz-0004Pl-Jp for larch@yhetil.org; Fri, 01 Jul 2022 10:12:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35158) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7H6s-0003DH-LF for bug-guix@gnu.org; Fri, 01 Jul 2022 09:55:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42811) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7H6s-0001CG-DM for bug-guix@gnu.org; Fri, 01 Jul 2022 09:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7H6r-0000mZ-Tf; Fri, 01 Jul 2022 09:55:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#56338: =?UTF-8?Q?=E2=80=98guix?= refresh =?UTF-8?Q?-u=E2=80=99?= stops at the first failure to determine releases Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, bug-guix@gnu.org Resent-Date: Fri, 01 Jul 2022 13:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56338 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 56338@debbugs.gnu.org Cc: Ricardo Wurmus X-Debbugs-Original-To: bug-guix@gnu.org X-Debbugs-Original-Xcc: Ricardo Wurmus Received: via spool by submit@debbugs.gnu.org id=B.16566836642929 (code B ref -1); Fri, 01 Jul 2022 13:55:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jul 2022 13:54:24 +0000 Received: from localhost ([127.0.0.1]:36693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7H6F-0000lA-Qz for submit@debbugs.gnu.org; Fri, 01 Jul 2022 09:54:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:35992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7H6B-0000l1-QT for submit@debbugs.gnu.org; Fri, 01 Jul 2022 09:54:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7H68-0001xx-HB for bug-guix@gnu.org; Fri, 01 Jul 2022 09:54:19 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:9054) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7H65-00016C-Az for bug-guix@gnu.org; Fri, 01 Jul 2022 09:54:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=Tq06Fv0Kmr2tgJt4wiTj7rOQZz7qEgG65hVdBpfq/Z8=; b=a5OSk1TztaW0UQ7upld9a8NxIlt0sullubWN/FhS2gTleZEb23cZSQ4H 15K8WX5FXSVYoTky21HeFm3acKUJbgC13tiT/++BBYmUyqPLJJ+GA6EoK 7ijr+h3uBgrNhPbDAafLejut12QQAVG1VKQUPur7EIFsSdEoa9B0orNsf c=; X-IronPort-AV: E=Sophos;i="5.92,237,1650924000"; d="scan'208";a="18314634" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2022 15:54:10 +0200 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la =?UTF-8?Q?Girofl=C3=A9e?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 01 Jul 2022 15:54:09 +0200 Message-ID: <87o7y92b26.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=192.134.164.104; envelope-from=ludovic.courtes@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656684765; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Tq06Fv0Kmr2tgJt4wiTj7rOQZz7qEgG65hVdBpfq/Z8=; b=b4C5mTq1UaOD1aWg1FWj7KAUstPZlZAUijpF9mn9llcmU34UYOsao4Q4eCXU38T5xRdmvY 1qvIuBTRDyDca1VI+u4GuGE1tmZdIYchA7mcjs4DV7bxPzMENOaixG7bHD1cEeWLntClth FlGoHYaiMUylWSLzKU/hknc/Z04LXZ5SdL0FbwgN7wU8IPBwUPKPQiiBYu3TVYnxrzlfMN c1XBLPmXV6dZCJ/tbsNdLdA+Qokts1OkXI8JMLQhyNC0XXSx1YdFvMZ4eWPXxLIappDYl7 xp3irzNJyL7xLhPLpdom8b9IvCkbB0PzHtiF44Hp0Jvd0DEu/RpnpYRT1N1vOg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656684765; a=rsa-sha256; cv=none; b=I8ABI+8ZelJyvZnl0YU8QUYOw29Apk+QrFI/YVFNrysDgcBqRR6nFJBslVp9zTa5SruT00 Cg+MoMotw+48He7lovtfmcvDyhCq1ffDMnlR0vrAzitmntFADx4y2Na1AqFempNn2/KPLs rTznurwHqPIusyYgOFrmX3U+Z7YrxFl+uzS11rJx/lUaEenVcwXN9a1VszQsxMc9/moq7B WtvmHL3TBRJ+urxXnXiLDriRw0WG9ngcvIy4OZcy1gn5PWwOoJYGhN1+PZakk4gOUmVT+0 6rzkp1XUgFdkfhabYrpMWbMFb2pD5fs6x5RcqgcdNMdQ0QA1Mw29A7xUsDswlA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=a5OSk1Tz; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 4.75 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=a5OSk1Tz; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 73366233CB X-Spam-Score: 4.75 X-Migadu-Scanner: scn0.migadu.com X-TUID: fqyw8x9XKiNq Starting from commit 53b9c27aa59bebf955f0aa24fef60a101480ef5c (a fix for ), we get: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix refresh -t cran r-a3 r-googlesheets r-a4 -u gnu/packages/bioconductor.scm:9233:2: warning: no updater for r-a4 guix refresh: warning: failed to retrieve package information from https://= cran.r-project.org/web/packages/googlesheets/DESCRIPTION: 404 (Not Found) guix refresh: error: updater failed to determine available releases for r-g= ooglesheets --8<---------------cut here---------------end--------------->8--- That is, =E2=80=98guix refresh -u=E2=80=99 stops on the first failure (in t= his case =E2=80=98r-a3=E2=80=99 is not processed). That makes it hard to use for ma= ss updates as in =E2=80=98guix refresh -t cran -u=E2=80=99. (Reported by Ricardo on #guix.) Ludo=E2=80=99.