This is an auto-filled bug because net-p2p/syncthing fails tests. Attached build log and emerge --info
Created attachment 632266 [details] build.log.bz2 build log and emerge --info
Is this only on ppc64 (as per the build log) or on other arches as well? Does it happen every time?
Atm I don't know for the other arches. Yes it happens every time
I do not see any test failures on my amd64 test system and seeing as you have stabilised this ebuild on amd64 and arm, I assume you haven't observed any either and the problem *is* ppc64-specific. I'll follow this up with upstream.
(In reply to Marek Szuba from comment #4) > I do not see any test failures on my amd64 test system and seeing as you > have stabilised this ebuild on amd64 and arm, I assume you haven't observed > any either and the problem *is* ppc64-specific. I'll follow this up with > upstream. That's right..
Upstream has suggested the issue might lie with the time-out value being too low, could you try again with it increased from 10 to 20 seconds?
Created attachment 633232 [details, diff] Changes the time-out value of TestIssue5063
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a69b9e068c2e919d14f4a848711919fe1ea7ed commit e3a69b9e068c2e919d14f4a848711919fe1ea7ed Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2020-04-17 17:50:19 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2020-04-17 17:57:29 +0000 net-p2p/syncthing: work around ppc64 test failure For some reason one of the Syncthing tests - TestIssue5063 - times out on our ppc64 buildhost, with 100% reproducibility. Upstream were not aware of the problem because apparently they have never run the test suite on such a system, that said their suggestion to adjust the time-out threshold appears to do the trick. Make it 20 s i.e. twice what it originally is, hopefully this will prevent the problem from resurfacing any time soon. Closes: https://bugs.gentoo.org/717108 See-also: https://github.com/syncthing/syncthing/issues/6539 Signed-off-by: Marek Szuba <marecki@gentoo.org> .../files/syncthing-1.3.4-TestIssue5063_timeout.patch | 18 ++++++++++++++++++ net-p2p/syncthing/syncthing-1.3.4-r1.ebuild | 4 ++++ net-p2p/syncthing/syncthing-1.4.2.ebuild | 4 ++++ 3 files changed, 26 insertions(+)