-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Revert: Add *_value methods to proc_macro lib #138661
Conversation
rustbot has assigned @petrochenkov. Use |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. These commits modify the If this was unintentional then you should revert the changes before this PR is merged. The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
@bors r+ |
@bors p=1 |
…r=petrochenkov Revert: Add *_value methods to proc_macro lib This reverts rust-lang#136355. That PR caused unexpected breakage: - the rustc-dev component can no longer be loaded by cargo, which impacts Miri and clippy and likely others - rustc_lexer can no longer be published to crates.io, which impacts RA See rust-lang#138647 for context. Cc `@GuillaumeGomez` `@Amanieu`
The job Click to see the possible cause of the failure (guessed by this bot)
For more information how to resolve CI failures of this job, visit this link. |
💔 Test failed - checks-actions |
…r=petrochenkov Revert: Add *_value methods to proc_macro lib This reverts rust-lang#136355. That PR caused unexpected breakage: - the rustc-dev component can no longer be loaded by cargo, which impacts Miri and clippy and likely others - rustc_lexer can no longer be published to crates.io, which impacts RA See rust-lang#138647 for context. Cc `@GuillaumeGomez` `@Amanieu`
The job Click to see the possible cause of the failure (guessed by this bot)
For more information how to resolve CI failures of this job, visit this link. |
💔 Test failed - checks-actions |
Hey friends of Fuchsia! This issue could use some guidance on how this should be |
Taking a look now. |
I'm seeing a few rate limit errors by the googlesource.com servers during the checkout phase. One example:
There are retries and that seems to complete successfully. Strangely, jiri reports that some of the directories have local changes:
This is surprising to me. Is the bootstrapping done on an existing checkout somehow? It then fails on an
The file itself does exist when visiting https://cs.opensource.google/fuchsia/fuchsia/+/af693ced69d47dd4cff7c9e43b4a79ed584cf7f7:third_party/go/makeroot/BUILD.gn The missing file lines up with one of the directories jiri reported as having local changes: |
The build runs inside Docker, which has a bound volume to a clean checkout of the PR commit being tested. We hopefully shouldn't be modifying the Fuchsia sources in any way. Maybe it's the second cause (missing in HEAD?)? |
It exists in HEAD as well https://cs.opensource.google/fuchsia/fuchsia/+/HEAD:third_party/go/makeroot/BUILD.gn, but I checked the revision that was logged. I'm also not able to repro on a fresh local checkout following the same steps. I've reached out to a few folks internally. I'm not sure if I'll hear back from them before I have to head out for the day. If this issue is sporadic, I'd recommend retrying until we can find a solution. |
Please use a dedicated issue and not a random PR for discussing problems like this. I made one for you: #138691. |
…iaskrgr Rollup of 10 pull requests Successful merges: - rust-lang#136177 (clarify BufRead::{fill_buf, consume} docs) - rust-lang#138654 (Remove the regex dependency from coretests) - rust-lang#138655 (rustc-dev-guide sync) - rust-lang#138656 (Remove double nesting in post-merge workflow) - rust-lang#138658 (CI: mirror alpine and centos images to ghcr) - rust-lang#138659 (coverage: Don't store a body span in `FunctionCoverageInfo`) - rust-lang#138661 (Revert: Add *_value methods to proc_macro lib) - rust-lang#138670 (Remove existing AFIDT implementation) - rust-lang#138674 (Various codegen_llvm cleanups) - rust-lang#138684 (use then in docs for `fuse` to enhance readability) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkov Revert: Add *_value methods to proc_macro lib This reverts rust-lang#136355. That PR caused unexpected breakage: - the rustc-dev component can no longer be loaded by cargo, which impacts Miri and clippy and likely others - rustc_lexer can no longer be published to crates.io, which impacts RA See rust-lang#138647 for context. Cc `@GuillaumeGomez` `@Amanieu`
This reverts #136355. That PR caused unexpected breakage:
See #138647 for context.
Cc @GuillaumeGomez @Amanieu