From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29358: guile2.0-guix times out Date: Fri, 24 Nov 2017 18:52:12 +0100 Message-ID: <87o9nr8sz7.fsf@gnu.org> References: <87o9nytdxi.fsf@fastmail.com> <87wp2jp95w.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]:41256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eII9x-0000Ud-ES for bug-guix@gnu.org; Fri, 24 Nov 2017 12:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eII9u-0006l7-82 for bug-guix@gnu.org; Fri, 24 Nov 2017 12:53:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47636) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eII9u-0006kn-51 for bug-guix@gnu.org; Fri, 24 Nov 2017 12:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eII9t-0000yp-Up for bug-guix@gnu.org; Fri, 24 Nov 2017 12:53:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87wp2jp95w.fsf@fastmail.com> (Marius Bakke's message of "Tue, 21 Nov 2017 23:19:07 +0100") 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: Marius Bakke Cc: 29358-done@debbugs.gnu.org Marius Bakke skribis: > Marius Bakke writes: > >> Hello! >> >> Since the Guix snapshot update to 0.13.0-9.ff23b47, "guile2.0-guix" >> fails to build due to a test timeout: >> >> https://hydra.gnu.org/job/gnu/master/guile2.0-guix-0.13.0-9.ff23b47.x86_= 64-linux > > I bisected this down to this commit: > > commit a2985bb101faac9f085176e0329488b91b81dfb5 > Author: Ludovic Court=C3=A8s > Date: Thu Nov 9 23:29:39 2017 +0100 > > ui: Provide hints for unbound-variable errors. >=20=20=20=20=20 > * guix/ui.scm (known-variable-definition): New procedure. > (report-load-error): Handle 'unbound-variable'. > > I also noticed that when compiling (guix ui), I get this warning: > > warning: unknown warning type `macro-use-before-definition' > > ...which is helpfully annotated with "new in 2.2" in (guix build compile). Yeah, this one=E2=80=99s harmless. > So it seems to be a case of the unbound variable handler failing to > handle this unbound variable, when running tests/guix-package.sh:335. > > Any ideas for how to progress? I'm a little out of my depth here :-) It was running in circles. Fixed in b5bfa4773d50b12ec7e71e89892474e7f3c679ba! Thanks, Ludo=E2=80=99.