Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to rustc 1.41.0-nightly (1bd30ce2a 2019-11-15) #24749

Merged
merged 1 commit into from Nov 17, 2019

Conversation

@saschanaz
Copy link
Contributor

saschanaz commented Nov 15, 2019

This is for devs on Windows where the current nightly version of RLS (2019-10-26) is not available.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #24756
  • There are tests for these changes OR
  • These changes do not require tests because ___
@saschanaz
Copy link
Contributor Author

saschanaz commented Nov 15, 2019

@bors-servo try=wpt

bors-servo added a commit that referenced this pull request Nov 15, 2019
Update to rustc 1.40.0-nightly (1423bec54 2019-11-05)

<!-- Please describe your changes on the following line: -->

This is for devs on Windows where the current nightly version of RLS (2019-10-26) is not available.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 15, 2019

Trying commit 78e55a9 with merge d734d95...

@SimonSapin
Copy link
Member

SimonSapin commented Nov 15, 2019

This will likely fail some CI jobs (though not WPT) because of new warnings: #24684. Today’s nightly-2019-11-15 has rust-lang/rust#66378 which reverts those warnings.

@saschanaz
Copy link
Contributor Author

saschanaz commented Nov 15, 2019

Oops, but 11-15 fails because of no clippy:

> ./mach rustup
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.3.2
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
info: syncing channel updates for 'nightly-2019-11-15-x86_64-pc-windows-msvc'
info: latest update on 2019-11-15, rust version 1.41.0-nightly (82cf3a448 2019-11-14)
error: component 'clippy' for target 'x86_64-pc-windows-msvc' is unavailable for download for channel nightly-2019-11-15

Maybe should just wait?

@SimonSapin
Copy link
Member

SimonSapin commented Nov 15, 2019

Today’s nightly-2019-11-15 has rust-lang/rust#66378 which reverts those warnings.

This reminds me that I had changes waiting for this. I’ve filed #24750 to upgrade to that Nightly, which by the way has both RLS and Clippy.

@saschanaz
Copy link
Contributor Author

saschanaz commented Nov 15, 2019

https://rust-lang.github.io/rustup-components-history/ also says 11-15 has no clippy, am I reading something wrong? 👀

@bors-servo
Copy link
Contributor

bors-servo commented Nov 15, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
State: approved= try=True

@saschanaz saschanaz force-pushed the saschanaz:windows-rls branch from 78e55a9 to 871eb1e Nov 16, 2019
@saschanaz saschanaz changed the title Update to rustc 1.40.0-nightly (1423bec54 2019-11-05) Update to rustc 1.41.0-nightly (1bd30ce2a 2019-11-15) Nov 16, 2019
@saschanaz saschanaz force-pushed the saschanaz:windows-rls branch from 871eb1e to 0621943 Nov 16, 2019
@saschanaz
Copy link
Contributor Author

saschanaz commented Nov 16, 2019

@highfive highfive assigned SimonSapin and unassigned paulrouget Nov 16, 2019
@saschanaz
Copy link
Contributor Author

saschanaz commented Nov 16, 2019

> ./mach rustup
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.3.2
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
info: syncing channel updates for 'nightly-2019-11-16-x86_64-pc-windows-msvc'
info: latest update on 2019-11-16, rust version 1.41.0-nightly (1bd30ce2a 2019-11-15)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustc-dev'
169.1 MiB / 169.1 MiB (100 %)  41.5 MiB/s in  4s ETA:  0s
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
 11.9 MiB /  11.9 MiB (100 %)   1.1 MiB/s in  7s ETA:  0s
info: installing component 'rust-std'
 14.9 MiB /  14.9 MiB (100 %)   8.3 MiB/s in  1s ETA:  0s
info: installing component 'rustc'
 35.7 MiB /  35.7 MiB (100 %)   6.9 MiB/s in  5s ETA:  0s
info: installing component 'rustc-dev'
169.1 MiB / 169.1 MiB (100 %)  19.1 MiB/s in  8s ETA:  0s
info: installing component 'rustfmt'
info: component 'rustc-dev' for target 'x86_64-pc-windows-msvc' is up to date
@SimonSapin
Copy link
Member

SimonSapin commented Nov 16, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Nov 16, 2019

📌 Commit 0621943 has been approved by SimonSapin

@bors-servo
Copy link
Contributor

bors-servo commented Nov 17, 2019

Testing commit 0621943 with merge 3996326...

bors-servo added a commit that referenced this pull request Nov 17, 2019
Update to rustc 1.41.0-nightly (1bd30ce2a 2019-11-15)

<!-- Please describe your changes on the following line: -->

This is for devs on Windows where the current nightly version of RLS (2019-10-26) is not available.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #24756

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 17, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
Approved by: SimonSapin
Pushing 3996326 to master...

@bors-servo bors-servo merged commit 0621943 into servo:master Nov 17, 2019
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@CYBAI CYBAI mentioned this pull request Dec 5, 2019
3 of 4 tasks complete
bors-servo added a commit that referenced this pull request Dec 5, 2019
Update to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)

This PR is similar to #24749. After #25075 merged, I can't build successfully in my local due to no clippy in that nightly version.

```
→ ./mach build -d
info: syncing channel updates for 'nightly-2019-12-04-x86_64-apple-darwin'
info: latest update on 2019-12-04, rust version 1.41.0-nightly (7afe6d9d1 2019-12-03)
error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel nightly-2019-12-04
Build FAILED in 0:00:00
```

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
- [x] These changes do not require tests because just updated rustc version.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
bors-servo added a commit that referenced this pull request Dec 5, 2019
Update to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)

This PR is similar to #24749. After #25075 merged, I can't build successfully in my local due to no clippy in that nightly version.

```
→ ./mach build -d
info: syncing channel updates for 'nightly-2019-12-04-x86_64-apple-darwin'
info: latest update on 2019-12-04, rust version 1.41.0-nightly (7afe6d9d1 2019-12-03)
error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel nightly-2019-12-04
Build FAILED in 0:00:00
```

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
- [x] These changes do not require tests because just updated rustc version.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.