reopen 1082555 retitle 1082555 sslh blocks when reading data in some systems thanks
Hi. I was trying to avoid reopening because the package did not build on s390x and I was expecting a new upload fixing the tests on s390x. Instead of that, someone pushed the retry button and then the package was built (by pure chance), but we don't really want flaky tests in the buildds, packages must build "without failure". I tried to build the package 34 times, and it failed 34 times for me. The tests which fail over and over again are these two: 3 | sslh-select: SSL connection interrupted by SSH | NOK 5 | sslh-select: SSH connection interrupted by SSL | NOK Those are exactly the same two which failed here: https://buildd.debian.org/status/fetch.php?pkg=sslh&arch=s390x&ver=2.1.1-2&stamp=1727331396&raw=0 and they are also the same two which failed here: https://tests.reproducible-builds.org/debian/rbuild/unstable/i386/sslh_2.1.1-2.rbuild.log.gz Note that neither the i386 autobuilder from reproducible-builds or the s390x autobuilder from buildd.debian.org are single-cpu systems, so I need to change the bug title a little bit, as this is not a "ftbfs only on single-cpu systems" bug. My suggestion here is to disable those two tests. If the package works well enough for you even when those tests fail, I think it means those tests should not be fatal. Thanks.