Closed
Description
Earlier today I ran into the following error when just running bazel test //...
on 26e01c8.
ERROR: /Users/user/Code/rules_rust/tools/rust_analyzer/BUILD.bazel:4:12: Clippy tools/rust_analyzer/gen_rust_project.clippy.ok failed: (Exit 101): process_wrapper failed: error executing command bazel-out/darwin-opt-exec-2B5CBBC6/bin/util/process_wrapper/process_wrapper --arg-file ... (remaining 82 arguments skipped)
Use --sandbox_debug to see verbose messages from the sandbox
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', util/process_wrapper/main.rs:78:24
The best repo I'm able to come up with is by running the following command
bazel clean && bazel test //tools/rust_analyzer:gen_rust_project_clippy --noremote_accept_cached
I'm running Bazel 5.0.0 on my Mac.