-
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 Cargo and its dependencies #46630
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit e21b4f6 has been approved by |
Update Cargo and its dependencies Just a routine update!
💔 Test failed - status-travis |
A test in cargo failed, looks legit.
|
e21b4f6
to
955c8e7
Compare
@bors: r=nikomatsakis |
📌 Commit 955c8e7 has been approved by |
⌛ Testing commit 955c8e7332ebe8c9ca8fa124fd2f19fcbe8b79ba with merge 015ce4e103205a9c537cbd435d1c13fff0179d0b... |
💔 Test failed - status-travis |
This has broken several RLS tests (cc @nrc)? Not sure if legit.
|
@bors: r+ prays it's spurious |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 955c8e7 has been approved by |
@bors: retry |
This doesn't look spurious to me. I updated Cargo locally and get the same failures in the RLS. The pattern of failure is what happens when no compilation happens. Probably something changed in the Cargo API which is screwing up the RLS, but nothing in Cargo's commit log looks suspicious. |
🔒 Merge conflict |
@nrc can you help me debug this? I spent a few hours yesterday tracing through rls tests and the rls iteslf (I found the output quite difficult to debug) and I even reverted Cargo back to the original revision and still got the same error. The few commits landing in Cargo have what I would presume as minor changes. There's some minor tweaks but I can't make heads or tails of anything in the rls logs and/or internals as to what's actually changing or where the error is coming from. |
☔ The latest upstream changes (presumably #46740) made this pull request unmergeable. Please resolve the merge conflicts. |
Yep, looking into it now. |
📌 Commit 6bdc986 has been approved by |
⌛ Testing commit 6bdc9865b9a99b0764b9148b8d207c022ce6b0c7 with merge 5f1d1fdc9f6ea3b7c8d3fe7dc17b52afac731b75... |
💔 Test failed - status-travis |
Ok I've debugged this to something unrelated (the debugging stuff I added to the test didn't help). It's an issue with using the bundled libcurl, still investigating... |
6bdc986
to
61eca72
Compare
@bors: r=nikomatsakis |
📌 Commit 61eca72 has been approved by |
🔒 Merge conflict |
Just a routine update!
61eca72
to
325d739
Compare
@bors: r=nikomatsakis |
📌 Commit 325d739 has been approved by |
Update Cargo and its dependencies Just a routine update!
☀️ Test successful - status-appveyor, status-travis |
Just a routine update!