
I built and validated this commit just fine. Phab says Unexpected failures: ghci/should_run ghcirun004 [bad stdout or stderr] (ghci) rts linker_unload [bad exit code] (normal) stranal/should_compile str001 [exit code non-0] (optasm) stranal/should_compile str002 [exit code non-0] (optasm) stranal/should_compile test [exit code non-0] (optasm) but none of them fail for me. I don't know how to see enough of Phab's log to see what it thinks when wrong. (it just shows me 25 lines; clicking on "unlimited" still only shows 30 lines) | -----Original Message----- | From: noreply@phabricator.haskell.org | [mailto:noreply@phabricator.haskell.org] | Sent: 04 November 2014 15:32 | To: Simon Peyton Jones | Subject: [Diffusion] [Build Failed] rGHC6a1c05f01429: A little | refactoring of HsSplice and friends | | Harbormaster failed to build B1678: rGHC6a1c05f01429: A little | refactoring of HsSplice and friends! | | USERS | simonpj (Author) | GHC - Type checker/inferencer (Auditor) | GHC - Core/System FC (Auditor) | GHC - Renamer (Auditor) | GHC - HsSyn/Parser (Auditor) | | COMMIT | https://phabricator.haskell.org/rGHC6a1c05f01429 | | To: simonpj, GHC - Type checker/inferencer, GHC - Core/System FC, GHC | - Renamer, GHC - HsSyn/Parser

On 2014-11-04 at 16:38:52 +0100, Simon Peyton Jones wrote:
I built and validated this commit just fine. Phab says
Unexpected failures: ghci/should_run ghcirun004 [bad stdout or stderr] (ghci) rts linker_unload [bad exit code] (normal) stranal/should_compile str001 [exit code non-0] (optasm) stranal/should_compile str002 [exit code non-0] (optasm) stranal/should_compile test [exit code non-0] (optasm)
but none of them fail for me. I don't know how to see enough of Phab's log to see what it thinks when wrong. (it just shows me 25 lines; clicking on "unlimited" still only shows 30 lines)
It seems to me that compiling T3064 may be the culprit, as that seems to eat up an humongous amount of RAM...

Is it possible to get the full build logs on Phab? I just had a testsuite (framework) failure, but I can't see what test caused it! (https://phabricator.haskell.org/harbormaster/build/1686/)
Thanks,
Richard
On Nov 4, 2014, at 10:38 AM, Simon Peyton Jones
I built and validated this commit just fine. Phab says
Unexpected failures: ghci/should_run ghcirun004 [bad stdout or stderr] (ghci) rts linker_unload [bad exit code] (normal) stranal/should_compile str001 [exit code non-0] (optasm) stranal/should_compile str002 [exit code non-0] (optasm) stranal/should_compile test [exit code non-0] (optasm)
but none of them fail for me. I don't know how to see enough of Phab's log to see what it thinks when wrong. (it just shows me 25 lines; clicking on "unlimited" still only shows 30 lines)
| -----Original Message----- | From: noreply@phabricator.haskell.org | [mailto:noreply@phabricator.haskell.org] | Sent: 04 November 2014 15:32 | To: Simon Peyton Jones | Subject: [Diffusion] [Build Failed] rGHC6a1c05f01429: A little | refactoring of HsSplice and friends | | Harbormaster failed to build B1678: rGHC6a1c05f01429: A little | refactoring of HsSplice and friends! | | USERS | simonpj (Author) | GHC - Type checker/inferencer (Auditor) | GHC - Core/System FC (Auditor) | GHC - Renamer (Auditor) | GHC - HsSyn/Parser (Auditor) | | COMMIT | https://phabricator.haskell.org/rGHC6a1c05f01429 | | To: simonpj, GHC - Type checker/inferencer, GHC - Core/System FC, GHC | - Renamer, GHC - HsSyn/Parser _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

On 2014-11-04 at 19:17:13 +0100, Richard Eisenberg wrote:
Is it possible to get the full build logs on Phab? I just had a testsuite (framework) failure, but I can't see what test caused it! (https://phabricator.haskell.org/harbormaster/build/1686/)
It's most likely the T3064 test-case (eating up time & space resources) I mentioned in an earlier post that leads to these framework failures and similar collateral test-case failures.
participants (3)
-
Herbert Valerio Riedel
-
Richard Eisenberg
-
Simon Peyton Jones