I’ve hosted UnityAccelerator in docker container, and got multiple errors during build on CI
Errors contains path with guids:
Solution:
If anyone encounter this, it was caused by mounting only /cachedb volume in container settings and not /cachedbpending. The idea was to loose the cachedbpending when restarting container but it looks like both have to be mounted (ended up mounting whole /agent directory)