Bug#981127: cockpit: FTBFS on hppa - test timeout is way too small

2021-01-27 Thread John David Anglin
On 2021-01-27 1:04 a.m., Martin Pitt wrote: > Ugh, is HPPA know to have such a poor threading performance in general? Yes.  Locking is done with a light weight system call.  There's only one atomic instruction, ldcw. So if there's a lot of contention, things run very slowly. Thanks, Dave --

Bug#981127: cockpit: FTBFS on hppa - test timeout is way too small

2021-01-26 Thread Martin Pitt
Control: forwarded -1 https://github.com/cockpit-project/cockpit/pull/15223 Control: tag -1 upstream pending Hello John, Ugh, is HPPA know to have such a poor threading performance in general? Thanks for doing the manual build! > We either need to skip the test-tls-certfile on hppa or greatly

Bug#981127: cockpit: FTBFS on hppa - test timeout is way too small

2021-01-26 Thread John David Anglin
Source: cockpit Version: 236-1 Severity: normal Tags: patch Dear Maintainer, Cockpit fails to build on hppa because the test-tls-certfile test times out. For example, see this log: https://buildd.debian.org/status/fetch.php?pkg=cockpit=hppa=236-1=1611676114=0 I had a successful build by