Bazel combined cache not working with GCP Storage #15993
Labels
P1
I'll work on this now. (Assignee required)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the bug:
As of 5.2.0, Bazel doesn't download from GCP storage when the disk cache is used.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
WORKSPACE.bazel
BUILD.bazel
.bazelrc
Build:
Then clean:
Then build again:
The output for the last step shows:
2 processes: 1 internal, 1 linux-sandbox.
It ought to display:
2 processes: 1 remote cache hit, 1 internal.
Which operating system are you running Bazel on?
Ubuntu 20.04
What is the output of
bazel info release
?release 5.2.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
Oddly, this works as expected if I do any one of the following:
--disk_cache
option.The text was updated successfully, but these errors were encountered: