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 <[email protected]>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: > <https://builds.apache.org/job/qpid-java-test/ws/> 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 >
