[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cross-project-issues-dev] Stalled Hudson jobs
|
*sigh*
I've killed off the old jobs, and slave1 is picking up the new ones, but
it doesn't appear like it's actually doing anything.
On 10/19/2011 05:13 AM, Stéphane Bouchet wrote:
> hi guys,
>
> this is happening again today...
>
> all the virgo jobs running on slave1 are stalled since 8 hours.
>
> looking at the console i can see
> FATAL: cannot assign instance of hudson.EnvVars to field
> hudson.plugins.git.GitSCM$3.val$environment of type hudson.EnvVars in
> instance of hudson.plugins.git.GitSCM$3 ...
>
> result is there is a lot of waiting jobs for slave1 and hudson is very
> slow.
>
> maybe these waiting jobs can untie from slave1 or do they have
> particular reasons to do so ?
>
> attached a screenshot of the waiting queue
>
>
> Le 28/09/2011 22:36, Dennis Hübner a écrit :
>> It looks like only the Fastlane node is affected.
>>
>> Am 28.09.11 22:01, schrieb Ralf Sternberg:
>>> 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