bazel-buildfarm icon indicating copy to clipboard operation
bazel-buildfarm copied to clipboard

Missing worker root for filesystem is silent

Open werkt opened this issue 2 years ago • 2 comments

User reported that a missing directory for the filesystem storage root will silently allow the worker to execute and fail executions.

werkt avatar Jun 16 '23 02:06 werkt

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.

werkt avatar Jun 18 '23 14:06 werkt

The requirements for this may be that skipLoad is true

werkt avatar Jul 09 '23 13:07 werkt