Bruno P. Kinoshita created JENKINS-13621:
--------------------------------------------
Summary: Serialization issue with TAP consumer
Key: JENKINS-13621
URL: https://issues.jenkins-ci.org/browse/JENKINS-13621
Project: Jenkins
Issue Type: Bug
Components: testlink
Reporter: Bruno P. Kinoshita
Assignee: Bruno P. Kinoshita
Getting the following exception due to serialization problems with a tap
consumer:
FATAL: hudson.util.IOException2: remote file operation failed:
/tmp/1/workspace/sample-tap-testlink at hudson.remoting.Channel@6056677a:che
hudson.plugins.testlink.result.ResultSeekerException: hudson.util.IOException2:
remote file operation failed: /tmp/1/workspace/sample-tap-testlink at
hudson.remoting.Channel@6056677a:che
at
hudson.plugins.testlink.result.TAPFileNameResultSeeker.seek(TAPFileNameResultSeeker.java:176)
at
hudson.plugins.testlink.TestLinkBuilder.perform(TestLinkBuilder.java:159)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:644)
at hudson.model.Build$RunnerImpl.build(Build.java:175)
at hudson.model.Build$RunnerImpl.doRun(Build.java:137)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:421)
at hudson.model.Run.run(Run.java:1362)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.util.IOException2: remote file operation failed:
/tmp/1/workspace/sample-tap-testlink at hudson.remoting.Channel@6056677a:che
at hudson.FilePath.act(FilePath.java:753)
at hudson.FilePath.act(FilePath.java:739)
at
hudson.plugins.testlink.result.TAPFileNameResultSeeker.seek(TAPFileNameResultSeeker.java:129)
... 10 more
Caused by: java.io.IOException: Unable to serialize
hudson.FilePath$FileCallableWrapper@4590973e
at hudson.remoting.UserRequest.serialize(UserRequest.java:162)
at hudson.remoting.UserRequest.<init>(UserRequest.java:62)
at hudson.remoting.Channel.call(Channel.java:629)
at hudson.FilePath.act(FilePath.java:746)
... 12 more
Caused by: java.io.NotSerializableException: org.tap4j.consumer.TapConsumerImpl
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1518)
at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1483)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1158)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1518)
at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1483)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1158)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:330)
at hudson.remoting.UserRequest._serialize(UserRequest.java:151)
at hudson.remoting.UserRequest.serialize(UserRequest.java:160)
... 15 more
ERROR: An error occured while trying to retrieve the test results:
hudson.util.IOException2: remote file operation failed:
/tmp/1/workspace/sample-tap-testlink at hudson.remoting.Channel@6056677a:che
Finished: FAILURE
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira