As the subject says, in concurrent builds, as the linking is non atomic, depending how many jobs you have running you get exceptions because multiple instances try to do the same operation.
As with some if not most concurrent jobs, a last successful / failed makes no sense, so is there anyway to disable this per job?