Skip to content
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

Missing Bazel 'capabilities' endpoint #456

Open
henryaj opened this issue Oct 4, 2019 · 1 comment
Open

Missing Bazel 'capabilities' endpoint #456

henryaj opened this issue Oct 4, 2019 · 1 comment

Comments

@henryaj
Copy link

henryaj commented Oct 4, 2019

Bazel implemention is missing Capabilities endpoint as far as I can tell. Please correct me if I'm wrong! :)

Expected behavior

Service implements this endpoint.

Actual behavior

When I attempt to run a bazel build, I get Failed to query remote execution capabilities: UNIMPLEMENTED: unknown service build.bazel.remote.execution.v2.Capabilities

@jiridanek
Copy link
Contributor

jiridanek commented Mar 15, 2020

With Bazel 2.2.0

bazel build //src/main/java/build/buildfarm:buildfarm-server_deploy.jar --spawn_strategy=remote --genrule_strategy=remote --strategy=Javac=remote --strategy=Closure=remote --remote_executor=grpc://xxx:9099 
INFO: Invocation ID: f1b2fafa-6c6c-4eeb-87c9-bf1b1aa3d3c6
ERROR: Failed to query remote execution capabilities: UNAVAILABLE: io exception

edit: this means that scoot is unusable as bazel remote executor at this point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants