From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: bug#29676: Guix test failure on tests/store. Date: Tue, 12 Dec 2017 17:50:35 +0100 Message-ID: <87shcfdh5w.fsf@gnu.org> References: <87tvwwcfhn.fsf@gnu.org> <87shcgorq5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOnlp-0003PI-5s for bug-guix@gnu.org; Tue, 12 Dec 2017 11:51:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOnlm-0002Vc-10 for bug-guix@gnu.org; Tue, 12 Dec 2017 11:51:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOnll-0002VT-Td for bug-guix@gnu.org; Tue, 12 Dec 2017 11:51:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOnll-0004TA-Lh for bug-guix@gnu.org; Tue, 12 Dec 2017 11:51:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87shcgorq5.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29676@debbugs.gnu.org Ludovic Courtès writes: > Hi, > > Roel Janssen skribis: > >> I attached the build log. The relevant bit is this: >> >> actual-error: >> + (srfi-34 >> + #) >> result: FAIL > > The “dtmp” bit (instead of “/tmp”) looks fishy and would suggest a > memory corruption, presumably in the daemon. The daemon used in the test, or the daemon used to do the package build? > > I suppose the failure random, isn’t it? I ran it again, and I've got the same error: actual-error: + (srfi-34 + #) So that's either a very funny coincidence, or it's a structural problem. > >> Does this mean I have an inconsistency in the store? > > No, definitely not. Those tests run on a scratch store, in > /tmp/guix-tests/store. Ok. That's some good news at least. :) Do you have any suggestions for how I can debug this problem? Kind regards, Roel Janssen