From unknown Fri Aug 15 15:35:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40893: import crate: Recursive importer loops Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 27 Apr 2020 07:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40893 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 40893@debbugs.gnu.org X-Debbugs-Original-To: bug-guix Received: via spool by submit@debbugs.gnu.org id=B.158797158425748 (code B ref -1); Mon, 27 Apr 2020 07:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Apr 2020 07:13:04 +0000 Received: from localhost ([127.0.0.1]:35440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSxwu-0006h9-JJ for submit@debbugs.gnu.org; Mon, 27 Apr 2020 03:13:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:55279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSxwq-0006gg-32 for submit@debbugs.gnu.org; Mon, 27 Apr 2020 03:13:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36570) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSxwo-0007cu-AB for bug-guix@gnu.org; Mon, 27 Apr 2020 03:12:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSxwh-0002P5-VN for bug-guix@gnu.org; Mon, 27 Apr 2020 03:12:58 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:51948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSxwh-0002N0-CJ for bug-guix@gnu.org; Mon, 27 Apr 2020 03:12:51 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 499bZm4D5Xz1r6n9 for ; Mon, 27 Apr 2020 09:12:48 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 499bZm46vKz1qrjf for ; Mon, 27 Apr 2020 09:12:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id soGKmKgRVhTp for ; Mon, 27 Apr 2020 09:12:47 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-44.dynamic.mnet-online.de [188.174.55.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 27 Apr 2020 09:12:47 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.fritz.box [192.168.110.28]) by hermia.goebel-consult.de (Postfix) with ESMTP id 90E3A600B0 for ; Mon, 27 Apr 2020 09:13:15 +0200 (CEST) From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <1c05ff63-f5f7-f5c2-84d4-b255875c1f9d@crazy-compilers.com> Date: Mon, 27 Apr 2020 09:12:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US Received-SPF: none client-ip=212.18.0.9; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/27 02:11:09 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 212.18.0.9 X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) When running "import crate -r", the same packages get downloaded again and again. Depending on the package to be imported, this looping can take quite some time and the user gets the impression, that the import will recurse endlessly. I would expect the importer to recognize it did already download the package. $ guix pull --commit=ee8de7381  # to be sure the packages are not imported already. $ ./pre-inst-env guix import crate -r h2 ... following redirection to `https://static.crates.io/crates/rustls/rustls-0.17.0.crate'... ... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... following redirection to `https://static.crates.io/crates/webpki-roots/webpki-roots-0.19.0.crate'... ... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... following redirection to `https://static.crates.io/crates/webpki-roots/webpki-roots-0.19.0.crate'... ... following redirection to `https://static.crates.io/crates/ring/ring-0.17.0-alpha.1.crate'... following redirection to `https://static.crates.io/crates/ring/ring-0.17.0-alpha.1.crate'... ... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... ... following redirection to `https://static.crates.io/crates/rustls/rustls-0.17.0.crate'... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... following redirection to `https://static.crates.io/crates/webpki-roots/webpki-roots-0.19.0.crate'... -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Fri Aug 15 15:35:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40893: import crate: Recursive importer loops Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 28 Apr 2020 18:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40893 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Hartmut Goebel Cc: 40893@debbugs.gnu.org Received: via spool by 40893-submit@debbugs.gnu.org id=B40893.15880967956281 (code B ref 40893); Tue, 28 Apr 2020 18:00:03 +0000 Received: (at 40893) by debbugs.gnu.org; 28 Apr 2020 17:59:55 +0000 Received: from localhost ([127.0.0.1]:41404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTUWQ-0001dF-V3 for submit@debbugs.gnu.org; Tue, 28 Apr 2020 13:59:55 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38351) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTUWO-0001cp-LZ for 40893@debbugs.gnu.org; Tue, 28 Apr 2020 13:59:53 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 4F0EA5C0247; Tue, 28 Apr 2020 13:59:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 28 Apr 2020 13:59:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=HiP/O7hd48Mxmy7R+RRbW7bm qsr/vJbEniYQTMzvzG0=; b=gjWRFS0Ojx7j05sdi2otmOgVQo5mvMf/Y1EEiblk aP/u44WHxdbdJtpSYSC2biijC53rI0bmB+pLUBYVSgP2dML32iCk51VXChzxmazJ 6Apc0H8Z0rFxfhmbpE1u+xmuCwwFj8G4zxYV+34GUYfVkAoqjKHuFcOwRhi/I5nG CxY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=HiP/O7 hd48Mxmy7R+RRbW7bmqsr/vJbEniYQTMzvzG0=; b=dykoak0H4S8y2njL6si6Hi EWd2Nldgzwqb8Ayzo7Ximd9XPQ/8zIcJACxAoo4lFTB9Hf7rcRRFDxxzkbgf5fwp ehh92cW7zroXgSIFLD5qgOUs137/twDRVQva1bLbFVPohNzM3LGcoo3OBEMQD8DT nOuCpQ4c1bNG1T0M/M86sIbyo8rrf+qCgx3yq0+Kh9eeV/ByHJqDZj8P3bqr9mOi v0/1ooP27SKiYRoRfNhMqqJ6fEuaMbzj+fzY48BeV3GBMvq7jsX7zg1v32I4skUG bC/1vaOBESPorgD+LlklKiKxvI23zCrly0EEhM9929k5gBIuq3WbentXrRN8sTtw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedriedugdduudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucffohhmrghinh epghhnuhdrohhrghenucfkphepjeeirdduvdegrddufeekrdeifeenucevlhhushhtvghr ufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrih drnhgrmhgv X-ME-Proxy: Received: from localhost (c-76-124-138-63.hsd1.pa.comcast.net [76.124.138.63]) by mail.messagingengine.com (Postfix) with ESMTPA id 5C35A3065EA5; Tue, 28 Apr 2020 13:59:46 -0400 (EDT) Date: Tue, 28 Apr 2020 13:59:37 -0400 From: Leo Famulari Message-ID: <20200428175937.GA28930@jasmine.lan> References: <1c05ff63-f5f7-f5c2-84d4-b255875c1f9d@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1c05ff63-f5f7-f5c2-84d4-b255875c1f9d@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Mon, Apr 27, 2020 at 09:12:44AM +0200, Hartmut Goebel wrote: > When running "import crate -r", the same packages get downloaded again > and again. Depending on the package to be imported, this looping can > take quite some time and the user gets the impression, that the import > will recurse endlessly. Is this for the crate importer currently on Guix master, or the new importer being developed by Martin Becze at ? From unknown Fri Aug 15 15:35:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40893: import crate: Recursive importer loops Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 29 Apr 2020 08:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40893 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari Cc: 40893@debbugs.gnu.org Received: via spool by 40893-submit@debbugs.gnu.org id=B40893.158814891317989 (code B ref 40893); Wed, 29 Apr 2020 08:29:01 +0000 Received: (at 40893) by debbugs.gnu.org; 29 Apr 2020 08:28:33 +0000 Received: from localhost ([127.0.0.1]:42329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTi53-0004g5-E6 for submit@debbugs.gnu.org; Wed, 29 Apr 2020 04:28:33 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:52250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTi51-0004fw-UM for 40893@debbugs.gnu.org; Wed, 29 Apr 2020 04:28:32 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 49Bs9B4Hhgz1rwbT; Wed, 29 Apr 2020 10:28:30 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 49Bs9B1D0Sz1qqkx; Wed, 29 Apr 2020 10:28:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id YAqiZSHgxfHR; Wed, 29 Apr 2020 10:28:29 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-63-144.dynamic.mnet-online.de [188.174.63.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Wed, 29 Apr 2020 10:28:29 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.fritz.box [192.168.110.28]) by hermia.goebel-consult.de (Postfix) with ESMTP id A451E6010E; Wed, 29 Apr 2020 10:29:05 +0200 (CEST) References: <1c05ff63-f5f7-f5c2-84d4-b255875c1f9d@crazy-compilers.com> <20200428175937.GA28930@jasmine.lan> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Wed, 29 Apr 2020 10:28:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200428175937.GA28930@jasmine.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) This is all about the on currently in Guix master. I've not been aware of the other one. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Fri Aug 15 15:35:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hartmut Goebel Subject: bug#40893: closed (Should be solved by new importer) Message-ID: References: <1c05ff63-f5f7-f5c2-84d4-b255875c1f9d@crazy-compilers.com> X-Gnu-PR-Message: they-closed 40893 X-Gnu-PR-Package: guix Reply-To: 40893@debbugs.gnu.org Date: Thu, 17 Dec 2020 15:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1608218822-21455-1" This is a multi-part message in MIME format... ------------=_1608218822-21455-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40893: import crate: Recursive importer loops which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40893@debbugs.gnu.org. --=20 40893: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40893 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1608218822-21455-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40893-close) by debbugs.gnu.org; 17 Dec 2020 15:26:52 +0000 Received: from localhost ([127.0.0.1]:36703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpvB4-0005ZR-On for submit@debbugs.gnu.org; Thu, 17 Dec 2020 10:26:52 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:32776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpvAy-0005Z8-U9; Thu, 17 Dec 2020 10:26:48 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4CxbSg5Lzgz1qtQH; Thu, 17 Dec 2020 16:26:43 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4CxbSg3n7qz1tF6l; Thu, 17 Dec 2020 16:26:43 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 00zg3gt91SqD; Thu, 17 Dec 2020 16:26:42 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-61-230.dynamic.mnet-online.de [188.174.61.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Thu, 17 Dec 2020 16:26:42 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 59606601C1; Thu, 17 Dec 2020 16:31:26 +0100 (CET) To: 40893-close@debbugs.gnu.org, 40894-close@debbugs.gnu.org, 40895-close@debbugs.gnu.org From: Hartmut Goebel Subject: Should be solved by new importer Organization: crazy-compilers.com Message-ID: Date: Thu, 17 Dec 2020 16:26:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40893-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) This issue is solved by the new importer. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1608218822-21455-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Apr 2020 07:13:04 +0000 Received: from localhost ([127.0.0.1]:35440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSxwu-0006h9-JJ for submit@debbugs.gnu.org; Mon, 27 Apr 2020 03:13:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:55279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSxwq-0006gg-32 for submit@debbugs.gnu.org; Mon, 27 Apr 2020 03:13:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36570) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSxwo-0007cu-AB for bug-guix@gnu.org; Mon, 27 Apr 2020 03:12:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSxwh-0002P5-VN for bug-guix@gnu.org; Mon, 27 Apr 2020 03:12:58 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:51948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSxwh-0002N0-CJ for bug-guix@gnu.org; Mon, 27 Apr 2020 03:12:51 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 499bZm4D5Xz1r6n9 for ; Mon, 27 Apr 2020 09:12:48 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 499bZm46vKz1qrjf for ; Mon, 27 Apr 2020 09:12:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id soGKmKgRVhTp for ; Mon, 27 Apr 2020 09:12:47 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-44.dynamic.mnet-online.de [188.174.55.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 27 Apr 2020 09:12:47 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.fritz.box [192.168.110.28]) by hermia.goebel-consult.de (Postfix) with ESMTP id 90E3A600B0 for ; Mon, 27 Apr 2020 09:13:15 +0200 (CEST) To: bug-guix From: Hartmut Goebel Subject: import crate: Recursive importer loops Organization: crazy-compilers.com Message-ID: <1c05ff63-f5f7-f5c2-84d4-b255875c1f9d@crazy-compilers.com> Date: Mon, 27 Apr 2020 09:12:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US Received-SPF: none client-ip=212.18.0.9; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/27 02:11:09 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 212.18.0.9 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) When running "import crate -r", the same packages get downloaded again and again. Depending on the package to be imported, this looping can take quite some time and the user gets the impression, that the import will recurse endlessly. I would expect the importer to recognize it did already download the package. $ guix pull --commit=ee8de7381  # to be sure the packages are not imported already. $ ./pre-inst-env guix import crate -r h2 ... following redirection to `https://static.crates.io/crates/rustls/rustls-0.17.0.crate'... ... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... following redirection to `https://static.crates.io/crates/webpki-roots/webpki-roots-0.19.0.crate'... ... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... following redirection to `https://static.crates.io/crates/webpki-roots/webpki-roots-0.19.0.crate'... ... following redirection to `https://static.crates.io/crates/ring/ring-0.17.0-alpha.1.crate'... following redirection to `https://static.crates.io/crates/ring/ring-0.17.0-alpha.1.crate'... ... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... ... following redirection to `https://static.crates.io/crates/rustls/rustls-0.17.0.crate'... following redirection to `https://static.crates.io/crates/webpki/webpki-0.21.2.crate'... following redirection to `https://static.crates.io/crates/webpki-roots/webpki-roots-0.19.0.crate'... -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1608218822-21455-1--