GNU bug report logs - #75613
tail-c test fails on CentOS 6

Previous Next

Package: coreutils;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Thu, 16 Jan 2025 19:51:02 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Bruno Haible <bruno <at> clisp.org>
To: bug-coreutils <at> gnu.org
Subject: tail-c test fails on CentOS 6
Date: Thu, 16 Jan 2025 20:50:29 +0100
[Message part 1 (text/plain, inline)]
On CentOS 6, there is a test failure:

FAIL: tests/tail/tail-c.sh

Log is attached. The command that fails is:

  timeout --verbose 1 tail -c 4096 /dev/urandom

And indeed, I can reproduce it manually:

  $ timeout --verbose 1 src/tail -c 4096 /dev/urandom
  timeout: Unrecognized option '--verbose'
  Try `timeout --help' for more information.

  $ src/timeout --verbose 1 src/tail -c 4096 /dev/urandom
  timeout: sending signal TERM to command 'src/tail'
  $ echo $?
  124

[test-suite.log (text/x-log, attachment)]

This bug report was last modified 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.