J John edited a comment on Bug JENKINS-23531

I am getting the same issue for:

  • Jenkins version 1.608
  • MsTest Plugin version 0.14.
  • Microsoft (R) Build Engine version 12.0.30723.0
  • Microsoft .NET Framework, version 4.0.30319.34209

Below is the exception stack trace:

MSTest: Processing tests results in file(s) Tests\*.trx
MSTest: E:\workspace\Tests\file.trx
[MSTEST] XML coverage report file not found: E:\workspace\Tests\mstest-coverage.xml
[MSTEST] XML coverage report file not found: E:\workspace\Tests\436745.coveragexml
MSTest: E:\workspace\Tests\file.trx
[MSTEST] XML coverage report file not found: E:\workspace\Tests\mstest-coverage.xml
[MSTEST] XML coverage report file not found: E:\workspace\Tests\216227.coveragexml
MSTest: E:\workspace\Tests\file.trx
ERROR: Publisher hudson.plugins.mstest.MSTestPublisher aborted due to exception
java.io.IOException: remote file operation failed: E:\workspace at hudson.remoting.Channel@4c494212:apim-jenkins-s1: hudson.remoting.ProxyException: java.io.IOException: MSTest: Could not transform the MSTest report. Please report this issue to the plugin author
	at hudson.FilePath.act(FilePath.java:985)
	at hudson.FilePath.act(FilePath.java:967)
	at hudson.plugins.mstest.MSTestPublisher.perform(MSTestPublisher.java:99)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
	at hudson.model.Run.execute(Run.java:1775)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.remoting.ProxyException: java.io.IOException: MSTest: Could not transform the MSTest report. Please report this issue to the plugin author
	at hudson.plugins.mstest.MSTestTransformer.invoke(MSTestTransformer.java:66)
	at hudson.plugins.mstest.MSTestTransformer.invoke(MSTestTransformer.java:24)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
	at ......remote call to apim-jenkins-s1(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.FilePath.act(FilePath.java:978)
	... 11 more
Caused by: hudson.remoting.ProxyException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 2 of 2-byte UTF-8 sequence.
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
	at hudson.plugins.mstest.XslTransformer.transform(XslTransformer.java:51)
	at hudson.plugins.mstest.MSTestReportConverter.transform(MSTestReportConverter.java:144)
	at hudson.plugins.mstest.MSTestReportConverter.transform(MSTestReportConverter.java:68)
	at hudson.plugins.mstest.MSTestTransformer.invoke(MSTestTransformer.java:64)
	at hudson.plugins.mstest.MSTestTransformer.invoke(MSTestTransformer.java:24)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Caused by: hudson.remoting.ProxyException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 2 of 2-byte UTF-8 sequence.
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(Unknown Source)
	... 17 more
Caused by: hudson.remoting.ProxyException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 2 of 2-byte UTF-8 sequence.
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(Unknown Source)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(Unknown Source)
	... 18 more
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to