Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 736388 - dev-haskell/binary-instances-1.0.0.1 fails tests
Summary: dev-haskell/binary-instances-1.0.0.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL: https://github.com/haskell/text/issue...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-08 09:49 UTC by Agostino Sarubbo
Modified: 2020-08-20 07:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,20.93 KB, text/plain)
2020-08-08 09:49 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-08 09:49:52 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-08 09:49:58 UTC
Created attachment 653754 [details]
build.log

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-08-08 10:20:45 UTC
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.
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2020-08-20 07:07:26 UTC
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.
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2020-08-20 07:10:41 UTC
Known bug in ghc: https://github.com/haskell/text/issues/277
Comment 5 Larry the Git Cow gentoo-dev 2020-08-20 07:17:06 UTC
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(+)