GNU bug report logs

#26035 guix pull does not handle url lists and unreachable requests

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #8 received at 26035@debbugs.gnu.org (full text, mbox, reply):

Received: (at 26035) by debbugs.gnu.org; 9 Mar 2017 13:53:45 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 09 08:53:44 2017
Received: from localhost ([127.0.0.1]:47258 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1clyVk-0006mB-Oo
	for submit@debbugs.gnu.org; Thu, 09 Mar 2017 08:53:44 -0500
Received: from fragranza.investici.org ([178.175.144.26]:51758)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact.ng0@cryptolab.net>) id 1clyVj-0006m3-Dz
 for 26035@debbugs.gnu.org; Thu, 09 Mar 2017 08:53:43 -0500
Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated
 sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id
 6F1D52C00EF
 for <26035@debbugs.gnu.org>; Thu,  9 Mar 2017 13:53:41 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net;
 s=stigmate; t=1489067621;
 bh=YozFDjeR0b0bSUqfvSJvE+HKt6F99uTKsNDOyFJuxYk=;
 h=Date:From:To:Subject:References:In-Reply-To;
 b=Ksx9vrGZ3wD3Lp8wIqtq2dxT7gu9jGXRBVwJywPFZplzh+v+HJm6tOfcOxlqjarpS
 YjEbfd7XkiTt6U2DWsNCTPXeLW7q0YBOtNeeLEpIMhA3JtZkoTYCryl/tgecFAE8xs
 vjJ0ugMxvf/b5/rhAvWU1BcblvYay7KaRrZxGGU8=
Date: Thu, 9 Mar 2017 15:02:23 +0000
From: ng0 <contact.ng0@cryptolab.net>
To: 26035@debbugs.gnu.org
Subject: Re: bug#26035: guix pull does not handle url lists and unreachable
 requests
Message-ID: <20170309150223.ol47nwzjr3pgymo5@abyayala>
Mail-Followup-To: 26035@debbugs.gnu.org
References: <20170309145105.snpnroqjm35omgow@abyayala>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20170309145105.snpnroqjm35omgow@abyayala>
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 26035
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: 0.0 (/)
ng0 transcribed 1.6K bytes:
> efficient enough and sets the times out much too high

Curses, my mailing program broke the subject. I thought I fixed it.

> Reply-To: 
> In-Reply-To:
> When you configure a system to use bayfront, for example with these
> lines included in cons* of (services):
>             (modify-services
>               %base-services
>               (guix-service-type
>                 config =>
>                 (guix-configuration
>                   (inherit config)
>                   (substitute-urls
>                     (cons* "https://bayfront.guixsd.org"
>                            %default-substitute-urls))
>                   (authorized-keys
>                     (cons*
>                       (plain-file "bayfront.guixsd.org.pub"
>                         (string-append "(public-key (ecc curve
> Ed25519) "
>                                        "(q
> #8D156F295D24B0D9A86FA5741A840FF2"
> 
> "D24F60F7B6C4134814AD55625971B394#)))"))
>                     %default-authorized-guix-keys))))))))
> 
> please consider that this does not reflect the actual indent and that I
> can't paste all of the config here, but those are the relevant parts,
> you will experience that: "guix package", and "guix system" (or guix
> buld?) query all listed subsitute urls, while "guix pull" only queries
> the first one. If the first one is experiencing issues (for example
> server is offline or can't handle requests for whatever reasons), the
> timeout is much too high. I had to cancel guix pull processes which
> tried to request from bayfront.guixsd.org for 9, 12, and 3 hours.
> 
> As bayfront wasn't the only server, a switch should occur even with the
> guix pull part where substitute servers are queried before the build of
> the fetched master tarball starts.
> 
> 
> 




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Sep 10 08:40:28 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.