Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85917D7D8 for ; Fri, 6 Jul 2012 09:49:28 +0000 (UTC) Received: (qmail 10733 invoked by uid 500); 6 Jul 2012 09:49:27 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 10554 invoked by uid 500); 6 Jul 2012 09:49:27 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 10518 invoked by uid 99); 6 Jul 2012 09:49:25 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 09:49:25 +0000 Received: from localhost (HELO mail-gg0-f178.google.com) (127.0.0.1) (smtp-auth username olamy, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 09:49:25 +0000 Received: by ggcq6 with SMTP id q6so10075071ggc.23 for ; Fri, 06 Jul 2012 02:49:24 -0700 (PDT) Received: by 10.236.122.233 with SMTP id t69mr7760950yhh.51.1341568164200; Fri, 06 Jul 2012 02:49:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.130.7 with HTTP; Fri, 6 Jul 2012 02:49:04 -0700 (PDT) In-Reply-To: References: From: Olivier Lamy Date: Fri, 6 Jul 2012 11:49:04 +0200 Message-ID: Subject: Re: Repeated channel/timeout errors from Jenkins slave ubuntu1 To: builds@apache.org, keith.wall@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Hi, Recorded here: https://issues.jenkins-ci.org/browse/JENKINS-14332 Don't have time ATM to debug that. 2012/7/6 Keith W : > Hello builds, > > I am seeing channel/timeout errors from a job tied to the ubuntu group only > when ubuntu1 is selected as the slave. I think this problem may have been > going on for a few days. > > Example stack trace below and example console urls showing the problem > > Would someone be able to take a look please? > > For instance: > > https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-0.16/12/console > https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-0.16/10/console > https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-0.16/8/console > https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Artefact-Release/467/console > > > Started by timer > Building remotely on ubuntu1 > in workspace > /home/jenkins/jenkins-slave/workspace/Qpid-Java-Java-Test-0.16 > hudson.util.IOException2: remote file operation failed: > /home/jenkins/jenkins-slave/workspace/Qpid-Java-Java-Test-0.16 at > hudson.remoting.Channel@22397ea8:ubuntu1 > at hudson.FilePath.act(FilePath.java:838) > at hudson.FilePath.act(FilePath.java:824) > at hudson.FilePath.mkdirs(FilePath.java:890) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1243) > at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589) > at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494) > at hudson.model.Run.execute(Run.java:1488) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:236) > Caused by: hudson.remoting.ChannelClosedException: channel is already closed > at hudson.remoting.Channel.send(Channel.java:492) > at hudson.remoting.Request.call(Request.java:129) > at hudson.remoting.Channel.call(Channel.java:663) > at hudson.FilePath.act(FilePath.java:831) > ... 10 more > Caused by: java.io.IOException > at hudson.remoting.Channel.close(Channel.java:895) > at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110) > at hudson.remoting.PingThread.ping(PingThread.java:114) > at hudson.remoting.PingThread.run(PingThread.java:81) > Caused by: java.util.concurrent.TimeoutException: Ping started on > 1341557279424 hasn't completed at 1341557519424 > ... 2 more > Caused by: java.util.concurrent.TimeoutException > at hudson.remoting.Request$1.get(Request.java:275) > at hudson.remoting.Request$1.get(Request.java:210) > at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) > at hudson.remoting.PingThread.ping(PingThread.java:107) > ... 1 more > Retrying after 10 seconds > hudson.util.IOException2: remote file operation failed: > /home/jenkins/jenkins-slave/workspace/Qpid-Java-Java-Test-0.16 at > hudson.remoting.Channel@22397ea8:ubuntu1 > at hudson.FilePath.act(FilePath.java:838) > at hudson.FilePath.act(FilePath.java:824) > at hudson.FilePath.mkdirs(FilePath.java:890) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1243) > at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589) > at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494) > at hudson.model.Run.execute(Run.java:1488) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:236) > Caused by: hudson.remoting.ChannelClosedException: channel is already closed > at hudson.remoting.Channel.send(Channel.java:492) > at hudson.remoting.Request.call(Request.java:129) > at hudson.remoting.Channel.call(Channel.java:663) > at hudson.FilePath.act(FilePath.java:831) > ... 10 more > Caused by: java.io.IOException > at hudson.remoting.Channel.close(Channel.java:895) > at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110) > at hudson.remoting.PingThread.ping(PingThread.java:114) > at hudson.remoting.PingThread.run(PingThread.java:81) > Caused by: java.util.concurrent.TimeoutException: Ping started on > 1341557279424 hasn't completed at 1341557519424 > ... 2 more > Caused by: java.util.concurrent.TimeoutException > at hudson.remoting.Request$1.get(Request.java:275) > at hudson.remoting.Request$1.get(Request.java:210) > at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) > at hudson.remoting.PingThread.ping(PingThread.java:107) > ... 1 more > Retrying after 10 seconds > hudson.util.IOException2: remote file operation failed: > /home/jenkins/jenkins-slave/workspace/Qpid-Java-Java-Test-0.16 at > hudson.remoting.Channel@22397ea8:ubuntu1 > at hudson.FilePath.act(FilePath.java:838) > at hudson.FilePath.act(FilePath.java:824) > at hudson.FilePath.mkdirs(FilePath.java:890) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1243) > at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589) > at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494) > at hudson.model.Run.execute(Run.java:1488) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:236) > Caused by: hudson.remoting.ChannelClosedException: channel is already closed > at hudson.remoting.Channel.send(Channel.java:492) > at hudson.remoting.Request.call(Request.java:129) > at hudson.remoting.Channel.call(Channel.java:663) > at hudson.FilePath.act(FilePath.java:831) > ... 10 more > Caused by: java.io.IOException > at hudson.remoting.Channel.close(Channel.java:895) > at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110) > at hudson.remoting.PingThread.ping(PingThread.java:114) > at hudson.remoting.PingThread.run(PingThread.java:81) > Caused by: java.util.concurrent.TimeoutException: Ping started on > 1341557279424 hasn't completed at 1341557519424 > ... 2 more > Caused by: java.util.concurrent.TimeoutException > at hudson.remoting.Request$1.get(Request.java:275) > at hudson.remoting.Request$1.get(Request.java:210) > at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) > at hudson.remoting.PingThread.ping(PingThread.java:107) > ... 1 more > Recording test results > ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to > exceptionhudson.remoting.ChannelClosedException > : > channel is already closed > at hudson.remoting.Channel.send(Channel.java:492) > > at hudson.remoting.Request.call(Request.java:129) > > at hudson.remoting.Channel.call(Channel.java:663) > > at hudson.EnvVars.getRemote(EnvVars.java:202) > > at hudson.model.Computer.getEnvironment(Computer.java:843) > > at jenkins.model.CoreEnvironmentContributor.buildEnvironmentFor(CoreEnvironmentContributor.java:28) > > at hudson.model.Run.getEnvironment(Run.java:1938) > > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:843) > > at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:131) > > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > > at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717) > > at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692) > > at hudson.model.Build$BuildExecution.post2(Build.java:183) > > at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639) > > at hudson.model.Run.execute(Run.java:1513) > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > > at hudson.model.ResourceController.execute(ResourceController.java:88) > > at hudson.model.Executor.run(Executor.java:236) > > Caused by: java.io.IOException > at > hudson.remoting.Channel.close(Channel.java:895) > > at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110) > > at hudson.remoting.PingThread.ping(PingThread.java:114) > > at hudson.remoting.PingThread.run(PingThread.java:81) > > Caused by: java.util.concurrent.TimeoutException > : > Ping started on 1341557279424 hasn't completed at 1341557519424 > ... 2 more > Caused by: java.util.concurrent.TimeoutException > at > hudson.remoting.Request$1.get(Request.java:275) > > at hudson.remoting.Request$1.get(Request.java:210) > > at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) > > at hudson.remoting.PingThread.ping(PingThread.java:107) > > ... 1 more > Finished: FAILURE -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy