Conversation
|
Looks like it's still not fixed yet: https://buildkite.com/bazel/bazel-at-head-plus-disabled/builds/1550#0185dd3c-a7a5-48cc-b53d-e479e7b0ec18 |
|
Ah hm. Do you have any tips to repro this? Running locally, things are fine. Our CI is also OK afaik. |
|
Aha, ok, I think I was able to repro by manually deleting the bazel binary after bazel starts the test, but before the test starts bazel as a subprocess. The CI sets That the path So, why would /tmp/whatever/bazel path disappear? Is this something sandboxes would cause? |
|
Aha! This is because of Would it be possible to adjust either of those? |
|
do you know where |
|
Github search showed this commit: But that's all I can find. There's a couple issues mentioning it, but they none of them seemed relevant. |
|
Aha, maybe this is it: https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/bazelci.py#L1877 |
|
Ok, I figured out a workaround in the tests. PTAL |
Fixes bazel-contrib/rules_python#856