From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#26253: Coreutils 8.26 test failure on arm-linux-gnueabihf Date: Sat, 25 Mar 2017 14:18:50 -0400 Message-ID: <20170325181850.GA1367@jasmine> References: <87a889weaq.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]:41013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crqHH-0005Ey-Gi for bug-guix@gnu.org; Sat, 25 Mar 2017 14:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crqHG-0004AI-NP for bug-guix@gnu.org; Sat, 25 Mar 2017 14:19:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1crqHG-0004A6-Jy for bug-guix@gnu.org; Sat, 25 Mar 2017 14:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1crqHG-0001Nc-FY for bug-guix@gnu.org; Sat, 25 Mar 2017 14:19:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87a889weaq.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: 26253@debbugs.gnu.org On Sat, Mar 25, 2017 at 04:45:33PM +0100, Ludovic Court=C3=A8s wrote: > In current =E2=80=98core-updates=E2=80=99 (7fdca77e007f0838ecd32b04482767= 8f2b345ff0), > tests/misc/cut-huge-range.sh in Coreutils 8.26 fails reproducibly in the > chroot build environment; it succeeds outside of it. [...] > So the two lines that fail are these: >=20 > --8<---------------cut here---------------start------------->8--- > # Explicitly disallow values above CUT_MAX > (ulimit -v $vm && returns_ 1 cut -b$SIZE_MAX /dev/null 2>/dev/null) || fa= il=3D1 > (ulimit -v $vm && returns_ 1 cut -b$SIZE_OFLOW /dev/null 2>/dev/null) || = fail=3D1 > --8<---------------cut here---------------end--------------->8--- >=20 > I don=E2=80=99t understand why at this point, but I found that removing > =E2=80=9C2>/dev/null=E2=80=9D from these two lines lets the test pass (an= d AIUI, this > redirection is not necessary for the test; it just hides the Is the same Bash shared between these two test environments (inside and outside of the chroot)?