Ken Adams edited a comment on Bug JENKINS-22914

We got similar situation here.
Master 1.565 Centos x64 openjdk 1.7
Slave: This error always occur on Mac slave.
This project have like 12 matrix jobs. Each of them will archive 50+MB files at the end of build step.
And intermittently, we get following error, then I've to disconnect and reconnect the slave. Sometimes it doesn't work, I've to rename the slave node. Then it will back online.
This Mac server is a brand new mac pro with 16G mem.

16:28:07 Archiving artifacts
17:31:39 ERROR: Failed to archive artifacts: build/build/*/*.zip,build/build/*/*.ipa
17:31:39 java.io.IOException: Failed to extract /Users/jenkins/jenkins-slave/workspace/PROJECT_NAME/transfer of 3 files
17:31:39 	at hudson.FilePath.readFromTar(FilePath.java:2101)
17:31:39 	at hudson.FilePath.copyRecursiveTo(FilePath.java:2013)
17:31:39 	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
17:31:39 	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
17:31:39 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
17:31:39 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
17:31:39 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
17:31:39 	at hudson.model.Build$BuildExecution.post2(Build.java:182)
17:31:39 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
17:31:39 	at hudson.model.Run.execute(Run.java:1731)
17:31:39 	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
17:31:39 	at hudson.model.ResourceController.execute(ResourceController.java:88)
17:31:39 	at hudson.model.Executor.run(Executor.java:232)
17:31:39 Caused by: java.io.IOException
17:31:39 	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:177)
17:31:39 	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
17:31:39 	at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
17:31:39 	at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
17:31:39 	at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
17:31:39 	at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
17:31:39 	at hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:345)
17:31:39 	at java.io.FilterInputStream.read(FilterInputStream.java:107)
17:31:39 	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
17:31:39 	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
17:31:39 	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
17:31:39 	at hudson.util.IOUtils.copy(IOUtils.java:40)
17:31:39 	at hudson.FilePath.readFromTar(FilePath.java:2091)
17:31:39 	... 12 more
17:31:39 Build step 'Archive the artifacts' changed build result to FAILURE
17:31:39 ERROR: Publisher hudson.tasks.Mailer aborted due to exception
17:31:39 hudson.remoting.ChannelClosedException: channel is already closed
17:31:39 	at hudson.remoting.Channel.send(Channel.java:541)
17:31:39 	at hudson.remoting.Request.call(Request.java:129)
17:31:39 	at hudson.remoting.Channel.call(Channel.java:739)
17:31:39 	at hudson.EnvVars.getRemote(EnvVars.java:404)
17:31:39 	at hudson.model.Computer.getEnvironment(Computer.java:912)
17:31:39 	at jenkins.model.CoreEnvironmentContributor.buildEnvironmentFor(CoreEnvironmentContributor.java:29)
17:31:39 	at hudson.model.Run.getEnvironment(Run.java:2221)
17:31:39 	at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:885)
17:31:39 	at hudson.tasks.Mailer.perform(Mailer.java:135)
17:31:39 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
17:31:39 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
17:31:39 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
17:31:39 	at hudson.model.Build$BuildExecution.post2(Build.java:182)
17:31:39 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
17:31:39 	at hudson.model.Run.execute(Run.java:1731)
17:31:39 	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
17:31:39 	at hudson.model.ResourceController.execute(ResourceController.java:88)
17:31:39 	at hudson.model.Executor.run(Executor.java:232)
17:31:39 Caused by: java.io.IOException
17:31:39 	at hudson.remoting.Channel.close(Channel.java:1027)
17:31:39 	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
17:31:39 	at hudson.remoting.PingThread.ping(PingThread.java:120)
17:31:39 	at hudson.remoting.PingThread.run(PingThread.java:81)
17:31:39 Caused by: java.util.concurrent.TimeoutException: Ping started on 1416299599865 hasn't completed at 1416299839865
17:31:39 	... 2 more
17:31:39 Finished: FAILURE
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/d/optout.

Reply via email to