From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 2F/OHGRUcWIsFQEAbAwnHQ (envelope-from ) for ; Tue, 03 May 2022 18:12:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id UBfIG2RUcWLwvQAAG6o9tA (envelope-from ) for ; Tue, 03 May 2022 18:12:20 +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 10CFA27DEB for ; Tue, 3 May 2022 18:12:20 +0200 (CEST) Received: from localhost ([::1]:48768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlv8M-0007jG-Tf for larch@yhetil.org; Tue, 03 May 2022 12:12:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlv0M-00006J-78 for bug-guix@gnu.org; Tue, 03 May 2022 12:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46833) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nlv0L-0002ed-TZ for bug-guix@gnu.org; Tue, 03 May 2022 12:04:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nlv0L-0000EX-Pj for bug-guix@gnu.org; Tue, 03 May 2022 12:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55244: Bug Report: guix pull Resent-From: Frederic Arnold Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 03 May 2022 16:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55244 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 55244@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1651593818866 (code B ref -1); Tue, 03 May 2022 16:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 May 2022 16:03:38 +0000 Received: from localhost ([127.0.0.1]:40730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nluzx-0000Dt-IQ for submit@debbugs.gnu.org; Tue, 03 May 2022 12:03:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:36648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlpl3-0007Kv-Ln for submit@debbugs.gnu.org; Tue, 03 May 2022 06:27:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlpl3-0001ov-Bg for bug-guix@gnu.org; Tue, 03 May 2022 06:27:53 -0400 Received: from mx1.hrz.uni-dortmund.de ([129.217.128.51]:36259 helo=unimail.uni-dortmund.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlpl0-0002eB-Rz for bug-guix@gnu.org; Tue, 03 May 2022 06:27:52 -0400 Received: from webmail.tu-dortmund.de (webmail.tu-dortmund.de [129.217.131.82]) (authenticated bits=0) by unimail.uni-dortmund.de (8.17.1.9/8.17.1) with ESMTPSA id 243ARltJ009596 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Tue, 3 May 2022 12:27:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tu-dortmund.de; s=unimail; t=1651573667; bh=r/QlATs23n46w6SpxXcX5yzPZOT7Vp2sPFGa0TFyy+8=; h=Date:From:To:Subject:Reply-To:In-Reply-To:References; b=nQRLuVR06CoVXewgbUYhA8yvytZBSUvxUXYx65J3AqP/0ZMgj9eyeasLo5dO0zhzw fYZ+EFUyBKaxTn69Iri+LgAqj+tUai3/ZuMG7+cVKPT9LUI/0tC8Y9bwnIn9jgXwNR FXvwyqFf1aa5Wuaxabnxx58tY0wq9H6Mw9YDO0xU= MIME-Version: 1.0 Date: Tue, 03 May 2022 12:27:47 +0200 From: Frederic Arnold Mail-Reply-To: frederic.arnold@tu-dortmund.de In-Reply-To: <6485a10b0bdb98c22c12010bdf1e14ae@tu-dortmund.de> References: <6485a10b0bdb98c22c12010bdf1e14ae@tu-dortmund.de> Message-ID: <508a3e11b4fc008a93ccf8f414ac816d@tu-dortmund.de> X-Sender: frederic.arnold@tu-dortmund.de Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=129.217.128.51; envelope-from=frederic.arnold@tu-dortmund.de; helo=unimail.uni-dortmund.de 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_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 03 May 2022 12:03:36 -0400 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: , Reply-To: frederic.arnold@tu-dortmund.de 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=1651594340; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=SUhD4vGIu9SZ5EfJmFGG7EShNbzLjHfVLsNOJ9cMGQc=; b=qD245jRCjQtwyFuhaQRv/WBJDFkBSnNrm2q2FNAPlPD2E3kOqsO7TSdZuTBXyz4XyPkgB4 1H1fjO4kbQ38xMvSJ6+6JOkW/y+A8ZQArPIAffRwWAFzgBU60eYEIFoWtWjXlgzXLu/e4r l1ru8Zk5jK5f91rawaPSvChqlgZhwUfg7jNsVvSqanBpC/Vbi0jGUBRgWmwAjruhkuGQvr oZ/JQDoAd4Iu2GHx2puXbjyUo9/92MmJjcMoGLiQdygXfIvC5Umm4tNhFyy0Ujzo8HB68G tPGaKHEU3boGAS79+cg6yDm0jrseisg847CjcebBHPxL8axrikmJOHQa/DJs3A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651594340; a=rsa-sha256; cv=none; b=oHV0j0r7Z1PxIXUV2UwLqG6V19MrjCwW4U8yKvnGDxYrOom9rOsTbbRyJcO3wcto9JveCM 3AIpGs8boqaFUK3IG16ug34DPNIIGCAiNRPMospXpZIPB8R8BR21oACgymLpstNkZySPfQ 43vXBMRzVD5bGnvQz7fCP5IXNI+ND9S38Wzl5NYPjbSTBA0ionxe9ZvBtLx84BVeSZKchA ae2bQPjkk7oSnD4/RabvXI0/GYhtMZHgHSBjnYa8YZcEoECStjVvE1B8JuQA6uI+uWuX49 wRmW9Myt6VbrIt2gE8QEyj96ycWFpy0+zVMdhE+sSQizfvE6Fk1WyOWvuQYNrw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tu-dortmund.de header.s=unimail header.b=nQRLuVR0; dmarc=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: -1.08 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tu-dortmund.de header.s=unimail header.b=nQRLuVR0; dmarc=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: 10CFA27DEB X-Spam-Score: -1.08 X-Migadu-Scanner: scn0.migadu.com X-TUID: PNJ9WTpI1C3s For the record: I just re-ran guix pull without changing anything and it worked. Am 2022-05-03 12:17, schrieb Frederic Arnold: > guix pull failed with a message instructing me to send its output to > this email address. I had not booted that machine since January and > this was the first time running guix pull after adding guix-science to > channels.scm (by copying the snippet from > https://github.com/guix-science/guix-science into the list > expression). > > > ich@fredi:~$ guix pull > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > Authenticating channel 'guix', commits 9edb3f6 to 654f878 (4,798 new > commits)... > Updating channel 'nonguix' from Git repository at > 'https://gitlab.com/nonguix/nonguix'... > Authenticating channel 'nonguix', commits 897c1a4 to 176f36d (75 new > commits)... > Updating channel 'guix-science' from Git repository at > 'https://github.com/guix-science/guix-science.git'... > Authenticating channel 'guix-science', commits b1fe5aa to fa1bc63 (103 > new commits)... > Building from these channels: > guix-sciencehttps://github.com/guix-science/guix-science.git fa1bc63 > nonguix https://gitlab.com/nonguix/nonguix 176f36d > guix https://git.savannah.gnu.org/git/guix.git 654f878 > substitute: updating substitutes from 'https://ci.guix.gnu.org'... > 100.0% > substitute: updating substitutes from > 'https://bordeaux.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... > 100.0% > substitute: updating substitutes from > 'https://bordeaux.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... > 100.0% > substitute: updating substitutes from > 'https://bordeaux.guix.gnu.org'... 100.0% > building > /gnu/store/ifn2582pdjk8rkxnbgcqxaxydzkii38x-module-import.drv... > building > /gnu/store/vc5hf8irlcs1dqwran7bdwnzq3pm611v-module-import.drv... > building > /gnu/store/pp4cc9jpa7cvwav7qdssp961kh97r8k8-module-import-compiled.drv... > building > /gnu/store/h6hpba22c05w5in06apf2kjl8nq12zsa-module-import-compiled.drv... > building > /gnu/store/0771q3y64sm7banjl2hiriyi8idm1cx4-compute-guix-derivation.drv... > Computing Guix derivation for 'x86_64-linux'... -Backtrace: > 14 (primitive-load > "/gnu/store/nj6pmf2sr3yy2kqcg8cxv7n9mihhs9zs-compute-guix-derivation") > In ice-9/eval.scm: > 155:9 13 (_ _) > 159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# > ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) > In ice-9/boot-9.scm: > 152:2 11 (with-fluid* _ _ _) > 152:2 10 (with-fluid* _ _ _) > In ./guix/store.scm: > 2129:24 9 (run-with-store # > # ?) > 1966:8 8 (_ #) > In ./guix/gexp.scm: > 300:22 7 (_ #) > 1181:2 6 (_ #) > 1047:2 5 (_ #) > 893:4 4 (_ #) > In ./guix/store.scm: > 2014:12 3 (_ #) > 1406:5 2 (map/accumulate-builds # 7fd90858fd20> # ?) > 1421:15 1 (_ # > ("/gnu/store/gcvv1i5shqmkd6x1pjwjdrvr7z4lb5ss-guile-ssh-?" ?) ?) > 1421:15 0 (loop #f) > > ./guix/store.scm:1421:15: In procedure loop: > ERROR: > 1. &store-protocol-error: > message: > "`/gnu/store/g9yib2canswa3znylbcm4hdng2w9yq09-guix-1.3.0-17.2a49ddb/bin/guix > substitute' died unexpectedly" > status: 1 > guix pull: error: You found a bug: the program > '/gnu/store/nj6pmf2sr3yy2kqcg8cxv7n9mihhs9zs-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "654f878f0b9d2136affa3e3d32da1639e6942a54"; system: "x86_64-linux"; > host version: "01ec5efff7cf95cae69493bd4ccfdd21a38770ae"; pull-version: > 1). > Please report the COMPLETE output above by email to . > > > > > ---------------------- > Cheers!