-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Description
Four builds recently have failed due to what appears to be deadlock. Two of them were on the master-linux
builder while others were on various auto builders. This appears to happen during libstd
tests or rpass
tests:
- http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/167/steps/test/logs/stdio
- http://buildbot.rust-lang.org/builders/master-linux/builds/199/steps/test/logs/stdio
- http://buildbot.rust-lang.org/builders/master-linux/builds/198/steps/test/logs/stdio
- http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/184/steps/test/logs/stdio
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.