From debbugs-submit-bounces@debbugs.gnu.org Sat May 21 11:19:29 2016 Received: (at 23582) by debbugs.gnu.org; 21 May 2016 15:19:29 +0000 Received: from localhost ([127.0.0.1]:60106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b48gb-00054N-4w for submit@debbugs.gnu.org; Sat, 21 May 2016 11:19:29 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b48gX-00054C-K3 for 23582@debbugs.gnu.org; Sat, 21 May 2016 11:19:27 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C773B20635; Sat, 21 May 2016 11:19:12 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 21 May 2016 11:19:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=EIkTn 0rGVBgFEVcKCcXlB9/I9Ts=; b=wps+kYduye14sPxg4lpGF6VbUWW0OlCnT/37B XdwZs4sCUJ0Fg78gbHAUyNWG9KymIlrijUQW8P9KHIwlm2L+949apGNNyI5NCIwx AkOVUV4Rfix6wZO/yNIjXdTc1cl8qlhsgpLFnGEeKtXPhL1ngFyYrVsBRpQisefe 2SiJWo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=EIkTn0rGVBgFEVcKCcXlB9/I9Ts=; b=RnIxW QvWhWAuE+ii7PTqDKC7IXQ2jYWMUw4y2/6ipvtJQICACMEqIeJjIvemb2lBafQUK WqkQ8leGxWVVnc+mVHnOMgiLTajeUYIkvswCIPWrnobIiLlvpruT0fvJdKBkDfhR JY1aVitbcsKaYEPX2xJocJXDvPJeosRa+8wIWk= X-Sasl-enc: PjE197agTCeZf8nOc3sAMkkPO+8L0lecJPDHZ+DqznF1 1463843952 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 6E0F1680170; Sat, 21 May 2016 11:19:12 -0400 (EDT) Date: Sat, 21 May 2016 11:19:10 -0400 From: Leo Famulari To: Ben Woodcroft Subject: Re: bug#23582: Test failure on "make check" from a fresh git checkout (commit 9684e30b9b597b93ae9c797ba8f3b40eff893ebe) Message-ID: <20160521151910.GA25589@jasmine> References: <573DD91E.5080702@fastmail.net> <87lh35exmv.fsf@gnu.org> <573F5A7D.4020008@fastmail.net> <20160520224810.GA4494@jasmine> <57400C83.8010208@fastmail.net> <57403A7D.3090002@uq.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57403A7D.3090002@uq.edu.au> User-Agent: Mutt/1.6.0 (2016-04-01) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23582 Cc: Konrad Hinsen , davet@gnu.org, 23582@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Sat, May 21, 2016 at 08:37:49PM +1000, Ben Woodcroft wrote: > On 21/05/16 17:21, Konrad Hinsen wrote: > > No error message this time. The log is attached. > > From teh log: > > 10526 mkdir("/tmp/guix-directory.2EiFxS/dev/mqueue", 0775) = 0 > > 10526 mount("mqueue", "/tmp/guix-directory.2EiFxS//dev/mqueue", "mqueue", > MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = -1 EBUSY (Device or resource busy) > > This then might be the same issue as discussed previously > http://lists.gnu.org/archive/html/help-guix/2016-05/msg00006.html A quick scan through the mqueue man pages suggests mq_notify(3): "mq_notify - register for notification when a message is available [...] EBUSY Another process has already registered to receive notification for this message queue."