You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error pretty frequently when multiple jobs run on the same machine.
23:41:19 1>c:\jenkins\slave02\workspace\CalR-JetMVATraining@3\packages\ROOT.NET.Dynamic.5.34.36.11\build\net40\ROOT.NET.Dynamic.targets(28,3): error MSB4018: System.IO.IOException: The process cannot access the file 'C:\Users\gwatts\AppData\Local\Temp\root\5.34.36-vc12.lock' because it is being used by another process.
Whatever we are using on the lock file for download isn't good enough. We need a back off - think especially when we are in the situation that the other process is there first and is doing the downloading.
The text was updated successfully, but these errors were encountered:
I'm getting this error pretty frequently when multiple jobs run on the same machine.
Whatever we are using on the lock file for download isn't good enough. We need a back off - think especially when we are in the situation that the other process is there first and is doing the downloading.
The text was updated successfully, but these errors were encountered: