-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Update rustc-guide #63705
Update rustc-guide #63705
Conversation
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
The above also has the following:
which is not comforting... |
sigill is normal for a panic-while-panicking. The rls client tests tend to be a little flaky. cc @Xanewok, not sure if you've seen this error before. I would guess that the RlsHandle::drop is the cause of the second panic, though I can't really infer what caused the initial panic. I wish tests were run with RUST_BACKTRACE set. |
Hopefully, should be fixed now. |
@bors r+ |
📌 Commit 9f14526 has been approved by |
Update rustc-guide Should fix toolstate failure r? @ehuss
☀️ Test successful - checks-azure |
📣 Toolstate changed by #63705! Tested on commit 42dcd4b. 🎉 rustc-guide on linux: test-fail → test-pass (cc @mark-i-m @spastorino, @rust-lang/infra). |
Tested on commit rust-lang/rust@42dcd4b. Direct link to PR: <rust-lang/rust#63705> 🎉 rustc-guide on linux: test-fail → test-pass (cc @mark-i-m @spastorino, @rust-lang/infra).
Should fix toolstate failure
r? @ehuss