From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id rnIuAuxCiF+jcgAA0tVLHw (envelope-from ) for ; Thu, 15 Oct 2020 12:39:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id oK5FOetCiF/MJwAAB5/wlQ (envelope-from ) for ; Thu, 15 Oct 2020 12:39:07 +0000 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 537D7940366 for ; Thu, 15 Oct 2020 12:39:07 +0000 (UTC) Received: from localhost ([::1]:36526 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kT2XA-0006yA-Va for larch@yhetil.org; Thu, 15 Oct 2020 08:39:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kT2Qe-0003Ct-H6 for help-guix@gnu.org; Thu, 15 Oct 2020 08:32:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49459) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kT2Qc-00004u-Uz; Thu, 15 Oct 2020 08:32:18 -0400 Received: from [109.190.253.16] (port=33706 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kT2Qb-0000X0-4P; Thu, 15 Oct 2020 08:32:17 -0400 From: Mathieu Othacehe To: divoplade Subject: Re: Configuration for Cuirass References: <78f08542a333b6fc25b14a99f8f254ad090482a5.camel@divoplade.fr> <87eelzq3ue.fsf@gnu.org> <32e79f73e3884ed6ee5bea1a2835fe6d5063c034.camel@divoplade.fr> Date: Thu, 15 Oct 2020 14:32:13 +0200 In-Reply-To: <32e79f73e3884ed6ee5bea1a2835fe6d5063c034.camel@divoplade.fr> (divoplade's message of "Thu, 15 Oct 2020 11:19:55 +0200") Message-ID: <87r1pzoek2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 3.29 X-TUID: vJOBXUQ0Q64E Hello, > My log file alternates between "building 0 derivations" and "failed to > connect to git.savannah.gnu.org: Connection timed out". The first message is probably a consequence of the second. Make sure that nss-certs is available in the root profile. You can also try to setup a Guix mirror to see if it helps. Mathieu