bazelbuild / buildtools

A bazel BUILD file formatter and editor
Apache License 2.0
1.02k stars 416 forks source link

[Bazel CI] Multiple tests failed with Bazel@HEAD #1297

Open sgowroji opened 1 month ago

sgowroji commented 1 month ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4142#01921d0e-e631-4960-af67-2c6e3e76653e

Platform: Windows

Logs:

FAIL: //build:build_test (Exit 1) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/build/build_test/test_attempts/attempt_1.log)
FAIL: //build:build_test (Exit 1) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/build/build_test/test_attempts/attempt_2.log)
FAIL: //build:build_test (Exit 1) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/build/build_test/test.log)
FAILED: //build:build_test (Summary)
FAIL: //warn/docs:docs_test (Exit 1) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/warn/docs/docs_test/test_attempts/attempt_1.log)
FAIL: //warn/docs:docs_test (Exit 1) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/warn/docs/docs_test/test_attempts/attempt_2.log)
FAIL: //warn/docs:docs_test (Exit 1) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/warn/docs/docs_test/test.log)
FAILED: //warn/docs:docs_test (Summary)
FAIL: //buildifier:buildifier_integration_test (Exit 126) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/buildifier/buildifier_integration_test/test_attempts/attempt_1.log)
FAIL: //buildifier:buildifier_integration_test (Exit 126) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/buildifier/buildifier_integration_test/test_attempts/attempt_2.log)
FAIL: //buildifier:buildifier_integration_test (Exit 126) (see C:/b/ltl226uo/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/buildifier/buildifier_integration_test/test.log)
FAILED: //buildifier:buildifier_integration_test (Summary)
Error: The command exited with status 1
error: exit status 1

Culprit:

Steps:

 git clone https://github.com/bazelbuild/buildtools
git reset be1c24cc9a44b4fd2410ec5356e4e21926dd206a  --hard
export USE_BAZEL_VERSION=b084956e23a6e50e35fe8886d0f3f7e05f718155
bazel test //:tests 

CC Greenteam @wyverald

sgowroji commented 6 days ago

CC @vladmos @laurentlb Can you please take look on the above failures.