After update of slave.jar to 3.5 xUnit an Plot plugin no more working

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: remoting
    • Environment:
      Jenkins 2.48
      xUnit plugin 1.102
      JUnit Plugin 1.20
      Plot Plugin 1.9
      RHEL6.3, Java 1.8.0_92

      After update of Jenkins from 2.8 to 2.48 xUnit plugin and also Plot plugin stopped working.
      This Jenkins update changed version of slave.jar from 2.58 to 3.5.
      Reverting slave.jar back to 2.58 solved issue.Therefore I created this issue for remoting.

      Plot Plugin gets stuck. Last log in console:

      Recording plot data
      Saving plot series data from: myFile

      Publishing of xUnit results abort with exception:

      WARNING: Step ?Publish xUnit test result report? aborted due to exception: 
      java.io.IOException: remote file operation failed: /myDir/workspace/myJob at hudson.remoting.Channel@29a7ac09:escloc22_103: hudson.util.IOException2: There are some problems during the conversion into JUnit reports: 
          at hudson.FilePath.act(FilePath.java:992)
          at hudson.FilePath.act(FilePath.java:974)
          at org.jenkinsci.plugins.xunit.XUnitProcessor.performTests(XUnitProcessor.java:145)
          at org.jenkinsci.plugins.xunit.XUnitProcessor.performXUnit(XUnitProcessor.java:88)
          at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:142)
          at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:134)
          at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
          at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
          at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
          at hudson.model.Build$BuildExecution.post2(Build.java:186)
          at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
          at hudson.model.Run.execute(Run.java:1753)
          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:405)
      Caused by: hudson.util.IOException2: There are some problems during the conversion into JUnit reports: 
          at org.jenkinsci.plugins.xunit.service.XUnitTransformer.invoke(XUnitTransformer.java:183)
          at org.jenkinsci.plugins.xunit.service.XUnitTransformer.invoke(XUnitTransformer.java:44)
          at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
          at hudson.remoting.UserRequest.perform(UserRequest.java:153)
          at hudson.remoting.UserRequest.perform(UserRequest.java:50)
          at hudson.remoting.Request$2.run(Request.java:336)
          at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
          at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
          at ......remote call to escloc22_103(Native Method)
          at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
          at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
          at hudson.remoting.Channel.call(Channel.java:830)
          at hudson.FilePath.act(FilePath.java:985)
          ... 14 more
      Caused by: org.jenkinsci.plugins.xunit.exception.XUnitException: Conversion error remote file operation failed: /cicp/jenkins/home/userContent/xunit/GoogleTest/1.6 at hudson.remoting.Channel@6659c656:channel: java.io.IOException: Remote call on channel failed
          at org.jenkinsci.plugins.xunit.service.XUnitConversionService.convert(XUnitConversionService.java:90)
          at org.jenkinsci.plugins.xunit.service.XUnitTransformer.invoke(XUnitTransformer.java:146)
          at org.jenkinsci.plugins.xunit.service.XUnitTransformer.invoke(XUnitTransformer.java:44)
          at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
          at hudson.remoting.UserRequest.perform(UserRequest.java:153)
          at hudson.remoting.UserRequest.perform(UserRequest.java:50)
          at hudson.remoting.Request$2.run(Request.java:336)
          at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
          at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
      Caused by: java.io.IOException: remote file operation failed: /cicp/jenkins/home/userContent/xunit/GoogleTest/1.6 at hudson.remoting.Channel@6659c656:channel: java.io.IOException: Remote call on channel failed
          at hudson.FilePath.act(FilePath.java:992)
          at hudson.FilePath.act(FilePath.java:974)
          at hudson.FilePath.exists(FilePath.java:1439)
          at org.jenkinsci.plugins.xunit.service.XUnitConversionService.convertInputMetricXSL(XUnitConversionService.java:105)
          at org.jenkinsci.plugins.xunit.service.XUnitConversionService.convert(XUnitConversionService.java:79)
          ... 11 more
      Caused by: java.io.IOException: Remote call on channel failed
          at hudson.remoting.Channel.call(Channel.java:838)
          at hudson.FilePath.act(FilePath.java:985)
          ... 15 more
      Caused by: java.lang.NoClassDefFoundError: hudson/remoting/RemoteClassLoader$RemoteIClassLoader
          at hudson.remoting.RemoteClassLoader.export(RemoteClassLoader.java:721)
          at hudson.remoting.UserRequest.<init>(UserRequest.java:71)
          at hudson.remoting.Channel.call(Channel.java:828)
          ... 16 more

       

       

            Assignee:
            Unassigned
            Reporter:
            Hans-Juergen Hafner
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: