It happens infrequently but script will sometimes end in a call to abort: ``` for i in `seq 1 100`; do rm tmp/*ok; make check-stage1-core || break; done ``` I think this has happened on the bots a few time. I don't have a backtrace at the moment.