I am currently seeing a set of errors across my builds.
Is this expected behaviour if you loose Jenkins (say to a box crash, or a kill -9)?
Or is there somet
Another thing where you can see this error (which actually leads to this) is lack of memory/cpu cores for build. I spent some time testing it, and resolved this issue on our site by increasing java heap size (and as well adding more memory to machines), increasing number of cores (so one machine have at least 4G of RAM with two cores available with one build slot), and also do some tuning (if you are on linux) number of open file descriptors and processes which can be run concurrently.