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 0E13F8015 for ; Thu, 18 Aug 2011 22:41:17 +0000 (UTC) Received: (qmail 56790 invoked by uid 500); 18 Aug 2011 22:41:16 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 56625 invoked by uid 500); 18 Aug 2011 22:41:15 -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 56617 invoked by uid 99); 18 Aug 2011 22:41:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 22:41:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.bayer@gmail.com designates 209.85.212.50 as permitted sender) Received: from [209.85.212.50] (HELO mail-vw0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 22:41:09 +0000 Received: by vws14 with SMTP id 14so2439267vws.23 for ; Thu, 18 Aug 2011 15:40:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=0PX7AmjaUobZF1qulKdvEaajd8Ppx5B6+eRN2w80TXI=; b=GOEziIYOhMMCb89iOolTzUZYG2/60OyzREIdn+uhKbjQUxMpJz9xgCMBHNQtco62Ro xzgjWl+zBjQF4AtWcG5BpMvyBA0BcvFgTejJSfeOvQe84DJtWRo5sKpTRNepuJWc1sM8 Uvxe3fIj9p/wBf4mPjd4thAONXi5U7sdmqPSI= Received: by 10.52.94.196 with SMTP id de4mr1349207vdb.81.1313707248154; Thu, 18 Aug 2011 15:40:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.188.65 with HTTP; Thu, 18 Aug 2011 15:40:28 -0700 (PDT) In-Reply-To: References: From: Andrew Bayer Date: Thu, 18 Aug 2011 15:40:28 -0700 Message-ID: Subject: Re: job failing to archive test reports To: builds@apache.org Content-Type: multipart/alternative; boundary=bcaec501624ddd77fe04aacf4de6 --bcaec501624ddd77fe04aacf4de6 Content-Type: text/plain; charset=ISO-8859-1 In my experience, this tends to clear up after killing/restarting the offending slave, but I'm not sure what the underlying problem in Jenkins actually is. A. On Thu, Aug 18, 2011 at 11:11 AM, Robbie Gemmell wrote: > Hi, we have been seeing some failures today on a test job, where after > successfully passing the tests the results are then unable to be > reported and the job is marked failed. > > This happened on ubuntu4, but I have seen it happen a couple of times > on the other ubuntu slaves in recent weeks. Could someone take a look? > > Thanks, > Robbie > > Recording test results > ERROR: Failed to archive test reports > hudson.util.IOException2: remote file operation failed: > at > hudson.remoting.Channel@56473b73:ubuntu4 > at hudson.FilePath.act(FilePath.java:754) > at hudson.FilePath.act(FilePath.java:740) > at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:83) > at > hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:123) > at > hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:135) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at > hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:682) > at > hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:657) > at > hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:635) > at hudson.model.Build$RunnerImpl.post2(Build.java:162) > at > hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:604) > at hudson.model.Run.run(Run.java:1401) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at > hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:230) > Caused by: java.io.IOException: Remote call on ubuntu4 failed > at hudson.remoting.Channel.call(Channel.java:677) > at hudson.FilePath.act(FilePath.java:747) > ... 14 more > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > hudson.tasks.junit.TestResult > at > hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:114) > at > hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:87) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:287) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:636) > Build step 'Publish JUnit test result report' changed build result to > FAILURE > --bcaec501624ddd77fe04aacf4de6--