allbuildtestrunquerystartup options
--incompatible_enforce_starlark_utf8=<off, warning or error>
If enabled (or set to 'error'), fail if Starlark files are not UTF-8 encoded. If set to 'warning', emit a warning instead. If set to 'off', Bazel assumes that Starlark files are UTF-8 encoded but does not verify this assumption. Note that Starlark files which are not UTF-8 encoded can cause Bazel to behave inconsistently.
default: "warning"
loading and_analysis
incompatible change