bazel-buildfarm
bazel-buildfarm copied to clipboard
Missing worker root for filesystem is silent
User reported that a missing directory for the filesystem storage root will silently allow the worker to execute and fail executions.
Cannot confirm. Missing single directory will be created by worker process. Path with missing directory component will be created with Files.createDirectory if everything can be created, and the application will exit immediately with an access exception if permissions do not allow it. Perhaps running as root will surprise with the creation in an unexpected location, but report was accompanied by an execution malfunction that should not occur with a path properly created.
The requirements for this may be that skipLoad is true