Becouse workspace with this dir allready in use. Maybe it parallel stage running, maybe jenkins pin this workspace in previous jobs. You can override it with
agent{ node { customWorkspace '/my/new/workspace/' } }