Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) #19128
Conversation
highfive
commented
Nov 6, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Nov 6, 2017
|
@bors-servo r+ |
|
|
Upgrade to rustc 1.23.0-nightly (3b82e4c74 2017-11-05) This fixes some new warnings, some of which (in `style`) are treated as errors. See https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-in-today-s-nightly/13726 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19128) <!-- Reviewable:end -->
|
|
@bors-servo retry |
|
|
|
|
|
I can reproduced this reliably on mac:
But not when running the binary directly:
|
|
It turns out that using lldb over SSH is not allowed on OS X these day. Anyway, this test has
The top frames look like https://github.com/rust-lang/rust/blob/master/src/libbacktrace/macho.c, and the only change to that in this interval of Rust versions is rust-lang/rust#45523. |
|
Bad news: I can also reproduce on master. |
|
This is likely rust-lang/rust#45731 |
|
|
It’s more subtle than that. After observing the failure if I downgrade the compiler to a normally not-affected version I’ll still see the same failure until I run Anyway, some people over at rust-lang/rust#45731 seem to have a much better idea than me of what’s going on, so let’s wait for a fix upstream. |
|
|
1 similar comment
|
|
See servo#19128, this part is cherry-picked so Gecko can build with rust nightly.
See servo#19128, this part is cherry-picked so Gecko can build with rust nightly.
Allow unused imports for AsciiExt in style code. See #19128, this part is cherry-picked so Gecko can build with rust nightly. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19162) <!-- Reviewable:end -->
See servo#19128, this part is cherry-picked so Gecko can build with rust nightly.
Allow unused imports for AsciiExt in style code. See #19128, this part is cherry-picked so Gecko can build with rust nightly. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19162) <!-- Reviewable:end -->
See servo#19128, this part is cherry-picked so Gecko can build with rust nightly.
Allow unused imports for AsciiExt in style code. See #19128, this part is cherry-picked so Gecko can build with rust nightly. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19162) <!-- Reviewable:end -->
|
@bors-servo r+ |
|
|
Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) This fixes some new warnings, some of which (in `style`) are treated as errors. See https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-in-today-s-nightly/13726 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19128) <!-- Reviewable:end -->
|
|
|
That seems like a network issue, file https://s3.amazonaws.com/rust-lang-ci/rustc-builds-alt/02004ef78383cb174a41df7735a552823fa10b90/rustc-nightly-x86_64-unknown-linux-gnu.tar.gz definitely is downloadable. @bors-servo retry |
Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) This fixes some new warnings, some of which (in `style`) are treated as errors. See https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-in-today-s-nightly/13726 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19128) <!-- Reviewable:end -->
|
|
SimonSapin commentedNov 6, 2017
•
edited
This fixes some new warnings, some of which (in
style) are treated as errors. See https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-in-today-s-nightly/13726This change is