Build: #32 failed
Job: JDK 1.8 failed
Concurrent serialization: Test case result
The below summarizes the result of the test "Concurrent serialization" in build 32 of Carrot2 - Attribute Binder - JDK 1.8.
- Description
- Concurrent serialization
- Test class
- org.carrot2.util.attribute.BindableDescriptorBuilderTest
- Method
- testConcurrentSerialization
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=13, name=Thread-2, state=RUNNABLE, group=TGRP-BindableDescriptorBuilderTest] Caused by: java.lang.UnsupportedClassVersionError: org/simpleframework/xml/core/Persister at __randomizedtesting.SeedInfo.seed([B666DD6E9D9EE608]:0) at org.carrot2.util.attribute.BindableDescriptorBuilderTest$1Serializer.run(BindableDescriptorBuilderTest.java:125)com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=12, name=Thread-1, state=RUNNABLE, group=TGRP-BindableDescriptorBuilderTest] Caused by: java.lang.UnsupportedClassVersionError: org/simpleframework/xml/core/Persister : Unsupported major.minor version 52.0 at __randomizedtesting.SeedInfo.seed([B666DD6E9D9EE608]:0) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at org.carrot2.util.attribute.BindableDescriptorBuilderTest$1Serializer.run(BindableDescriptorBuilderTest.java:125)