[
https://issues.jenkins-ci.org/browse/JENKINS-7641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163679#comment-163679
]
crusius commented on JENKINS-7641:
----------------------------------
Happening every single time on an OSX 10.4 SSH slave, Jenkins {{1.467}}. It was
not copying the artifacts at all with {{1.461}}, and now it simply hangs.
Cancelling the slave job does not work (the job does not die), I have to cancel
the main job instead. I reverted to using {{1.461}} in the time being -- it
also does not work, but at least it does not hang.
> Slaves hang when archiving artifacts
> ------------------------------------
>
> Key: JENKINS-7641
> URL: https://issues.jenkins-ci.org/browse/JENKINS-7641
> Project: Jenkins
> Issue Type: Bug
> Components: ssh-slaves
> Affects Versions: current
> Environment: Ubuntu Server 10.04 64-bit
> Reporter: ieure
> Assignee: Kohsuke Kawaguchi
> Fix For: current
>
>
> I don't know why this happens, but my slaves have begun to hang when they get
> to the Archiving Artifacts portion of my job:
> {noformat}
> Archiving artifacts
> ERROR: Failed to archive artifacts: dist/**
> hudson.util.IOException2: Failed to extract
> /mnt/hudsonslave/workspace/simplegeo-puppet-manifests/dist/**
> at hudson.FilePath.readFromTar(FilePath.java:1577)
> at hudson.FilePath.copyRecursiveTo(FilePath.java:1491)
> at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:117)
> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
> at
> hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:601)
> at
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:580)
> at
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:558)
> at hudson.model.Build$RunnerImpl.post2(Build.java:157)
> at
> hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
> at hudson.model.Run.run(Run.java:1303)
> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
> at hudson.model.ResourceController.execute(ResourceController.java:88)
> at hudson.model.Executor.run(Executor.java:137)
> Caused by: java.io.IOException
> at
> hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:173)
> at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
> at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:221)
> at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
> at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:92)
> at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
> at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
> at
> hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:345)
> at java.io.FilterInputStream.read(FilterInputStream.java:90)
> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1025)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:999)
> at hudson.util.IOUtils.copy(IOUtils.java:33)
> at hudson.FilePath.readFromTar(FilePath.java:1565)
> ... 12 more
> {noformat}
> I aborted this job, so I don't know if the error is related or not. The job
> runs fine, but it hangs during archiving. If I restart the connection to the
> node (in /computer/; not restarting Hudson or the node itself), jobs will
> build successfully again for a while.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira