From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: bug#22593: 'make check' fails Date: Mon, 08 Feb 2016 23:11:22 -0500 Message-ID: <8760xy7cb9.fsf@gmail.com> References: <87mvrchy6d.fsf@gmail.com> <87si12u8h8.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]:42887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSzen-0005wH-Kj for bug-guix@gnu.org; Mon, 08 Feb 2016 23:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSzek-0001kI-AP for bug-guix@gnu.org; Mon, 08 Feb 2016 23:12:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSzek-0001jx-6q for bug-guix@gnu.org; Mon, 08 Feb 2016 23:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSzek-0005oN-0s for bug-guix@gnu.org; Mon, 08 Feb 2016 23:12:02 -0500 In-Reply-To: <87mvrchy6d.fsf@gmail.com> Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSzdd-0005px-Rw for bug-guix@gnu.org; Mon, 08 Feb 2016 23:10:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSzda-0001Nm-K8 for bug-guix@gnu.org; Mon, 08 Feb 2016 23:10:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:48438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSzda-0001NZ-Ce for bug-guix@gnu.org; Mon, 08 Feb 2016 23:10:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aSzdY-0008TR-Lc for bug-guix@gnu.org; Tue, 09 Feb 2016 05:10:48 +0100 Received: from c-73-167-118-254.hsd1.ma.comcast.net ([73.167.118.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Feb 2016 05:10:48 +0100 Received: from myglc2 by c-73-167-118-254.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Feb 2016 05:10:48 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22593@debbugs.gnu.org ludo@gnu.org (Ludovic Courtès) writes: > myglc2 skribis: > >> tests/store.scm:705: FAIL verify-store >> tests/store.scm:722: FAIL verify-store + check-contents > > Here we see two failures… > >> ============================================================================ >> Testsuite summary for GNU Guix 0.9.1 >> ============================================================================ >> # TOTAL: 59 >> # PASS: 59 >> # SKIP: 0 >> # XFAIL: 0 >> # FAIL: 0 >> # XPASS: 0 >> # ERROR: 0 >> ============================================================================ > > … but this log shows zero failures. > > Could you run ‘make check’ again a see if the failures show up? You can > also start from a fresh state by running ‘rm -rf test-tmp’ in the build > tree before ‘make check’. > > TIA, > Ludo’. I mis-read your email and failed to run 'make check' before ‘rm -rf test-tmp’, so I don't have a response to your first request. Apologies for dropping the ball. FWIW, I ran 'make check' twice before sending the first email. I observed failures at the same point in each. I would send you the 2nd earlier failure but unfortunately I discarded it. Finally, after ‘rm -rf test-tmp’, 'make check' completed with zero failures. Best, George