From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21280: test failures: nar, syscalls, containers Date: Thu, 20 Aug 2015 12:02:48 +0200 Message-ID: <87bne22s6v.fsf@gnu.org> References: <1439783007.1743108.357849649.18351DEC@webmail.messagingengine.com> <87si7gfejf.fsf@gnu.org> <1439949357.1343604.359857913.0408A579@webmail.messagingengine.com> <87614a50sk.fsf@gnu.org> <1440044072.3615090.360939601.63AA1D36@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSMgY-00062Z-TI for bug-guix@gnu.org; Thu, 20 Aug 2015 06:03:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSMgY-000092-2G for bug-guix@gnu.org; Thu, 20 Aug 2015 06:03:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSMgY-00008v-0P for bug-guix@gnu.org; Thu, 20 Aug 2015 06:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZSMgX-0006So-NQ for bug-guix@gnu.org; Thu, 20 Aug 2015 06:03:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1440044072.3615090.360939601.63AA1D36@webmail.messagingengine.com> (Leo Famulari's message of "Thu, 20 Aug 2015 00:14:32 -0400") 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: Leo Famulari Cc: 21280@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable One last =E2=80=98pk=E2=80=99. Could you apply it and resend tests/nar.log? --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/tests/nar.scm b/tests/nar.scm index b8e50c7..9b39913 100644 --- a/tests/nar.scm +++ b/tests/nar.scm @@ -121,7 +122,8 @@ (lambda (name stat errno result) (pk 'error name stat errno) #f) - (> (stat:nlink (stat output)) 2) + (> (pk 'stat-output output + (stat:nlink (stat output))) 2) input lstat)) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I suspect the =E2=80=98nlink=E2=80=99 count on directories work differently= on btrfs, or something like that. Thanks, Ludo=E2=80=99. --=-=-=--