-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sccache no longer works with rustc nightly #488
Comments
The same happened in our CI.
|
chmanchester
added a commit
to chmanchester/sccache
that referenced
this issue
Aug 5, 2019
chmanchester
added a commit
to chmanchester/sccache
that referenced
this issue
Aug 6, 2019
SimonSapin
added a commit
to servo/servo
that referenced
this issue
Oct 18, 2019
This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Oct 18, 2019
Upgrade sccache to 0.2.12 This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
SimonSapin
added a commit
to servo/servo
that referenced
this issue
Oct 21, 2019
This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Oct 21, 2019
Upgrade sccache to 0.2.12 This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
SimonSapin
added a commit
to servo/servo
that referenced
this issue
Oct 21, 2019
This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Oct 21, 2019
Upgrade sccache to 0.2.12 This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Oct 22, 2019
Upgrade sccache to 0.2.12 This picks up mozilla/sccache#488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: rust-lang/rust#65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
rustc 1.38.0-nightly (435236b88 2019-08-01)
It looks like rust-lang/rust@1731233 changes how rustc emits diagnostics, if you try and use a nightly with this commit, you get an error when using sccache
This occurs even if you specify
--color=never
due to how it checks the cmd line options, but regardless if it's a bug, it looks like sccache might have to change how it handles output from rustc due to the way the diagnostic messages are embedded in the JSON output.The text was updated successfully, but these errors were encountered: