From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27144: guix publish: =?UTF-8?Q?=E2=80=9Cmutex?= already locked by =?UTF-8?Q?thread=E2=80=9D?= Date: Thu, 27 Jul 2017 14:20:27 +0200 Message-ID: <87zibq3wc4.fsf@gnu.org> References: <87k24y7egu.fsf@gnu.org> 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]:46714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dahms-0005QO-5y for bug-guix@gnu.org; Thu, 27 Jul 2017 08:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dahmo-0006Xe-8L for bug-guix@gnu.org; Thu, 27 Jul 2017 08:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55312) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dahmo-0006XT-65 for bug-guix@gnu.org; Thu, 27 Jul 2017 08:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dahmo-00045i-1a for bug-guix@gnu.org; Thu, 27 Jul 2017 08:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k24y7egu.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 30 May 2017 13:48:17 +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: 27144@debbugs.gnu.org Cc: 27138@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Seen on hydra.gnu.org: > > GET /jkpcipgxfyfb60pr4b5n4x4j9k5mcxpp.narinfo > In ice-9/boot-9.scm: > 160: 5 [catch #t # ...] > In unknown file: > ?: 4 [apply-smob/1 #] > In guix/workers.scm: > 84: 3 [#] > 72: 2 [loop] > 76: 1 [# misc= -error ...] > In unknown file: > ?: 0 [make-stack #t] > ERROR: In procedure make-stack: > ERROR: Throw to key `misc-error' with args `("mutex already locked by thr= ead")'. > > This is with > /gnu/store/cxmj38x6rh0ykq3d5dlqbxr5h1zgiiaf-guile2.0-guix-0.13.0-1.a6d728= b. My suspicion is that this is a Guile 2.0 bug (the mutex implementation differs from that of 2.2), and we haven=E2=80=99t seen it yet with Guix-on-= 2.2. Let=E2=80=99s wait a little longer and see=E2=80=A6 Ludo=E2=80=99.