Uh oh!
There was an error while loading. Please reload this page.
Bump version, upgrade bootstrap - #39463
Conversation
rust-highfive
commented
Feb 2, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Feb 2, 2017
nagisa
commented
Feb 2, 2017
Changes look good to me. |
LGTM to me as well. But we'll only know for sure once bors says its okay :) Little nit: |
aee924e to
64280d2Comparealexcrichton
commented
Feb 2, 2017
@est31 removed! |
brson
commented
Feb 2, 2017
@bors r+ |
bors
commented
Feb 2, 2017
📌 Commit 64280d2 has been approved by |
alexcrichton
commented
Feb 3, 2017
bors
commented
Feb 3, 2017
Bump version, upgrade bootstrap This commit updates the version number to 1.17.0 as we're not on that version of the nightly compiler, and at the same time this updates src/stage0.txt to bootstrap from freshly minted beta compiler and beta Cargo.
bors
commented
Feb 3, 2017
💔 Test failed - status-travis |
64280d2 to
98f1d20Comparealexcrichton
commented
Feb 3, 2017
@bors: r=brson |
bors
commented
Feb 3, 2017
📌 Commit 98f1d20 has been approved by |
bors
commented
Feb 3, 2017
⌛ Testing commit 98f1d20 with merge 3386812... |
bors
commented
Feb 3, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Feb 3, 2017
@bors: retry
|
bors
commented
Feb 3, 2017
⌛ Testing commit 98f1d20 with merge 7803f96... |
bors
commented
Feb 3, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 3, 2017
via email
| … On Fri, Feb 3, 2017 at 11:09 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/198104074>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39463 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95IfFATYNVNeSG3-Xgza0YTMvSxinks5rY3tbgaJpZM4L1dr9>
.
|
bors
commented
Feb 3, 2017
⌛ Testing commit 98f1d20 with merge 1d20da1... |
bors
commented
Feb 3, 2017
💔 Test failed - status-appveyor |
est31
commented
Feb 3, 2017
Hmm it seems like a spurious bug with Cargo. If code that created this error gets executed with itself in parallel, then it can in theory both times assume that dst exists, leading to the remove being attempted. One instance will then succeed, while the other instance will fail as the file was already removed. According to this playground example, attempting to non existent files leads in the NotFound error kind. Maybe ignore the error if that's the case? Either way, it looks like the error is spurious, so a retry should be attempted. |
This commit updates the version number to 1.17.0 as we're not on that version of the nightly compiler, and at the same time this updates src/stage0.txt to bootstrap from freshly minted beta compiler and beta Cargo.
98f1d20 to
626e754Comparealexcrichton
commented
Feb 3, 2017
bors
commented
Feb 3, 2017
📌 Commit 626e754 has been approved by |
bors
commented
Feb 3, 2017
Bump version, upgrade bootstrap This commit updates the version number to 1.17.0 as we're not on that version of the nightly compiler, and at the same time this updates src/stage0.txt to bootstrap from freshly minted beta compiler and beta Cargo.
bors
commented
Feb 4, 2017
☀️ Test successful - status-appveyor, status-travis |
This commit updates the version number to 1.17.0 as we're not on that version of
the nightly compiler, and at the same time this updates src/stage0.txt to
bootstrap from freshly minted beta compiler and beta Cargo.