Description
The input and output names specified are the same. The nature of the operation prevents the input from being overwritten by the output.
Solution
If maintaining the input name in the output is important, consider writing first to a unique name, and then renaming the output after the tool has completed.