Incredibuild Support has moved! Come join us at:
IncrediBuild remote task keep recovering and executed only on local machine
Posted by Yoni Davidson on 18 July 2019 06:56 AM
|
|
Problem description: IncrediBuild tries to distribute the tasks to remote machines but some (or all) remote tasks are canceled and executed locally. Automatic Recovery XX:XX:XX (+X:XX) Local CPU X This task was re-executed locally by IncrediBuild as part of the OnlyFailLocally feature as it returned a non-zero exit code when executed remotely...
Possible reason: This automatic recovery is part of V9.41 and instead of failing the build once the return code is not zero (on the remote machine) IncrediBuild tries to run the task locally. The reason for that is the problem may be related to our virtualization mechanism so when it will be rerun locally it will most likely succeed (unless this is a real failure). Solution: If there are only few recoveries, it is ok to ignore them since the build should finish successfully once those tasks will be rerun automatically on the local machine. | |
|