Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Re: still jgit build failures when build is run on build2

2010/5/15 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
I still get build failures when running the jgit build on the new build server build2. 
Something seems to go wrong with archiving test results, seems they are
written to some remote filesystem which doesn't want us to write.
On the job configuration page I also hit the same error (see attachment). 

For now I switched back the jgit build to master. There the build succeeds.

The egit build hit the same problem hence I switched it also back to master.

--
Matthias


---------- Forwarded message ----------
From: Hudson Builder ' <hudsonbuild@xxxxxxxxxxx>
Date: 2010/5/15
Subject: [jgit-build] Build failed in Hudson: jgit #207
To: jgit-build@xxxxxxxxxxx


See <https://build.eclipse.org/hudson/job/jgit/207/>

------------------------------------------
Failed to access build log

hudson.util.IOException2: remote file operation failed: /opt/users/hudsonbuild/workspace/jgit at hudson.remoting.Channel@7fc07fc:build2
       at hudson.FilePath.act(FilePath.java:743)
       at hudson.FilePath.act(FilePath.java:729)
       at hudson.FilePath.toURI(FilePath.java:784)
       at hudson.tasks.MailSender.createFailureMail(MailSender.java:259)
       at hudson.tasks.MailSender.getMail(MailSender.java:134)
       at hudson.tasks.MailSender.execute(MailSender.java:82)
       at hudson.tasks.Mailer.perform(Mailer.java:101)
       at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
       at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:582)
       at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:563)
       at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:550)
       at hudson.model.Build$RunnerImpl.post2(Build.java:152)
       at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
       at hudson.model.Run.run(Run.java:1267)
       at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
       at hudson.model.ResourceController.execute(ResourceController.java:88)
       at hudson.model.Executor.run(Executor.java:122)
Caused by: java.io.IOException: SSH channel is closed. (Close requested by remote)
       at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:383)
       at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63)
       at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1847)
       at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java)
       at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1546)
       at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:335)
       at hudson.remoting.Channel.send(Channel.java:417)
       at hudson.remoting.Request.call(Request.java:105)
       at hudson.remoting.Channel.call(Channel.java:551)
       at hudson.FilePath.act(FilePath.java:736)
       ... 16 more

Back to the top