You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After bumping from Bazel 6.4.0 -> 7.1.1, I see that after Bazel completes a build with remote_download_topelevel, sometimes there are one or more missing files that should have been downloaded from RBE/RC. It is inconsistent which files are missing, and do not have a pattern in mnemonic or file extension. If I retry the same build on that machine immediately after, the file is still missing.
Which category does this issue belong to?
Remote Execution
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I do not have a consistent repro yet.
Which operating system are you running Bazel on?
Ubuntu
What is the output of bazel info release?
release 7.1.1
If bazel info release returns development 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 HEAD ?
No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
Yes. I did not see these errors in 6.4.0
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered:
Description of the bug:
After bumping from Bazel 6.4.0 -> 7.1.1, I see that after Bazel completes a build with remote_download_topelevel, sometimes there are one or more missing files that should have been downloaded from RBE/RC. It is inconsistent which files are missing, and do not have a pattern in mnemonic or file extension. If I retry the same build on that machine immediately after, the file is still missing.
Which category does this issue belong to?
Remote Execution
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I do not have a consistent repro yet.
Which operating system are you running Bazel on?
Ubuntu
What is the output of
bazel info release
?release 7.1.1
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 HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
Yes. I did not see these errors in 6.4.0
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: