Uh oh!
There was an error while loading. Please reload this page.
Fix a couple of FIXMEs in ext::tt::transcribe - #60620
Conversation
rust-highfive
commented
May 7, 2019
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 |
petrochenkov
commented
May 9, 2019
@bors try (for crater) |
bors
commented
May 9, 2019
⌛ Trying commit 59019a5cfc94833d32354c0fd83385c67da1b78c with merge a7cff45e655f886da150e206c7acbe984df4ab71... |
bors
commented
May 9, 2019
☀️ Try build successful - checks-travis |
petrochenkov
commented
May 9, 2019
@craterbot run mode=check-only |
craterbot
commented
May 9, 2019
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 9, 2019
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 9, 2019
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
emilyalbini
commented
May 9, 2019
@craterbot retry Wut docker died. |
craterbot
commented
May 9, 2019
🛠️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 9, 2019
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 10, 2019
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
mark-i-m
commented
May 10, 2019
😢 |
emilyalbini
commented
May 10, 2019
What is happening with this agent :/ @craterbot retry |
craterbot
commented
May 10, 2019
🛠️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 10, 2019
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 10, 2019
🎉 Experiment
|
emilyalbini
commented
May 10, 2019
Whelp that run completly broke (no successful tests...). @craterbot run mode=check-only assign=agent:aws-2 |
craterbot
commented
May 10, 2019
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
May 10, 2019
🎉 Experiment
|
petrochenkov
commented
May 10, 2019
Unless this PR is useful as a testing ground for crater, I'd suggest to just land it and revert with tests if it turns out that the code hitting these ICEs is possible, there's plenty of time to do that (there are also regular beta crater runs). |
mark-i-m
commented
May 10, 2019
@petrochenkov Sure, it looks like there were no regressions, which is expected. I can rebase the PR and it will be ready to be merged. @pietroalbini do you want me to wait? |
emilyalbini
commented
May 10, 2019
I haven't had time to investigate this yet, but I don't need this PR to be open to be able to do that (the try builds are already uploaded). |
mark-i-m
commented
May 10, 2019
@pietroalbini Ok, thanks :) @petrochenkov I rebased. |
petrochenkov
commented
May 10, 2019
That's because crater is broken. @bors r+ rollup |
bors
commented
May 10, 2019
📌 Commit 5b6bda3 has been approved by |
emilyalbini
commented
May 10, 2019
@mark-i-m@petrochenkov I found the crater bug and I should have a patch deployed in max a few hours. Do you want to r-? |
mark-i-m
commented
May 10, 2019
@petrochenkov Ah I see. I'm fine with waiting for the crater run if you want... This PR is not super-high priority. These FIXMEs have been around for ~7 years IIUC... |
emilyalbini
commented
May 10, 2019
@bors r- |
emilyalbini
commented
May 10, 2019
@bors r=petrochenkov rollup This will likely require more time to fully investigate since Cargo changed how its internal locking works, conflicting with Crater wanting to make as much stuff as possible read-only. |
bors
commented
May 10, 2019
📌 Commit 5b6bda3 has been approved by |
Fix a couple of FIXMEs in ext::tt::transcribe _Blocked on #60618_ A crater run would be nice to make sure my understanding is correct. A quick google search seems to indicate these are extremely rare errors if they are possible (which I don't believe they are). r? @petrochenkov cc rust-lang#2887 (there is only one FIXME left and it is hygiene-related)
Rollup of 6 pull requests Successful merges: - #60529 (RFC 2008: Uninhabitedness fixes for enum variants and tests) - #60620 (Fix a couple of FIXMEs in ext::tt::transcribe) - #60659 (Tweak `Symbol` and `InternedString`) - #60692 (Extend #60676 test for nested mut patterns.) - #60697 (add regression test for #60629) - #60701 (Update mailmap for mati865) Failed merges: r? @ghost
Blocked on #60618
A crater run would be nice to make sure my understanding is correct. A quick google search seems to indicate these are extremely rare errors if they are possible (which I don't believe they are).
r? @petrochenkov
cc #2887 (there is only one FIXME left and it is hygiene-related)