clcache icon indicating copy to clipboard operation
clcache copied to clipboard

FileTracker : error FTK1011: could not create the new file tracking log file

Open nigelgbanks opened this issue 7 years ago • 0 comments

I'm still experiencing race conditions when building even though I've followed the workaround instructions in the wiki.

(ClCompile target) -> FileTracker : error FTK1011: could not create the new file tracking log file: ...\libzmq-static.tlog\CL-python-cl_original.write.1.tlog. The file exists. 
FileTracker : error FTK1011: could not create the new file tracking log file: ...\libzmq-static.tlog\CL-python-cl_original.read.1.tlog. The file exists.

I confirmed by building with /v:diag as an argument that TrackFileAccess was set to false and no calls to Tracker.exe were made:

1>TrackFileAccess                = false
# no calls to Tracker.exe

Additional information:

  • Visual Studio 2017 Developer Command Prompt v15.7.3
  • CMake used to generate the project
  • clcache v4.2.0

nigelgbanks avatar Jan 02 '19 13:01 nigelgbanks