RE: [Diffusion] [Build Failed] rGHC3f27237b0e6d: Make tcrun042 fail

rn003 is failing apparently (see below)
But it’s fine on my machine. I don’t know how to see the actual error message.
Any ideas?
Simon
From: noreply@phabricator.haskell.org [mailto:noreply@phabricator.haskell.org]
Sent: 30 September 2016 17:31
To: Simon Peyton Jones

It's a bit tricky, you have to follow these steps: Click the commit link in the email: https://phabricator.haskell.org/rGHC3f27237b0e6d Click the build link on the commit page: B11120: rGHC3f27237b0e6d: Make tcrun042 fail https://phabricator.haskell.org/B11120! Click another build link on the build page: [GHC] Linux/amd64: Continuous Integration https://phabricator.haskell.org/harbormaster/build/13355/ Then you're here: https://phabricator.haskell.org/harbormaster/build/13355/ which has the build output. On Fri, Sep 30, 2016 at 11:36 AM, Simon Peyton Jones via ghc-devs < ghc-devs@haskell.org> wrote:
rn003 is failing apparently (see below)
But it’s fine on my machine. I don’t know how to see the actual error message.
Any ideas?
Simon
*From:* noreply@phabricator.haskell.org [mailto:noreply@phabricator. haskell.org] *Sent:* 30 September 2016 17:31 *To:* Simon Peyton Jones
*Subject:* [Diffusion] [Build Failed] rGHC3f27237b0e6d: Make tcrun042 fail Harbormaster failed to build B11120: rGHC3f27237b0e6d: Make tcrun042 fail!
*BRANCHES*
master
*USERS*
simonpj (Author) O7 (Auditor)
*COMMIT*
https://phabricator.haskell.org/rGHC3f27237b0e6d
*EMAIL PREFERENCES*
https://phabricator.haskell.org/settings/panel/emailpreferences/
*To: *simonpj, Harbormaster
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
-- Chris Allen Currently working on http://haskellbook.com

Simon Peyton Jones via ghc-devs
rn003 is failing apparently (see below) But it’s fine on my machine. I don’t know how to see the actual error message.
It works for me as well. The Harbormaster failure is quite odd: tc042 appears to fail with, Compile failed (exit code 1) errors were: [1 of 1] Compiling Main ( tcrun042.hs, tcrun042.o ) tcrun042.hs:5:5: error: • Couldn't match expected type ‘forall c. c -> c -> c’ with actual type ‘b0 -> b0 -> b0’ • In the expression: (, "Hello" ++ "World",) In an equation for ‘e’: e = (, "Hello" ++ "World",) *** unexpected failure for tcrun042(normal) I don't see how this could fail in a environment-sensitive manner. Cheers, - Ben

Ben Gamari
[ Unknown signature status ] Simon Peyton Jones via ghc-devs
writes: rn003 is failing apparently (see below) But it’s fine on my machine. I don’t know how to see the actual error message.
It works for me as well.
The Harbormaster failure is quite odd: tc042 appears to fail with,
Oh dear, ignore me. I missed the fact that this was marked as expect_fail in a later commit. It looks like rn003 failed with a timeout. It's unclear what causes this but it's not the first time I've seen it during a Harbormaster build. Cheers, - Ben
participants (3)
-
Ben Gamari
-
Christopher Allen
-
Simon Peyton Jones