[GHC] #11569: make -j24 test

#11569: make -j24 test ----------------------------------+-------------------------- Reporter: mfox | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 8.1 Keywords: | Operating System: Linux Architecture: aarch64 | Type of failure: Other Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------+-------------------------- My computer is slow but has many cores. I find several hundred tests fail "bad stderr" when I set the environment variable: {{{ export MAKEFLAGS=-j24 make test }}} I'll update with the list of failing tests in a few hours when I'm done running the testsuite serially. But one is T3307. It even fails when run by itself like: {{{ export MAKEFLAGS=-j24 make test TESTS="T3307" }}} But otherwise passes if {{{ unset MAKEFLAGS make test TESTS="T3307" }}} Building version 99cb627a45afacde5f86799671c53baf81daee41 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test -------------------------------+------------------------------- Reporter: mfox | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 8.1 Resolution: | Keywords: Operating System: Linux | Architecture: aarch64 Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------- Comment (by thomie): Use `make THREADS=24` instead. See [wiki:Building/RunningTests]. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test -------------------------------+------------------------------- Reporter: mfox | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 8.1 Resolution: invalid | Keywords: Operating System: Linux | Architecture: aarch64 Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------- Changes (by thomie): * status: new => closed * resolution: => invalid -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test -------------------------------+------------------------------- Reporter: mfox | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 8.1 Resolution: invalid | Keywords: Operating System: Linux | Architecture: aarch64 Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------- Comment (by mfox): Hey, whoever closed my ticket. This isn't just about making tests. This is an environment variable I keep set for efficiency on slow but massively parallel build machine. Why should the tests fail with this flag? They should be cool. And so should you. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test -------------------------------+------------------------------- Reporter: mfox | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 8.1 Resolution: | Keywords: Operating System: Linux | Architecture: aarch64 Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------- Changes (by thomie): * status: closed => new * resolution: invalid => -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test -------------------------------+------------------------------- Reporter: mfox | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 8.1 Resolution: | Keywords: Operating System: Linux | Architecture: aarch64 Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------- Comment (by rwbarton): The failure for T3307 is due to this warning printed by the `make` run by the test: {{{ make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. }}} I suggest just unsetting `MAKEFLAGS` in `mk/test.mk`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test
-------------------------------+-------------------------------
Reporter: mfox | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 8.1
Resolution: | Keywords:
Operating System: Linux | Architecture: aarch64
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------+-------------------------------
Comment (by Thomas Miedema

#11569: make -j24 test -------------------------------+------------------------------- Reporter: mfox | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Test Suite | Version: 8.1 Resolution: fixed | Keywords: Operating System: Linux | Architecture: aarch64 Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------- Changes (by thomie): * status: new => closed * resolution: => fixed * milestone: => 8.2.1 Comment: Ok, that should fix it, but please reopen if it is still not working correctly. And sorry for misunderstanding the problem at first. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11569#comment:7 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11569: make -j24 test
-------------------------------+-------------------------------
Reporter: mfox | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.2.1
Component: Test Suite | Version: 8.1
Resolution: fixed | Keywords:
Operating System: Linux | Architecture: aarch64
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------+-------------------------------
Comment (by Thomas Miedema

#11569: make -j24 test
-------------------------------+-------------------------------
Reporter: mfox | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.2.1
Component: Test Suite | Version: 8.1
Resolution: fixed | Keywords:
Operating System: Linux | Architecture: aarch64
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------+-------------------------------
Comment (by Thomas Miedema
participants (1)
-
GHC