Chi Wang

Results 114 comments of Chi Wang

That's interesting. Maybe I am wrong, but I don't think the code for cleaning Bazel's internal state relies on the specific actions, i.e. if it works for other actions, it...

The generating action is expected to be re-run. Do you have execution log for the generating action from the second invoction? Otherwise, it might be the case that the file...

> The build log shows only 2 actions though (status.txt and the dependent action) This looks like a Bazel bug to me. Probably the state was not cleaned due to...

IIRC, the log @BalestraPatrick shared with me didn't reveal the root cause. How frequent is the issue now in Bazel 7? Can you capture the logs again given that the...

It's worth trying whether this is fixed by the upcoming release 7.2 which includes eda0fe4399b85d3bbc39fda2701287e014ecb919.

@scaiper How frequently it happens? Is it possible to share a minimal repro?

As described in the comment, Bazel requires the remote cache only returns AC when all the referenced are present in the CAS. So it's more like a configuration issue than...

> Im using Google cloud, I am not aware of any configuration related to this :/ Are you using RBE in google cloud or GCS for remote cache? For RBE...

If you are using a generic blob store (which doesn't understand REAPI) and the store can evict blobs, you have to set `--remote_download_all`.

> 7\. Bazel drops the caches that hold the CAS existence and re-fetches the remote cache: this time the remote cache response does not include the objects that were just...