From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30645: Uncaught exception in cuirass Date: Thu, 01 Mar 2018 17:33:22 +0100 Message-ID: <877eqv69il.fsf@gnu.org> References: <20180228091245.GA1886@jurong> 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]:44319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erR9l-0004gQ-2S for bug-guix@gnu.org; Thu, 01 Mar 2018 11:34:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erR9g-0000Ch-2L for bug-guix@gnu.org; Thu, 01 Mar 2018 11:34:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59859) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erR9f-0000Cb-V6 for bug-guix@gnu.org; Thu, 01 Mar 2018 11:34:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erR9d-0005wd-SA for bug-guix@gnu.org; Thu, 01 Mar 2018 11:34:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20180228091245.GA1886@jurong> (Andreas Enge's message of "Wed, 28 Feb 2018 10:12:45 +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: Andreas Enge Cc: 30645-done@debbugs.gnu.org Hello, Andreas Enge skribis: > an error I am seeing from time to time in my cuirass.log file when > testing bayfront: > > Uncaught exception in fiber ##f: > In ice-9/boot-9.scm: > 829:9 4 (catch _ _ # ?) > In cuirass/base.scm: > 599:26 3 (_) > 531:2 2 (build-packages _ #< pointer: # ?) > 381:27 1 (spawn-builds # #< ?) > In srfi/srfi-1.scm: > 414:16 0 (split-at _ _) > srfi/srfi-1.scm:414:16: In procedure split-at: > In procedure cdr: Wrong type argument in position 1 (expecting pair): () This should be fixed by Cuirass commit ad577114dde4c86455262a35ad4b3838eb4a1453. Thanks, Ludo=E2=80=99.