-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 clippy #59783
Update clippy #59783
Conversation
|
@bors r+ p=10 |
📌 Commit e16dce0 has been approved by |
⌛ Testing commit e16dce0 with merge 9ef0230012157287a9da095516f85abe5bd53283... |
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 |
💔 Test failed - checks-travis |
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 |
Needs rust-lang/miri#682 Also rust-lang/rust-clippy#3928 is nice to have |
@Manishearth r=me with the linked PRs merged |
Added a commit bumping miri to see if travis likes it. Don't merge, however, since that commit may change. |
@bors r=Xanewok |
📌 Commit 5001ee3 has been approved by |
@bors p=15 |
Diffing the actual rustc timing info, it just seems like everything is overall a tiny bit slower. Might be miri's fault here? Clippy definitely can't slow down everything. It's also just possible that travis decided to be slow. |
⌛ Testing commit 5001ee3 with merge 66f670ce93487717c057e8127c1ba9f70256b21c... |
@bors retry yield priority to check if it's not just clippy that's broken |
⌛ Testing commit 5001ee3 with merge 16ef7dceb8d56fabe30ee019395698416a6acde4... |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
@bors p=rollup retry |
⌛ Testing commit 5001ee3 with merge 7db4df08bfbdba742b1a22b29624dca08dca43e5... |
@bors p=-1 retry |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
@bors p=100 put it back in the queue |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
⌛ Testing commit 5001ee3 with merge 930e6c487f73d18d20b548931fde0b9d5d2d7591... |
💔 Test failed - checks-travis |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
@bors retry |
cc #59810 |
Oh, then we can close this. Thanks for pointing that PR out! |
Looks like we're not the only ones experiencing timeouts |
Update to rust-lang/rust-clippy@cffb416
Pulls in rust-lang/rust-clippy#3927
Should unbork the build
r? @oli-obk