https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-haskell/binary-instances-1.0.0.1 fails tests. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
Created attachment 653754 [details] build.log build log and emerge --info
Specific test failure is: > CI Text: FAIL > *** Failed! Falsified (after 86 tests and 6 shrinks): > "\5114" > "\5114" /= "\5106" > Use --quickcheck-replay=418833 to reproduce. Did not try to reproduce yet.
Falsifiabe after 10 test runs for me as well: binary-instances-1.0.0.1 $ while ./setup test; do echo again; done ... CI Text: FAIL *** Failed! Falsified (after 71 tests and 7 shrinks): "\43934" "\43934" /= "\5070" Use --quickcheck-replay=565699 to reproduce.
Known bug in ghc: https://github.com/haskell/text/issues/277
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1 commit f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-08-20 07:16:55 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-08-20 07:17:02 +0000 dev-haskell/binary-instances: disable tests Upstream tests are known to fail due to text deficiency. Will need a fix upstream first. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736388 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+)