bazelbuild / starlark

Starlark Language
Apache License 2.0
2.38k stars 158 forks source link

Tests are failing #238

Closed laurentlb closed 1 year ago

laurentlb commented 1 year ago

e.g. https://buildkite.com/bazel/starlark/builds/1560#01856489-126f-4ce9-a4df-e6c800c59a26

(19:37:06) ERROR: /workdir/test_suite/BUILD:5:16: in py_test rule //test_suite:starlark_java_test_testdata/java/int_star: target '@io_bazel//src/main/java/net/starlark/java/cmd:starlark' is not visible from target '//test_suite:starlark_java_test_testdata/java/int_star'. Check the visibility declaration of the former target if you think the dependency is legitimate

@tetromino @brandjon, could you take a look? Tests started to fail between March and October (https://buildkite.com/bazel/starlark), I don't know if anything changed on the Bazel side. This prevents us from merging changes in the repository.

tetromino commented 1 year ago

Tests were failing due to a combination of 2 issues: