From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33082: guix pull resulted in an error: compute-guix-derivation Date: Fri, 19 Oct 2018 11:11:13 +0200 Message-ID: <877eiei9n2.fsf@gnu.org> References: <8736t3713o.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDQpG-00043Y-T8 for bug-guix@gnu.org; Fri, 19 Oct 2018 05:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDQpB-0001YG-R8 for bug-guix@gnu.org; Fri, 19 Oct 2018 05:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDQp9-0001So-0T for bug-guix@gnu.org; Fri, 19 Oct 2018 05:12:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDQp8-0001QB-3Q for bug-guix@gnu.org; Fri, 19 Oct 2018 05:12:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Thu, 18 Oct 2018 17:23:32 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 33082@debbugs.gnu.org, Joshua Branson Hello, G=C3=A1bor Boskovits skribis: > Joshua Branson ezt =C3=ADrta (id=C5=91pont: 2018. = okt. > 18., Cs, 16:51): [...] >> Total duration: 8 min 47 sec >> Tests result: FAILURE >> make: *** [Makefile:869: test] Error 2 >> >> Test suite failed, dumping logs. >> Backtrace: >> \ 4 (primitive-load "/gnu/store/nh1m265kg7ddar7jgwd7dh8f8y7=EF= =BF=BD=EF=BF=BD=EF=BF=BD") >> In ice-9/eval.scm: >> 191:35 3 (_ _) >> In srfi/srfi-1.scm: >> 640:9 2 (for-each # =EF=BF=BD=EF=BF=BD=EF=BF=BD) >> In /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/= gnu-build-system.scm: >> 799:31 1 (_ _) >> 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) >> >> /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu= -build-system.scm:369:6: In procedure check: >> Throw to key `srfi-34' with args `(#)'. >> builder for `/gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.14.= drv' failed with exit code 1 >> @ build-failed /gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.1= 4.drv - 1 builder for `/gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-= 2.7.14.drv' failed with exit code 1 > > It was trying to build python2, and tests failed. > Could you retry this to see if it is a persistent failure, or the > tests are failing indeterministically? Specifically, could you try running: guix build /gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.14.drv ? If you enabled substitutes (pre-built binaries) you should now be getting substitutes for this. If that is the case, you can go ahead and rerun =E2=80=98guix pull=E2=80=99. (This doesn=E2=80=99t tell us why you were getting test failures in the fir= st place, but that=E2=80=99s a separate issue.) HTH, Ludo=E2=80=99.