From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30645: Uncaught exception in cuirass Date: Wed, 28 Feb 2018 10:12:45 +0100 Message-ID: <20180228091245.GA1886@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqxoN-0002xK-1o for bug-guix@gnu.org; Wed, 28 Feb 2018 04:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqxoI-0008VX-3I for bug-guix@gnu.org; Wed, 28 Feb 2018 04:14:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56782) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqxoH-0008VR-VC for bug-guix@gnu.org; Wed, 28 Feb 2018 04:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqxoH-0006bP-Px for bug-guix@gnu.org; Wed, 28 Feb 2018 04:14:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqxnD-0002kh-5C for bug-guix@gnu.org; Wed, 28 Feb 2018 04:13:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqxn8-00083M-7L for bug-guix@gnu.org; Wed, 28 Feb 2018 04:12:55 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:52102) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqxn8-00082v-0C for bug-guix@gnu.org; Wed, 28 Feb 2018 04:12:50 -0500 Content-Disposition: inline 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: 30645@debbugs.gnu.org Hello, 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 may be related to bug #30644, since it always (in three cases) follows a line such as: 2018-02-28T06:26:31 batch of builds (partially) failed:all build users are currently in use; consider creating additional users and adding them to the `guixbuild' group (status: 1) But conversely, not all lines "batch of builds..." are followed by this error, and anyway the order of output may be mixed up between different threads. Andreas