-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 RLS and Rustfmt #51407
Update RLS and Rustfmt #51407
Conversation
@bors r+ p=15 |
📌 Commit acd4fe8 has been approved by |
⌛ Testing commit acd4fe8 with merge 021731b444a3b475dc56b01f77d9541d5e0ddad9... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
@bors: retry |
⌛ Testing commit acd4fe8 with merge 39df8d6634394e9e1e03be54da0a1ceae616d6d9... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
@bors retry
|
⌛ Testing commit acd4fe8 with merge e984b041a671b59978e255f58ffe4faa6bedbb57... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
@bors: retry |
⌛ Testing commit acd4fe8 with merge 6136e72631b257f333edbc3cf9fa0162f43e966b... |
(Note: Please don't retry if this failed again, I'm gonna roll this up) |
💔 Test failed - status-travis |
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 |
@bors treeclosed=30 retry |
Update RLS and Rustfmt r? @Mark-Simulacrum Fixes tests
Rollup of 9 pull requests Successful merges: - #51186 (Remove two redundant .nll.stderr files) - #51283 (Deny #[cfg] and #[cfg_attr] on generic parameters.) - #51368 (Fix the use of closures within #[panic_implementation]) - #51380 (Remove dependency on fmt_macros from typeck) - #51389 (rustdoc: Fix missing stability and src links for inlined external macros) - #51399 (NLL performance boost) - #51407 (Update RLS and Rustfmt) - #51417 (Revert #49719) - #51420 (Tries to address the recent network issues) Failed merges:
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rustfmt-nightly 0.8.2", | ||
"rustfmt-nightly 0.8.2 (git+https://github.com/rust-lang-nursery/rustfmt?rev=f3906267)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure if related, but currently I am unable to build beta (or nightly) from tarball using vendor=true due to network dependency (git) on rustfmt
:
running: /usr/local/bin/cargo build --manifest-path /data/semarie/build-rust/build_dir/rustc-beta-src/src/bootstrap/Cargo.toml --frozen
Updating git repository `https://github.com/rust-lang-nursery/rustfmt`
error: failed to load source for a dependency on `rustfmt-nightly`
Caused by:
Unable to update https://github.com/rust-lang-nursery/rustfmt?rev=f3906267#f3906267
Caused by:
failed to fetch into /data/semarie/build-rust/install_dir/crates/git/db/rustfmt-5390e0ead582d971
Caused by:
attempting to update a git repository, but --frozen was specified
Traceback (most recent call last):
File "/data/semarie/build-rust/build_dir/rustc-beta-src/x.py", line 20, in <module>
bootstrap.main()
File "/data/semarie/build-rust/build_dir/rustc-beta-src/src/bootstrap/bootstrap.py", line 827, in main
bootstrap(help_triggered)
File "/data/semarie/build-rust/build_dir/rustc-beta-src/src/bootstrap/bootstrap.py", line 806, in bootstrap
build.build_bootstrap()
File "/data/semarie/build-rust/build_dir/rustc-beta-src/src/bootstrap/bootstrap.py", line 633, in build_bootstrap
run(args, env=env, verbose=self.verbose)
File "/data/semarie/build-rust/build_dir/rustc-beta-src/src/bootstrap/bootstrap.py", line 148, in run
raise RuntimeError(err)
RuntimeError: failed to run: /usr/local/bin/cargo build --manifest-path /data/semarie/build-rust/build_dir/rustc-beta-src/src/bootstrap/Cargo.toml --frozen
r? @Mark-Simulacrum
Fixes tests