Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson slave-1 stalled

Hi

For my own jobs, I have one where

CVS took 55 minutes, build + test took 50  minutes, not-finishing then took 4 hours before I killed it.

A subsequent build then took 4 hours to just produce the first two lines of console log. I've killed it but it won't die.

These 4 hour runs occur despite a 120 minute configuration timeout.

I hope that my follow on build will work. Anyway run-times are now compatible with a good night's sleep, so to bed.

    Regards

        Ed Willink


On 05/03/2011 10:58, Ed Willink wrote:
Hi
The Gyrex build finished successfully after 7 hours. I re-configured
them to abort after 60 minutes. They usually just take a few minutes.

Perhaps the tail of https://hudson.eclipse.org/hudson/job/virgo.web-server.snapshot/272/console provides a clue to somebody as to why a 5 minute job took 5 hours.

    Regards

        Ed Willink

BUILD SUCCESSFUL
Total time: 4 minutes 52 seconds
ERROR: Failed to archive artifacts: build-web-server/target/
hudson.util.IOException2: Failed to extract /opt/users/hudsonbuild/workspace/virgo.web-server.snapshot/build-web-server/target/
	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



_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1204 / Virus Database: 1435/3482 - Release Date: 03/04/11



Back to the top