From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 08 03:38:00 2022 Received: (at 54075) by debbugs.gnu.org; 8 Mar 2022 08:38:00 +0000 Received: from localhost ([127.0.0.1]:55167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRVM0-0004v9-A4 for submit@debbugs.gnu.org; Tue, 08 Mar 2022 03:38:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRVLz-0004ux-17 for 54075@debbugs.gnu.org; Tue, 08 Mar 2022 03:37:59 -0500 Received: from [2001:470:142:3::e] (port=34388 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRVLt-0001RM-Pp; Tue, 08 Mar 2022 03:37:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8TaoxFqeiCYwoy2bq0e2/lojYhTxeLdDPHs6DJ1bYbk=; b=k+TS8flkiKqq3EkFO+Uk Vc0C1IgS2WHFuB5qiDGDgpkn2eIVHkefPnZJmIT/KF/gzgBwzPyE7mGpyaXOpgLv4jFLWD152v09R H0Jcp8ZMS5yg8lb8QiG8Pq5lxVAROUNlJjCFi79cLDf4D28CXByL8lva5B4OEMfbG/2E0100VlD0B ohosRKH3M9gePi2k64y4/qteumY3GBbNj/hq25j3yje/0qOzxfeT8THY+Wb1kHYMZdc6y1RtGPnFQ e/BPAzXiU31oX1L2kTqOlWvpALU2j3Qn1AyT3+I5781y2ZvXF1H/j2lNNjT8wIgswAxqPNIKxhgAz zV1NfHIQMtDlHg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38484 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRVLt-0001fn-AG; Tue, 08 Mar 2022 03:37:53 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Silas Vedder Subject: Re: bug#54075: Bug when performing guix pull References: Date: Tue, 08 Mar 2022 09:37:51 +0100 In-Reply-To: (Silas Vedder's message of "Sun, 20 Feb 2022 19:00:41 +0000") Message-ID: <874k48algg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54075 Cc: 54075@debbugs.gnu.org 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 (---) Hi Silas, Silas Vedder skribis: > In ./guix/serialization.scm: > 102:11 1 (read-int #) > 80:6 0 (get-bytevector-n* # 8) > > ./guix/serialization.scm:80:6: In procedure get-bytevector-n*: > ERROR: > 1. &nar-error: > file: #f > port: # > guix pull: error: You found a bug: the program '/gnu/store/n1mqpdkdf1iczj= dsz3i9cyrwchj9hhcd-compute-guix-derivation' > failed to compute the derivation for Guix (version: "45995eab3ae62ceef89e= e223a1bc805738356c1f"; system: "x86_64-linux"; > host version: "755c7c80825c150b5a8b38072bcfb78699f2fbf2"; pull-version: 1= ). > Please report the COMPLETE output above by email to . It looks like a transient error networking error, poorly handled. Could you check whether that still happens? Thanks, Ludo=E2=80=99.