Skip to content
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

analysis_test_e2e_test is failing with Bazel@HEAD #458

Closed
sgowroji opened this issue Sep 8, 2023 · 7 comments · Fixed by #462
Closed

analysis_test_e2e_test is failing with Bazel@HEAD #458

sgowroji opened this issue Sep 8, 2023 · 7 comments · Fixed by #462
Assignees

Comments

@sgowroji
Copy link
Member

sgowroji commented Sep 8, 2023

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3293#018a728b-ccef-4f35-a36a-43b6b74145a0

Platform : Ubuntu, MacOS, Windows

Logs:

//tests:analysis_test_e2e_test                                           FAILED in 3 out of 3 in 17.6s

Steps:

git clone https://github.com/bazelbuild/bazel-skylib.git  && cd bazel-skylib
git reset 0171c69e5cc691e2d0cd9f3f3e4c3bf112370ca2 --hard
export USE_BAZEL_VERSION=c08cc85b1e2a52ae8e5c0fd998a2067916ec7448
 bazel test -- //... @bazel_skylib_gazelle_plugin//...

CC Greenteam @fweikert

@comius
Copy link
Collaborator

comius commented Sep 12, 2023

The first breakage happened from Wednesday to Thursday 7th Sep 2023: https://buildkite.com/bazel/bazel-skylib/builds?branch=main

It looks it was caused by a change in Bazel. Autosheriff didn't bisect the problem (possibly because skylib includes Bazel@HEAD test). cc @meteorcloudy

The problem looks related to Python rules (or java rules). Do you know of any relevant changes? cc @rickeylev @hvadehra

@meteorcloudy
Copy link
Member

We can use https://github.com/bazelbuild/bazelisk#--bisect to debug this.

@sgowroji
Copy link
Member Author

sgowroji commented Sep 12, 2023

Bisect Results: bazelbuild/bazel@b27ca73

 bazelisk --bisect=e8f5082a266ad71693aa436ef56280e6c457353b..HEAD test -- //... @bazel_skylib_gazelle_plugin//...

@meteorcloudy
Copy link
Member

meteorcloudy commented Sep 12, 2023

Interesting, looks like it's my fault, I'll take a look soon!

@meteorcloudy meteorcloudy self-assigned this Sep 12, 2023
@meteorcloudy
Copy link
Member

meteorcloudy commented Sep 12, 2023

In bazelbuild/bazel@b27ca73, I did update the rules_python version introduced by the WORKSPACE suffix.

@meteorcloudy
Copy link
Member

@meteorcloudy
Copy link
Member

Can anyone review #462?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants