UnsupportedOperationException: unsupported message type: DownloadCommand #7459
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 problem / feature request:
Running bazel in our ci we just got the following exception:
We are using a remote cache in ci via https://github.com/notnoopci/bazel-remote-proxy. The file that is being talked about in the exception:
File:[[<execution_root>]bazel-out/k8-fastbuild/bin]indexpage/.nuxt')
is a directory that is created by a rule viaactions.declare_directory(...)
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Not sure how to reproduce as this only happened once so far but we where running a normal
bazel test //:target1 //:target2 ...
command which also worked again on ci rerun.What operating system are you running Bazel on?
in ci it runs in a debian strech docker image
What's the output of
bazel info release
?release 0.23.0rc1
Have you found anything relevant by searching the web?
No
The text was updated successfully, but these errors were encountered: