SCons uses a pid here which can cause issue when two separate system end up with the same pid for the scons process, and write the same file to the cache at the same time.
Using uuid is simple and easy fix.
- causes
-
SERVER-54375 Failing windows build with error LNK1106
- Closed
- related to
-
SERVER-54342 update vendored scons to not hide file unlink exceptions
- Closed