Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Stalled Hudson jobs

I stopped the build and got the stacktrace below in the build log.
Then I started another build which is now running since 5:30 hours,
although the option "Abort the build if it's stuck" is set to 120 min.

So the build server does not work for me anymore. Could one of the
webmasters please repair it?

Thanks, Ralf

ERROR: Failed to archive artifacts: **/rap-runtime*.zip
hudson.util.IOException2: Failed to extract
/opt/users/hudsonbuild/workspace/rap-runtime/**/rap-runtime*.zip
	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:603)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:582)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:560)
	at hudson.model.Build$RunnerImpl.post2(Build.java:156)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:529)
	at hudson.model.Run.run(Run.java:1361)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:140)
Caused by: java.io.IOException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
	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
Recording test results
Finished: SUCCESS


On Wed, Sep 28, 2011 at 15:50, Ralf Sternberg
<rsternberg@xxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> this hudson job [1] has completed the build and is now stalled at the
> point where it should archive the produced artifacts. I observed a
> couple of such misbehaving jobs in a row, so I assume the Hudson is
> somehow in a bad state again.
>
> Anyone else having similar problems?
>
> [1] https://hudson.eclipse.org/hudson/job/rap-runtime/315/consoleText
>
> Regards, Ralf
>


Back to the top