Uh oh!
There was an error while loading. Please reload this page.
make sure we use cfg-if as a std dependency - #61828
Conversation
rust-highfive
commented
Jun 14, 2019
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
RalfJung
commented
Jun 14, 2019
I found no place that enabled the feature. So, I have no idea how this even builds during bootstrap, without using that feature. |
alexcrichton
commented
Jun 14, 2019
@bors: r+ |
bors
commented
Jun 14, 2019
📌 Commit e5f840e has been approved by |
bors
commented
Jun 14, 2019
🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened |
RalfJung
commented
Jun 14, 2019
To unbreak a tool: |
bors
commented
Jun 14, 2019
⌛ Testing commit e5f840e with merge 6d21a1336e037a1836d54f4f3981c4d12b41b185... |
Centril
commented
Jun 14, 2019
@bors retry yielding prio to r0llup |
bors
commented
Jun 15, 2019
⌛ Testing commit e5f840e with merge 1b36b29cb67c3618ec2774d4b1879cc332485f92... |
bors
commented
Jun 15, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 15, 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 |
RalfJung
commented
Jun 15, 2019
Spurious macOS failure "error: linking with @bors retry |
bors
commented
Jun 15, 2019
⌛ Testing commit e5f840e with merge 2c2f4d13c6be718878749d17712d499cf01a973f... |
bors
commented
Jun 15, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 15, 2019
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 |
RalfJung
commented
Jun 15, 2019
Broken apt stuff...?!? Seems spurious. Cc @rust-lang/infra @bors retry |
bors
commented
Jun 15, 2019
⌛ Testing commit e5f840e with merge 58a75bfc6a6a39f779e515a71b792ed77bc76f78... |
Centril
commented
Jun 15, 2019
@bors retry yielding to r0llup |
So another day will go by where the "latest available Miri" is a broken Miri. :( To be clear, not only is the toolstate red (which is not a big deal), also if people install what https://rust-lang.github.io/rustup-components-history/ shows as the latest version that contains Miri, they will get something that is broken. That's bad. |
bors
commented
Jun 15, 2019
make sure we use cfg-if as a std dependency xargo currently fails to build libstd because this feature is missing. My guess is that it works in rustc because the feature is enabled elsewhere, but that does not help for a libstd-only build. Miri is currently in a state where it is shipped but broken, which makes CI fail for projects that are tested in Miri. So this is kind of urgent. Cc @alexcrichton#61720
bors
commented
Jun 15, 2019
☀️ Test successful - checks-travis, status-appveyor |
xargo currently fails to build libstd because this feature is missing. My guess is that it works in rustc because the feature is enabled elsewhere, but that does not help for a libstd-only build.
Miri is currently in a state where it is shipped but broken, which makes CI fail for projects that are tested in Miri. So this is kind of urgent.
Cc @alexcrichton#61720