
Hi, I don’t recall when it was the last time that we had a passing build on travis, so I had a look what’s wrong, and to my surprise the problem was not a build timeout, but rather two failing test cases: Wrong exit code (expected 0 , actual 2 ) Stdout: Stderr: ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.11.20150713 for x86_64-unknown-linux): Static flags have not been initialised! Please call GHC.parseStaticFlags early enough. Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug make[3]: *** [T10294] Error 1 *** unexpected failure for T10294(normal) and: Actual stderr output differs from expected: --- ./th/T10596.stderr.normalised 2015-07-13 19:47:37.667428464 +0000 +++ ./th/T10596.comp.stderr.normalised 2015-07-13 19:47:37.667428464 +0000 @@ -1 +0,0 @@ -Just 100 \ No newline at end of file *** unexpected failure for T10596(normal) Full log at https://s3.amazonaws.com/archive.travis-ci.org/jobs/70789702/log.txt Does anyone have any idea about these? Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org

Hi, Am Dienstag, den 14.07.2015, 10:00 +0200 schrieb Joachim Breitner:
I don’t recall when it was the last time that we had a passing build on travis, so I had a look what’s wrong, and to my surprise the problem was not a build timeout, but rather two failing test cases:
*** unexpected failure for T10294(normal)
known bug (#10301) marked known_broken on that (with help from thomie, thanks).
*** unexpected failure for T10596(normal)
just a missing hFlush stdout. So travis is green again, and I can start complaining at people that make it red again. Greetings, Joachim -- -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org
participants (1)
-
Joachim Breitner