[GHC] #11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails

#11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails ----------------------------------------+--------------------------------- Reporter: dtonhofer | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.2 Keywords: | Operating System: Linux Architecture: Unknown/Multiple | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+--------------------------------- {{{ =====> T367(normal) 39 of 4142 [0, 1, 0] cd ./concurrent/should_run && "/usr/local/bin/ghc" -o T367 T367.hs -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -O2 -fno-omit-yields > T367.comp.stderr 2>&1 Compile failed (status 256) errors were: [1 of 1] Compiling Main ( T367.hs, T367.o ) *** Core Lint errors : in result of Simplifier *** <no location info>: Warning: In the expression: seq @ (Id Int) @ (# State# RealWorld, () #) (foldlM' @ Int @ Int @ Id @ Vector $fMonadId ($fNumInt_$c+ `cast` (<Int>_R -> <Int>_R -> Sym (NTCo:Id[0] <Int>_R) :: (Int -> Int -> Int) ~R# (Int -> Int -> Id Int))) z_a2UZ (enumFromTo_int @ Id @ Vector $fMonadId (I# 1) (I# 1000000000))) (# eta_B1, () #) Kinds don't match in type application: Type variable: b_13 :: * Arg type: (# State# RealWorld, () #) :: # xx # (.... offending program attached ...) *** End of Offense *** <no location info>: Compilation had errors *** unexpected failure for T367(normal) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11034 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails ---------------------------------+---------------------------------------- Reporter: dtonhofer | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Changes (by dtonhofer): * Attachment "attach.txt" added. Dump of offending program -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11034 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails ---------------------------------+---------------------------------------- Reporter: dtonhofer | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Comment (by simonpj): This is in `testsuite/tests/concurrent/should_run` correct? I get {{{ 1 had missing libraries }}} and indeed I don't have `libraries/concurrent` installed. I'm not sure whether it lives in GHC's build tree any more. Could you have an out of date hi file or something? Anyway how do I reproduce? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11034#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails ---------------------------------+---------------------------------------- Reporter: dtonhofer | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Comment (by dtonhofer): I wrote up how I compiled GHC from scratch here: http://superuser.com/questions/991190/compile-glasgow-haskell-compiler-on- fedora-22 with the test run at the very end. If you want I can give you the credentials to the EC2 machine used in setting this up. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11034#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails ---------------------------------+---------------------------------------- Reporter: dtonhofer | Owner: bgamari Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Changes (by bgamari): * owner: => bgamari -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11034#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11034: ghc 7.10.2 testsuite: "T367(normal)" test compilation fails ---------------------------------+---------------------------------------- Reporter: dtonhofer | Owner: bgamari Type: bug | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.10.2 Resolution: worksforme | Keywords: Operating System: Linux | Architecture: Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Changes (by thomie): * status: new => closed * resolution: => worksforme Comment: `T367` seems fine now. Tested with `vector-0.11` (the missing library) and ghc-7.10.3, ghc-8.0.1 and HEAD. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11034#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC