cachepot
cachepot copied to clipboard
Failed to remove build directory (distributed build)
Hello.
Background I'm doing a PoC with distributed build mode (different issues encountered that we had to hack to be able to do a minimal PoC, but that's for the another thread https://github.com/paritytech/cachepot/issues/168 that I'll update) and I'm seeing this error logs on Workers side:
- Two workers running with sudo
- One client
- Scheduler
All of them running: Ubuntu 20.04 with WSL2 5.15.68.1-kernel.
Issue details
The distributed compilation seems to be working OK and returning succesfull compilation results, but looks like the Worker logs are showing for each? request this error when cleaning/removing the build directory.

Expected
No errors related when removing or cleaning up. Build output files should be removed succesfully.
Let me know if I can do any more tests or whatever. Will be happy to help you. Thanks.