Re: Testsuite failure in 3.11

Sergey Poznyakoff <[email protected]> Mon, 11 Jan 2021 14:05:09 +0200
Newsgroups gmane.comp.gnu.mailutils.bugs
Organization GNU.org.ua
Message-ID <[email protected]>
Hi Jordi,

>  54: strout                                         
> E: Build killed with signal TERM after 150 minutes of inactivity
> 
> Any ideas, Sergey?

None at all.  This is the simplest tastcase one can imagine: read
characters from the standard input and reproduce it on the standard
output.  The only case that can make it stuck (at least the only
one I can think of) is if the system stucks when reading from fd 0 or
writing to fd 1.

I hope the commit 51ffe23a906052d1ad5ba7100415da7df73f4152
will help debug this: it limits the runtime of this testcase to 30
seconds.  Better than 150 minutes, anyway.

Regards,
Sergey