Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. SEVERE: Failed to save build record
  2. java.io.IOException: java.lang.RuntimeException: Failed to serialize hudson.model.Actionable#actions for class hudson.maven.MavenModuleSetBuild
  3. at hudson.XmlFile.write(XmlFile.java:201)
  4. at hudson.model.Run.save(Run.java:1923)
  5. at hudson.model.Run.execute(Run.java:1784)
  6. at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
  7. at hudson.model.ResourceController.execute(ResourceController.java:97)
  8. at hudson.model.Executor.run(Executor.java:429)
  9. Caused by: java.lang.RuntimeException: Failed to serialize hudson.model.Actionable#actions for class hudson.maven.MavenModuleSetBuild
  10. at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:256)
  11. at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:224)
  12. at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138)
  13. at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:209)
  14. at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:150)
  15. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
  16. at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
  17. at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
  18. at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
  19. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
  20. at com.thoughtworks.xstream.XStream.marshal(XStream.java:1026)
  21. at com.thoughtworks.xstream.XStream.marshal(XStream.java:1015)
  22. at com.thoughtworks.xstream.XStream.toXML(XStream.java:988)
  23. at hudson.XmlFile.write(XmlFile.java:194)
  24. ... 5 more
  25. Caused by: java.lang.RuntimeException: Failed to serialize ru.yandex.qatools.allure.jenkins.AllureReportBuildAction#buildSummary for class ru.yandex.qatools.allure.jenkins.AllureReportBuildAction
  26. at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:256)
  27. at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:224)
  28. at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138)
  29. at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:209)
  30. at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:150)
  31. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
  32. at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
  33. at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
  34. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
  35. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:64)
  36. at com.thoughtworks.xstream.converters.collections.CollectionConverter.marshal(CollectionConverter.java:74)
  37. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
  38. at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
  39. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84)
  40. at hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:265)
  41. at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:252)
  42. ... 18 more
  43. Caused by: java.lang.UnsupportedOperationException: Refusing to marshal java.lang.ref.WeakReference for security reasons; see https://jenkins.io/redirect/class-filter/
  44. at hudson.util.XStream2$BlacklistedTypesConverter.marshal(XStream2.java:530)
  45. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
  46. at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
  47. at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84)
  48. at hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:265)
  49. at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:252)
  50. ... 33 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement