bazelbuild / rules_rust

Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
Apache License 2.0
667 stars 431 forks source link

failed error executing Rustfmt command with Bazel@HEAD in CI #2508

Open sgowroji opened 8 months ago

sgowroji commented 8 months ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3672#018dce90-1cda-4657-bd17-c1d293c4677b

Platform: MacOS

Logs:

ERROR: /Users/buildkite/builds/bk-imacpro-6/bazel-org-repo-root/rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/BUILD.bazel:11:13: Rustfmt vendor_remote_manifests/cargo_local.rustfmt.ok failed: (Exit 1): process_wrapper failed: error executing Rustfmt command (from target //vendor_remote_manifests:cargo_local)

Culprit:

Steps:

 git clone https://github.com/bazelbuild/rules_rust
git reset e404e51639637c75e246a290823d978e20f70b63  --hard
export USE_BAZEL_VERSION=ee57d991ccb56b78e8af0185f266e9a39554b1d4
bazel build //... 

CC Greenteam @fweikert

sgowroji commented 7 months ago

CC @UebelAndre, @illicitonion,  @hlopko