a couple of the tests fail due to some issue in CasDumpWriter, around
line-endings I think.
I get things like: in method processFeatureStructure, line 249
p.matcher.matches() with p being the first pattern, an include: ".*", fails to
match the string:
" begin: 0x" where "x" at the end of the string is the char code 13 (the \r -
I'm running on windows).
fixed by adding after line is set:
if (line.endsWith("\r")) {
line = line.substring(0, line.length() - 1);
}
That fixed 2 of the failing tests. One more to go.
-Marshall
On 10/9/2017 5:26 PM, Marshall Schor wrote:
> found the pblm, fixed, will commit soon.
>
> Running the rest of the uima-fit tests to clear those (3 more to go...)
>
> -Marshall
>
>
> On 10/9/2017 5:22 PM, Marshall Schor wrote:
>> working on this. Something's wrong in how an empty URL[] is passed...
>> -Marshall
>>
>>
>> On 10/9/2017 5:01 PM, Apache Jenkins Server wrote:
>>> See
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/58/display/redirect>
>>>
>>> ------------------------------------------
>>> [...truncated 108.22 KB...]
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/FlowAE2.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/FlowControllerFactoryExternalResourceTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/LocaleUtilTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/AggregateWithReaderTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-sources/jcasgen/org/apache/uima/fit/type/Token.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testCrs/SingleFileXReaderTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/DefaultPackageAE.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/TypePrioritiesFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/AnalysisEngineFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-sources/jcasgen/org/apache/uima/fit/type/Sentence.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testRes/TestSharedResourceObject.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/ResourceCreationSpecifierFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/JCasUtilTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/ComponentTestBase.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/ExternalResourceFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/component/JCasCollectionReader_ImplBaseTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/ConfigurationParameterFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/UimaContextFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/FSUtilTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/ReversableTestFlowController.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/JCasBuilderTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/TypeSystemDescriptionFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/component/ViewCreatorAnnotatorTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/FlowAE1.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/ViewNames.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/data/CreateSampleXCASFile.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/testing/factory/TokenBuilderTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/component/ViewTextCopierAnnotatorTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/component/CasMultiplierTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/Annotator3.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/CasUtilTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-sources/jcasgen/org/apache/uima/fit/type/AnalyzedText.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testRes/TestExternalResource.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/ResourceMetaDataFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/DefaultPackageAETest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/AnalysisEngineFactoryExternalResourceTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/Annotator1.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/SimplePipelineTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/ParameterizedAE2.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/FlowControllerFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/descriptor/TypeCapabilityTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/FSCollectionFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/ContainmentIndexTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/AggregateBuilderTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/pipeline/SimplePipelineTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/Annotator2.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/SofaMappingFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/FlowAE3.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/ExternalResourceConfiguratorTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/AnnotationFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/ParameterizedAE.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/data/CreateSampleXMIFile.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/component/initialize/ConfigurationParameterInitializerTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/CollectionReaderFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/TypeSystemUtil.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/Annotator4.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/FsIndexFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/JCasFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testAes/SerializationTestAnnotator.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/component/CasDumpWriterTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/pipeline/JCasIterableTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/JCasIterableTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/initializable/InitializableFactoryTest.java>
>>> [DEBUG] Stale source detected:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/factory/testCrs/SingleFileXReader.java>
>>> [INFO] Changes detected - recompiling the module!
>>> [DEBUG] Classpath:
>>> [DEBUG]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/test-classes>
>>> [DEBUG]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/classes>
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-io/commons-io/2.2/commons-io-2.2.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uimaj-core/3.0.0-beta-SNAPSHOT/uimaj-core-3.0.0-beta-SNAPSHOT.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-compilertools/0.5.32/procyon-compilertools-0.5.32.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-core/0.5.32/procyon-core-0.5.32.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-core/3.2.16.RELEASE/spring-core-3.2.16.RELEASE.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-context/3.2.16.RELEASE/spring-context-3.2.16.RELEASE.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-aop/3.2.16.RELEASE/spring-aop-3.2.16.RELEASE.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-expression/3.2.16.RELEASE/spring-expression-3.2.16.RELEASE.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-beans/3.2.16.RELEASE/spring-beans-3.2.16.RELEASE.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-test/3.2.16.RELEASE/spring-test-3.2.16.RELEASE.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-jdk14/1.7.24/slf4j-jdk14-1.7.24.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/junit/junit/4.12/junit-4.12.jar
>>> [DEBUG]
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
>>> [DEBUG] Source roots:
>>> [DEBUG]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java>
>>> [DEBUG]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-sources/jcasgen>
>>> [DEBUG]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-test-sources/test-annotations>
>>> [DEBUG] Command line options:
>>> [DEBUG] -d
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/test-classes>
>>> -classpath
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/test-classes>:<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/classes>:/home/jenkins/jenkins-slave/maven-repositories/0/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/home/jenkins/jenkins-slave/maven-repositories/0/commons-io/commons-io/2.2/commons-io-2.2.jar:/home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uimaj-core/3.0.0-beta-SNAPSHOT/uimaj-core-3.0.0-beta-SNAPSHOT.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-compilertools/0.5.32/procyon-compilertools-0.5.32.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-core/0.5.32/procyon-core-0.5.32.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-core/3.2.16.RELEASE/spring-core-3.2.16.RELEASE.jar:/home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-context/3.2.16.RELEASE/spring-context-3.2.16.RELEASE.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-aop/3.2.16.RELEASE/spring-aop-3.2.16.RELEASE.jar:/home/jenkins/jenkins-slave/maven-repositories/0/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-expression/3.2.16.RELEASE/spring-expression-3.2.16.RELEASE.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-beans/3.2.16.RELEASE/spring-beans-3.2.16.RELEASE.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-test/3.2.16.RELEASE/spring-test-3.2.16.RELEASE.jar:/home/jenkins/jenkins-slave/maven-repositories/0/xmlunit/xmlunit/1.5/xmlunit-1.5.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-jdk14/1.7.24/slf4j-jdk14-1.7.24.jar:/home/jenkins/jenkins-slave/maven-repositories/0/junit/junit/4.12/junit-4.12.jar:/home/jenkins/jenkins-slave/maven-repositories/0/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:
>>> -sourcepath
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java>:<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-sources/jcasgen>:<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-test-sources/test-annotations>:
>>> -s
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/generated-test-sources/test-annotations>
>>> -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
>>> [DEBUG] incrementalBuildHelper#beforeRebuildExecution
>>> [INFO] Compiling 67 source files to
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/test-classes>
>>> [DEBUG] incrementalBuildHelper#afterRebuildExecution
>>> [INFO]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/DisableLoggingTest.java>:
>>> Some input files use or override a deprecated API.
>>> [INFO]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/DisableLoggingTest.java>:
>>> Recompile with -Xlint:deprecation for details.
>>> [INFO]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/FSUtilTest.java>:
>>>
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/FSUtilTest.java>
>>> uses unchecked or unsafe operations.
>>> [INFO]
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/src/test/java/org/apache/uima/fit/util/FSUtilTest.java>:
>>> Recompile with -Xlint:unchecked for details.
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ uimafit-core ---
>>> [INFO] Surefire report directory:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire-reports>
>>> [DEBUG] Setting system property [java.awt.headless]=[true]
>>> [DEBUG] Setting system property
>>> [user.dir]=[<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/]>
>>> [DEBUG] Setting system property
>>> [maven.repo.local]=[/home/jenkins/jenkins-slave/maven-repositories/0]
>>> [DEBUG] Setting system property
>>> [localRepository]=[/home/jenkins/jenkins-slave/maven-repositories/0]
>>> [DEBUG] Setting system property
>>> [basedir]=[<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/]>
>>> [DEBUG] Adding to surefire booter test classpath:
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
>>> Scope: compile
>>> [DEBUG] Adding to surefire booter test classpath:
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
>>> Scope: compile
>>> [DEBUG] Using JVM: /usr/local/asfpackages/java/jdk1.8.0_144/jre/bin/java
>>> [DEBUG] Adding to surefire test classpath:
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.jar
>>> Scope: test
>>> [DEBUG] Adding to surefire test classpath:
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
>>> Scope: test
>>> [DEBUG] test classpath:
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/test-classes>
>>>
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/classes>
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-io/commons-io/2.2/commons-io-2.2.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uimaj-core/3.0.0-beta-SNAPSHOT/uimaj-core-3.0.0-beta-SNAPSHOT.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-compilertools/0.5.32/procyon-compilertools-0.5.32.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-core/0.5.32/procyon-core-0.5.32.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-core/3.2.16.RELEASE/spring-core-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-context/3.2.16.RELEASE/spring-context-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-aop/3.2.16.RELEASE/spring-aop-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-expression/3.2.16.RELEASE/spring-expression-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-beans/3.2.16.RELEASE/spring-beans-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-test/3.2.16.RELEASE/spring-test-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-jdk14/1.7.24/slf4j-jdk14-1.7.24.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/junit/junit/4.12/junit-4.12.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
>>> [DEBUG] provider classpath:
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
>>> [DEBUG] test(compact) classpath: test-classes classes
>>> commons-lang-2.6.jar commons-io-2.2.jar commons-logging-api-1.1.jar
>>> uimaj-core-3.0.0-beta-SNAPSHOT.jar slf4j-api-1.7.24.jar
>>> procyon-compilertools-0.5.32.jar procyon-core-0.5.32.jar
>>> spring-core-3.2.16.RELEASE.jar commons-logging-1.1.3.jar
>>> spring-context-3.2.16.RELEASE.jar spring-aop-3.2.16.RELEASE.jar
>>> aopalliance-1.0.jar spring-expression-3.2.16.RELEASE.jar
>>> spring-beans-3.2.16.RELEASE.jar spring-test-3.2.16.RELEASE.jar
>>> xmlunit-1.5.jar slf4j-jdk14-1.7.24.jar junit-4.12.jar
>>> hamcrest-core-1.3.jar
>>> [DEBUG] provider(compact) classpath: surefire-junit4-2.16.jar
>>> surefire-api-2.16.jar
>>>
>>> -------------------------------------------------------
>>> T E S T S
>>> -------------------------------------------------------
>>> [DEBUG] boot classpath:
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
>>>
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/test-classes>
>>>
>>> <https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/classes>
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-io/commons-io/2.2/commons-io-2.2.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uimaj-core/3.0.0-beta-SNAPSHOT/uimaj-core-3.0.0-beta-SNAPSHOT.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-compilertools/0.5.32/procyon-compilertools-0.5.32.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/bitbucket/mstrobel/procyon-core/0.5.32/procyon-core-0.5.32.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-core/3.2.16.RELEASE/spring-core-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-context/3.2.16.RELEASE/spring-context-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-aop/3.2.16.RELEASE/spring-aop-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-expression/3.2.16.RELEASE/spring-expression-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-beans/3.2.16.RELEASE/spring-beans-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/springframework/spring-test/3.2.16.RELEASE/spring-test-3.2.16.RELEASE.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/slf4j/slf4j-jdk14/1.7.24/slf4j-jdk14-1.7.24.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/junit/junit/4.12/junit-4.12.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
>>>
>>> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.jar
>>> [DEBUG] boot(compact) classpath: surefire-booter-2.16.jar
>>> surefire-api-2.16.jar test-classes classes commons-lang-2.6.jar
>>> commons-io-2.2.jar commons-logging-api-1.1.jar
>>> uimaj-core-3.0.0-beta-SNAPSHOT.jar slf4j-api-1.7.24.jar
>>> procyon-compilertools-0.5.32.jar procyon-core-0.5.32.jar
>>> spring-core-3.2.16.RELEASE.jar commons-logging-1.1.3.jar
>>> spring-context-3.2.16.RELEASE.jar spring-aop-3.2.16.RELEASE.jar
>>> aopalliance-1.0.jar spring-expression-3.2.16.RELEASE.jar
>>> spring-beans-3.2.16.RELEASE.jar spring-test-3.2.16.RELEASE.jar
>>> xmlunit-1.5.jar slf4j-jdk14-1.7.24.jar junit-4.12.jar
>>> hamcrest-core-1.3.jar surefire-junit4-2.16.jar
>>> Forking command line: /bin/sh -c cd
>>> "<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/">
>>> && /usr/local/asfpackages/java/jdk1.8.0_144/jre/bin/java -jar
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefirebooter1802869422484686650.jar'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire6332469244313742037tmp'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire_04830527091901725417tmp'>
>>> Running DefaultPackageAETest
>>> java.lang.NullPointerException
>>> at sun.misc.URLClassPath.<init>(URLClassPath.java:127)
>>> at sun.misc.URLClassPath.<init>(URLClassPath.java:149)
>>> at java.net.URLClassLoader.<init>(URLClassLoader.java:107)
>>> at
>>> org.apache.uima.internal.util.UIMAClassLoader.<init>(UIMAClassLoader.java:149)
>>> at
>>> org.apache.uima.resource.impl.ResourceManager_impl.setExtensionClassLoaderImpl(ResourceManager_impl.java:336)
>>> at
>>> org.apache.uima.resource.ResourceManager.setExtensionClassLoader(ResourceManager.java:342)
>>> at
>>> org.apache.uima.fit.internal.ResourceManagerFactory$DefaultResourceManagerCreator.newResourceManager(ResourceManagerFactory.java:75)
>>> at
>>> org.apache.uima.fit.internal.ResourceManagerFactory.newResourceManager(ResourceManagerFactory.java:43)
>>> at
>>> org.apache.uima.fit.factory.TypeSystemDescriptionFactory.createTypeSystemDescription(TypeSystemDescriptionFactory.java:118)
>>> at
>>> org.apache.uima.fit.ComponentTestBase.<clinit>(ComponentTestBase.java:48)
>>> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>> at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>>> at
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>>> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>>> at
>>> org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
>>> at
>>> org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
>>> at
>>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>>> at
>>> org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
>>> at
>>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>>> at
>>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>>> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>>> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>>> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>>> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>>> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>>> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>>> at
>>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>>> at
>>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>>> at
>>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>>> at
>>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>>> at
>>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>>> at
>>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [JENKINS] Recording test results
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Skipping Apache UIMA uimaFIT
>>> [INFO] This project has been banned from the build due to previous failures.
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Apache UIMA uimaFIT - Parent ....................... SUCCESS [01:16
>>> min]
>>> [INFO] Apache UIMA uimaFIT - Core ......................... FAILURE [
>>> 29.737 s]
>>> [INFO] Apache UIMA uimaFIT - Examples ..................... SKIPPED
>>> [INFO] Apache UIMA uimaFIT - Spring integration ........... SKIPPED
>>> [INFO] Apache UIMA uimaFIT - Maven Plugin ................. SKIPPED
>>> [INFO] Apache UIMA uimaFIT - Legacy uimaFIT support ....... SKIPPED
>>> [INFO] Apache UIMA uimaFIT - Documentation ................ SKIPPED
>>> [INFO] Apache UIMA uimaFIT - Collection Processing Engine support SKIPPED
>>> [INFO] Apache UIMA uimaFIT ................................ SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 01:57 min
>>> [INFO] Finished at: 2017-10-09T21:00:56+00:00
>>> [INFO] Final Memory: 58M/536M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [WARNING] The requested profile "jacoco" could not be activated because it
>>> does not exist.
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on
>>> project uimafit-core: Execution default-test of goal
>>> org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked
>>> VM terminated without saying properly goodbye. VM crash or System.exit
>>> called ?
>>> [ERROR] Command was/bin/sh -c cd
>>> "<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/">
>>> && /usr/local/asfpackages/java/jdk1.8.0_144/jre/bin/java -jar
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefirebooter1802869422484686650.jar'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire6332469244313742037tmp'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire_04830527091901725417tmp'>
>>> [ERROR] -> [Help 1]
>>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
>>> goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test
>>> (default-test) on project uimafit-core: Execution default-test of goal
>>> org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked
>>> VM terminated without saying properly goodbye. VM crash or System.exit
>>> called ?
>>> Command was/bin/sh -c cd
>>> "<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/">
>>> && /usr/local/asfpackages/java/jdk1.8.0_144/jre/bin/java -jar
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefirebooter1802869422484686650.jar'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire6332469244313742037tmp'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire_04830527091901725417tmp'>
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>>> at
>>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>>> at
>>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>>> at
>>> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>>> at
>>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>>> at
>>> org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.lang.reflect.Method.invoke(Method.java:498)
>>> at
>>> org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
>>> at
>>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
>>> at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.lang.reflect.Method.invoke(Method.java:498)
>>> at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
>>> at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
>>> at hudson.remoting.UserRequest.perform(UserRequest.java:181)
>>> at hudson.remoting.UserRequest.perform(UserRequest.java:52)
>>> at hudson.remoting.Request$2.run(Request.java:336)
>>> at
>>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
>>> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>>> at java.lang.Thread.run(Thread.java:748)
>>> Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
>>> default-test of goal
>>> org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked
>>> VM terminated without saying properly goodbye. VM crash or System.exit
>>> called ?
>>> Command was/bin/sh -c cd
>>> "<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/">
>>> && /usr/local/asfpackages/java/jdk1.8.0_144/jre/bin/java -jar
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefirebooter1802869422484686650.jar'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire6332469244313742037tmp'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire_04830527091901725417tmp'>
>>> at
>>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
>>> ... 31 more
>>> Caused by: java.lang.RuntimeException: The forked VM terminated without
>>> saying properly goodbye. VM crash or System.exit called ?
>>> Command was/bin/sh -c cd
>>> "<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/">
>>> && /usr/local/asfpackages/java/jdk1.8.0_144/jre/bin/java -jar
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefirebooter1802869422484686650.jar'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire6332469244313742037tmp'>
>>>
>>> '<https://builds.apache.org/job/UIMA-uimaFIT%20v3/org.apache.uima$uimafit-core/ws/target/surefire/surefire_04830527091901725417tmp'>
>>> at
>>> org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:485)
>>> at
>>> org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:352)
>>> at
>>> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:158)
>>> at
>>> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:958)
>>> at
>>> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:822)
>>> at
>>> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:720)
>>> at
>>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
>>> ... 32 more
>>> [ERROR]
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR] mvn <goals> -rf :uimafit-core
>>>
>>>
>>
>>
>
>
>