-
Notifications
You must be signed in to change notification settings - Fork 481
panic in process_wrapper #1209
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
Comments
Hey @UebelAndre, mind trying the PR I just sent to fix (or at least get more debug info) for this? |
@gigaroby With the changes in #1214 I got the following user@Users-MacBook-Pro rules_rust % bazel clean --expunge && bazel test //tools/rust_analyzer:gen_rust_project_clippy --noremote_accept_cached
|
I can't repro this on linux, will try on my osx machine soon. |
I reprod on macOS the first time I ran it, but can't repro again, no matter how much cleaning I do... |
@illicitonion is that with or without the changes in #1214? |
Without - I tried reproing with but also didn't get a failure. |
I seem to get it pretty consistently both with and without the changes. @illicitonion are you running the exact command I posted? bazel clean --expunge && bazel test //tools/rust_analyzer:gen_rust_project_clippy --noremote_accept_cached For some reason the |
Yep, exact command, can't repro after the first attempt... Very weird! |
I can't repro at HEAD with Bazel 5.1.0, macOS. @UebelAndre could you provide the failing command line? |
@scentini Hey, is this what you want? |
Nah, i'd like to compare the arguments of the command that failed with mine. |
Sorry for the delay, my GitHub notifications have been weird and not actually notifying me of activity. The |
I ran into this and spent some time debugging on macos. When running clippy directly from within the bazel sandbox (not via the process_wrapper), I got the following error:
which lead me to this rust-lang/rust-clippy#8470, so it appears like this issue might be fixed in clippy 1.60 (my build was using 1.59) EDIT: Bumping the rust toolchain version to 1.60 seems to resolve it for me, though I think the clippy crash isn't 100% reproducible |
Closing this out since the issue appears to be resolved post Rust 1.60 |
Earlier today I ran into the following error when just running
bazel test //...
on 26e01c8.The best repo I'm able to come up with is by running the following command
I'm running Bazel 5.0.0 on my Mac.
The text was updated successfully, but these errors were encountered: