You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/15 19:50:06 UTC

Build failed in Jenkins: UIMA-SDK #381

See <https://builds.apache.org/job/UIMA-SDK/381/>

------------------------------------------
[...truncated 3847 lines...]
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:testTypeSystem="http:///org/apache/uima/testTypeSystem.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:test="http:///sofa/test.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="1" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="This is a test document in the initial view"/><tcas:DocumentAnnotation xmi:id="2" sofa="1" begin="0" end="43" language="x-unspecified"/><testTypeSystem:Referent xmi:id="3"/><cas:View sofa="1" members="2 3"/></xmi:XMI>
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:testTypeSystem="http:///org/apache/uima/testTypeSystem.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:test="http:///sofa/test.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="4" sofaNum="2" sofaID="NewView"/><tcas:Annotation xmi:id="5" sofa="4" begin="6" end="8"/><cas:View sofa="4" members="3 5"/></xmi:XMI>
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:testTypeSystem="http:///org/apache/uima/testTypeSystem.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:test="http:///sofa/test.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmi:version="2.0"><cas:NULL xmi:id="0"/><testTypeSystem:Referent xmi:id="1"/><cas:View members="1"/></xmi:XMI>
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:testTypeSystem="http:///org/apache/uima/testTypeSystem.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:test="http:///sofa/test.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="2" sofaNum="2" sofaID="NewView"/><testTypeSystem:Referent xmi:id="3"/><tcas:Annotation xmi:id="4" sofa="2" begin="6" end="8"/><cas:View added_members="3"/><cas:View sofa="2" members="1 4"/></xmi:XMI>
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:testTypeSystem="http:///org/apache/uima/testTypeSystem.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:test="http:///sofa/test.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="1" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="This is a test document in the initial view"/><tcas:DocumentAnnotation xmi:id="2" sofa="1" begin="0" end="43" language="x-unspecified"/><testTypeSystem:Referent xmi:id="3"/><cas:View sofa="1" members="2 3"/></xmi:XMI>
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:testTypeSystem="http:///org/apache/uima/testTypeSystem.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:test="http:///sofa/test.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="4" sofaNum="2" sofaID="NewView"/><tcas:Annotation xmi:id="5" sofa="4" begin="6" end="8"/><cas:View sofa="4" members="3 5"/></xmi:XMI>
Should catch MultipleCreateMarker message: CreateMarker called multiple times for one CAS.  This implementation only supports one call.
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.969 sec
Running org.apache.uima.cas.impl.CasPoolTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.uima.jcas.test.JCasTest

Caught CAS Exception with message: The JCas cannot be initialized.  The following errors occurred: The JCAS range type uima.cas.String for feature changedFType of type aa.MissingFeatureInCas does not match the CAS range type uima.cas.Float for the feature.

This error msg expected: org.apache.uima.cas.CASException: Type information from the CAS cannot be accessed while initializing the JCas type missing.type
This error msg expected: org.apache.uima.cas.CASException: Feature information from the CAS cannot be accessed while initializing the JCAS type uima.tcas.Annotation with feature Begin.
Expected Error: JCas getNthElement method called via invalid object - an empty list: EmptyFSList.
Expected Error: JCas getNthElement method called with index "-1" which is negative.
Expected Error: JCas getNthElement method called with index "2" larger than the length of the list.
Expected Error: JCas getNthElement method called via invalid object - an empty list: EmptyIntegerList.
Expected Error: JCas getNthElement method called with index "-1" which is negative.
Expected Error: JCas getNthElement method called with index "2" larger than the length of the list.
Expected Error: JCas getNthElement method called via invalid object - an empty list: EmptyFloatList.
Expected Error: JCas getNthElement method called with index "-1" which is negative.
Expected Error: JCas getNthElement method called with index "2" larger than the length of the list.
Expected Error: JCas getNthElement method called via invalid object - an empty list: EmptyStringList.
Expected Error: JCas getNthElement method called with index "-1" which is negative.
Expected Error: JCas getNthElement method called with index "2" larger than the length of the list.
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec
Running org.apache.uima.analysis_engine.impl.ResultSpecification_implTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.uima.analysis_engine.impl.TaeDescription_implTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.apache.uima.analysis_engine.impl.MultiprocessingAnalysisEngine_implTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 sec
Running org.apache.uima.analysis_engine.impl.metadata.SofaMapping_implTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.uima.analysis_engine.impl.AnnotatorForCollectionProcessCompleteTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.analysis_engine.impl.AnalysisEngineDescription_implTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
Running org.apache.uima.analysis_engine.impl.ResultSpecTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.uima.analysis_engine.impl.AnalysisEngine_implTest
Expected exception: org.apache.uima.resource.ResourceConfigurationException: External override variable "bad" references the undefined variable "missing"
Expected exception: java.io.IOException: Premature EOF - missing ']'
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.206 sec
Running org.apache.uima.analysis_engine.impl.TestAnnotator2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.analysis_engine.impl.AnnotatorContext_implTest
Jul 15, 2013 5:48:52 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:52 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceAsStream
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceAsStream
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:53 PM org.apache.uima.impl.RootUimaContext_impl getResourceAsStream
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 sec
Running org.apache.uima.analysis_engine.impl.FlowControllerForErrorTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.analysis_engine.impl.ResultSpecWithTypeSystemTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.analysis_engine.impl.sequencer.SequencerCapabilityLanguageTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec
Running org.apache.uima.analysis_engine.impl.sequencer.SequencerFixedTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.apache.uima.analysis_engine.impl.TestAnnotator
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.internal.util.AnalysisEnginePoolTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.uima.internal.util.XmlUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.internal.util.UIMAClassLoaderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.uima.internal.util.ResourcePoolTest
Jul 15, 2013 5:48:56 PM org.apache.uima.internal.util.ResourcePoolTest testReleaseResource(154)
WARNING: Unit test is expecting to log ResourcePool warning.
Jul 15, 2013 5:48:56 PM org.apache.uima.internal.util.ResourcePool releaseResource
WARNING: The system tried to return a resource to the pool from which it was not checked out.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.007 sec
Running org.apache.uima.collection.impl.CasConsumerDescription_implTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.uima.collection.impl.CollectionReaderDescription_implTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.uima.collection.impl.CasInitializerDescription_implTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.uima.impl.CasConsumerFactory_implTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.impl.AnalysisEngineFactory_implTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.impl.CustomResourceSpecifierFactory_implTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.uima.impl.UimaContext_implTest
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceAsStream
WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceAsStream
WARNING: The unmanaged resource testDataFile.dat was accessed.This feature is deprecated, and support may be removed in future versions.
Jul 15, 2013 5:48:57 PM org.apache.uima.impl.RootUimaContext_impl getResourceAsStream
WARNING: The unmanaged resource subdir was accessed.This feature is deprecated, and support may be removed in future versions.
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec
Running org.apache.uima.impl.CollectionReaderFactory_implTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 445, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ uimaj-core ---
[INFO] Building jar: <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-core/target/uima-core.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ uimaj-core ---
[INFO] [INFO] Installing <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-core/target/uima-core.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uimaj-core/2.4.1-SNAPSHOT/uimaj-core-2.4.1-SNAPSHOT.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ uimaj-core ---
[INFO] Installing <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-core/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uimaj-core/2.4.1-SNAPSHOT/uimaj-core-2.4.1-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Base: jVinci: Vinci Transport Library 2.4.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jVinci ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-versions) @ jVinci ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ jVinci ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ jVinci ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jVinci ---
[INFO] Compiling 56 source files to <https://builds.apache.org/job/UIMA-SDK/ws/trunk/jVinci/target/classes>
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jVinci ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jVinci ---
[INFO] [INFO] Nothing to compile - all classes are up to date

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jVinci ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jVinci ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ jVinci ---
[INFO] Building jar: <https://builds.apache.org/job/UIMA-SDK/ws/trunk/jVinci/target/jVinci.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ jVinci ---
[INFO] [INFO] Installing <https://builds.apache.org/job/UIMA-SDK/ws/trunk/jVinci/target/jVinci.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/jVinci/2.4.1-SNAPSHOT/jVinci-2.4.1-SNAPSHOT.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jVinci ---
[INFO] Installing <https://builds.apache.org/job/UIMA-SDK/ws/trunk/jVinci/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/jVinci/2.4.1-SNAPSHOT/jVinci-2.4.1-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Base: uimaj-adapter-vinci: Vinci Adapter 2.4.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uimaj-adapter-vinci ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-versions) @ uimaj-adapter-vinci ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ uimaj-adapter-vinci ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ uimaj-adapter-vinci ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uimaj-adapter-vinci ---
[INFO] [INFO] Compiling 14 source files to <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-adapter-vinci/target/classes>

[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ uimaj-adapter-vinci ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-adapter-vinci/src/test/resources>
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uimaj-adapter-vinci ---
[INFO] [INFO] Compiling 1 source file to <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-adapter-vinci/target/test-classes>

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ uimaj-adapter-vinci ---
[INFO] Surefire report directory: <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-adapter-vinci/target/surefire-reports>
[INFO] 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ uimaj-adapter-vinci ---
Running org.apache.uima.adapter.vinci.VinciAnalysisEngineServiceAdapterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ uimaj-adapter-vinci ---
[INFO] Building jar: <https://builds.apache.org/job/UIMA-SDK/ws/trunk/uimaj-adapter-vinci/target/uima-adapter-vinci.jar>
Jul 15, 2013 5:49:16 PM hudson.remoting.SynchronousCommandTransport$ReaderThread run
SEVERE: I/O error in channel channel
java.io.StreamCorruptedException
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1332)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
channel stopped
ERROR: Maven JVM terminated unexpectedly with exit code 0


Jenkins build is back to normal : UIMA-SDK #382

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-SDK/382/changes>