-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use remote.buildbuddy.io for backend and cache GRPCS URLs #232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thank you!
I guess rules_haskell and rules_sh will have the same issue. @avdv want to fix those, too?
Hey @siggisim, could you chime in and help us out? We are using Bazel 4.2.1 currently, and Lines 21 to 28 in 178ad0e
Seems like the invocation URL that is printed when running the tests is never valid if we see this error, e.g. https://github.com/tweag/rules_nixpkgs/runs/6657544824?check_suite_focus=true#step:5:336
and also TIA |
Hey folks - definitely strongly recommend the newer remote.buildbuddy.io endpoint which are geographically distributed, but I don't think that's what's causing this stack trace that you're seeing. Based on buildbuddy-io/buildbuddy#992 it seems like this issue may have been fixed in Bazel 5.0 by this change: bazelbuild/bazel@e855a26 If it's not fixed by that upgrade, then then capturing a |
Thank you @siggisim !
OK, we will upgrade to Bazel 5 in the near future. Until then probably just disable buildbuddy usage in this repo... |
CI tests have been failing (at least for PRs) with:
Related: buildbuddy-io/buildbuddy#992
Change the GRPCS URLs to the ones Buildbuddy generates in the UI now - I think the cloud.buildbuddy.io ones are old and the newer ones are distributed globally by some sort of CDN.