-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GHC 7.10.1-RC2] shake and vector-algorithms test suites hang #6259
Comments
I observe the same problem, but I have no idea what's causing it. |
@peti Compiling Setup.hs with |
Ah, very nice catch. Thanks for the pointer. |
Thanks for the help, @bennofs ! |
BTW, I have submitted a work-around for this at haskell/cabal#2913 that does not require a threaded Setup. |
Whenever nix runs ./Setup test for vector-algorithms or shake with GHC 7.10.1-RC2 the tests run forever, I left them running for 6 hours(!) on an i7 3770K. The tests don't give me any failing messages, they just run until I hit ctrl+c
GHC 7.8.4 does not have this issue
vector-algorithms
http://lpaste.net/120194
shake
http://lpaste.net/120195
strace on shake build
http://lpaste.net/120197
I originally asked for help on #ghc but pacak could not reproduce these issues, and he told me to try running shake-test directly instead of running ./Setup test (which runs runhaskell). When I overrode checkPhase to run the local binary directly the test fails immediately because it can't find a file that hasn't been created yet. (Probably created by installPhase?)
Direct run of ./dist/build/shake-test/shake-test
http://lpaste.net/120199
Direct run of the test from vector-algorithms:
http://lpaste.net/120398
Note that disabling the test suite for these 2 packages works fine, and projects that depend on them work as intended
The text was updated successfully, but these errors were encountered: