|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I am experiencing something similar which I posted here:
https://issues.jenkins-ci.org/browse/JENKINS-20986
I also saw these "Failed to monitor <CHANNEL_NAME> for Free Swap Space" but since this was just category "Warning" I dismissed this.
But in my case, the job also appears to hang at the "Archiving artifacts" stage and when I check the logs it says:
"SEVERE: I/O error in channel <CHANNEL_NAME>
java.io.IOException: Unexpected termination of the channel"
It appears to terminate the channel when it should collect the artifacts. Via ssh my channel automatically reconnects but after that the job will still hang at the "Archiving artifacts" stage until I manually abort it.
My older Jenkins install version 1.431 does not have this problem. There, the jobs can archive their artifact when using this exact slave. So I figure it must be a Jenkins problem itself rather than a slave problem. The slave works fine for an older jenkins install but a newer Jenkins install (version 1.509.4 LTS) has this problem.