Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadlock in the test suite #7505

Closed
alexcrichton opened this issue Jun 30, 2013 · 2 comments
Closed

Deadlock in the test suite #7505

alexcrichton opened this issue Jun 30, 2013 · 2 comments
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Comments

@alexcrichton
Copy link
Member

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:

@bblum
Copy link
Contributor

bblum commented Jul 12, 2013

Could be #3127. Not that that helps much.

@alexcrichton
Copy link
Member Author

I believe that this may have just been swapping. This hasn't been seen recently, so closing.

flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 12, 2021
[beta] Backport: Rename two lints to comply with our lint naming convention

self_named_constructor -> self_named_constructors
append_instead_of_extend -> extend_with_drain

changelog: none

r? `@ghost`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Projects
None yet
Development

No branches or pull requests

2 participants