See
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/10/display/redirect?page=changes>
Changes:
[tmill] Remove debugging statement that is way too verbose.
------------------------------------------
[...truncated 1.01 MB...]
log4j: Threshold ="null".
log4j: Retreiving an instance of org.apache.log4j.Logger.
log4j: Setting [ProgressAppender] additivity to [false].
log4j: Level value for ProgressAppender is [INFO].
log4j: ProgressAppender level set to INFO
log4j: Class name: [org.apache.log4j.ConsoleAppender]
log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
log4j: Setting property [conversionPattern] to [%m].
log4j: Adding appender named [noEolAppender] to category [ProgressAppender].
log4j: Retreiving an instance of org.apache.log4j.Logger.
log4j: Setting [ProgressDone] additivity to [false].
log4j: Level value for ProgressDone is [INFO].
log4j: ProgressDone level set to INFO
log4j: Class name: [org.apache.log4j.ConsoleAppender]
log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
log4j: Setting property [conversionPattern] to [%m%n].
log4j: Adding appender named [eolAppender] to category [ProgressDone].
log4j: Level value for root is [INFO].
log4j: root level set to INFO
log4j: Class name: [org.apache.log4j.ConsoleAppender]
log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
log4j: Setting property [conversionPattern] to [%d{dd MMM yyyy HH:mm:ss} %5p
%c{1} - %m%n].
log4j: Adding appender named [consoleAppender] to category [root].
03 Oct 2017 15:38:41 INFO RegressionPipelineTest - Creating directory:
testdata/generatedoutput/RegressionPipelineCPETest
03 Oct 2017 15:38:41 INFO RegressionPipelineTest - Parsing CPE
Descriptor:RegressionPipelineCPETest.xml
03 Oct 2017 15:38:42 INFO Chunker - Chunker model file:
org/apache/ctakes/chunker/models/chunker-model.zip
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using left , right scope sizes: 7
, 7
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using scope order: LEFT,RIGHT
03 Oct 2017 15:38:45 INFO ContextAnnotator - SCOPE ORDER: [1, 3]
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using context analyzer:
org.apache.ctakes.necontexts.negation.NegationContextAnalyzer
03 Oct 2017 15:38:45 INFO NegationContextAnalyzer - initBoundaryData() called
for ContextInitializer
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using context consumer:
org.apache.ctakes.necontexts.negation.NegationContextHitConsumer
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using lookup window type:
org.apache.ctakes.typesystem.type.textspan.Sentence
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using focus type:
org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using context type:
org.apache.ctakes.typesystem.type.syntax.BaseToken
03 Oct 2017 15:38:45 INFO SentenceDetector - Sentence detector model file:
org/apache/ctakes/core/sentdetect/sd-med-model.zip
03 Oct 2017 15:38:45 INFO TokenizerAnnotatorPTB - Initializing
org.apache.ctakes.core.ae.TokenizerAnnotatorPTB
03 Oct 2017 15:38:45 INFO POSTagger - POS tagger model file:
org/apache/ctakes/postagger/models/mayo-pos.zip
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using left , right scope sizes:
10 , 10
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using scope order: LEFT,RIGHT
03 Oct 2017 15:38:45 INFO ContextAnnotator - SCOPE ORDER: [1, 3]
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using context analyzer:
org.apache.ctakes.necontexts.status.StatusContextAnalyzer
03 Oct 2017 15:38:45 INFO StatusContextAnalyzer - initBoundaryData() called
for ContextInitializer
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using context consumer:
org.apache.ctakes.necontexts.status.StatusContextHitConsumer
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using lookup window type:
org.apache.ctakes.typesystem.type.textspan.Sentence
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using focus type:
org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
03 Oct 2017 15:38:45 INFO ContextAnnotator - Using context type:
org.apache.ctakes.typesystem.type.syntax.BaseToken
03 Oct 2017 15:38:45 INFO ContextDependentTokenizerAnnotator - Finite state
machines loaded.
03 Oct 2017 15:38:45 INFO AbstractJCasTermAnnotator - Using dictionary lookup
window type: org.apache.ctakes.typesystem.type.textspan.Sentence
03 Oct 2017 15:38:45 INFO AbstractJCasTermAnnotator - Exclusion tagset loaded:
CC CD DT EX IN LS MD PDT POS PP PP$ PRP PRP$ RP TO VB VBD VBG VBN VBP VBZ WDT
WP WPS WRB
03 Oct 2017 15:38:45 INFO AbstractJCasTermAnnotator - Using minimum term text
span: 3
03 Oct 2017 15:38:45 INFO AbstractJCasTermAnnotator - Using Dictionary
Descriptor: org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab.xml
03 Oct 2017 15:38:45 INFO DictionaryDescriptorParser - Parsing dictionary
specifications:
03 Oct 2017 15:38:45 ERROR UmlsUserApprover - User CHANGE_ME not allowed. It
is a placeholder reminder.
03 Oct 2017 15:38:45 ERROR UmlsUserApprover - Verify that you are setting
command-line option --user or ctakes property umlsUser or environment variable
ctakes.umlsuser properly.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.585 sec <<<
FAILURE!
Results :
Tests in error:
testCPE(org.apache.ctakes.regression.test.RegressionPipelineTest):
Initialization of CAS Processor with name "RegressionPipelineAggregateTest"
failed.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[JENKINS] Recording test results
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache cTAKES template filler 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
ctakes-template-filler ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @
ctakes-template-filler ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
ctakes-template-filler ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.4:compile (default-compile) @
ctakes-template-filler ---
[INFO] Compiling 1 source file to
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-template-filler/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @
ctakes-template-filler ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.4:testCompile (default-testCompile) @
ctakes-template-filler ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.1:test (default-test) @
ctakes-template-filler ---
[INFO] Surefire report directory:
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-template-filler/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ctakes-template-filler ---
[INFO] Building jar:
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-template-filler/target/ctakes-template-filler-4.0.1-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
ctakes-template-filler ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
ctakes-template-filler ---
[INFO] Installing
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-template-filler/target/ctakes-template-filler-4.0.1-SNAPSHOT.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/ctakes/ctakes-template-filler/4.0.1-SNAPSHOT/ctakes-template-filler-4.0.1-SNAPSHOT.jar
[INFO] Installing
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-template-filler/pom.xml>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/ctakes/ctakes-template-filler/4.0.1-SNAPSHOT/ctakes-template-filler-4.0.1-SNAPSHOT.pom
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache cTAKES ...................................... SUCCESS [ 9.114 s]
[INFO] ctakes-gui-res ..................................... SUCCESS [ 4.785 s]
[INFO] Apache cTAKES Resources core ....................... SUCCESS [ 2.628 s]
[INFO] Apache cTAKES common type system ................... SUCCESS [ 9.613 s]
[INFO] Apache cTAKES utils ................................ SUCCESS [ 4.981 s]
[INFO] Apache cTAKES core ................................. SUCCESS [ 37.795 s]
[INFO] ctakes-gui ......................................... SUCCESS [ 5.418 s]
[INFO] Apache cTAKES Resources pos-tagger ................. SUCCESS [ 3.219 s]
[INFO] Apache cTAKES part-of-speech tagger ................ SUCCESS [ 5.772 s]
[INFO] Apache cTAKES Resources ctakes-chunker-res ......... SUCCESS [ 3.304 s]
[INFO] Apache cTAKES chunker .............................. SUCCESS [ 4.923 s]
[INFO] Apache cTAKES document preprocessor ................ SUCCESS [ 4.457 s]
[INFO] Apache cTAKES Resources dictionary-lookup .......... SUCCESS [ 12.023 s]
[INFO] Apache cTAKES dictionary lookup .................... SUCCESS [ 4.495 s]
[INFO] Apache cTAKES context dependent tokenizer .......... SUCCESS [ 5.090 s]
[INFO] Apache cTAKES Resources lvg ........................ SUCCESS [ 30.690 s]
[INFO] Apache cTAKES LVG lexical tools .................... SUCCESS [ 5.434 s]
[INFO] Apache cTAKES Resources ne-contexts ................ SUCCESS [ 2.355 s]
[INFO] Apache cTAKES named entity contexts ................ SUCCESS [ 4.727 s]
[INFO] Apache cTAKES Resources constituency-parser ........ SUCCESS [ 5.120 s]
[INFO] Apache cTAKES Constituency Parser .................. SUCCESS [ 3.258 s]
[INFO] Apache cTAKES Resources coreference ................ SUCCESS [ 7.066 s]
[INFO] Apache cTAKES Resources temporal ................... SUCCESS [ 2.948 s]
[INFO] Apache cTAKES Resources relation-extractor ......... SUCCESS [ 2.549 s]
[INFO] Apache cTAKES Resources dictionary-lookup-fast-res . SUCCESS [ 3.162 s]
[INFO] Apache cTAKES dictionary lookup fast ............... SUCCESS [ 3.297 s]
[INFO] Apache cTAKES Resources assertion .................. SUCCESS [ 4.318 s]
[INFO] Apache cTAKES Resources dependency-parser .......... SUCCESS [ 22.653 s]
[INFO] Apache cTAKES Dependency Parser .................... SUCCESS [ 47.999 s]
[INFO] Apache cTAKES Assertion ............................ SUCCESS [ 6.630 s]
[INFO] ctakes-clinical-pipeline-res ....................... SUCCESS [ 2.375 s]
[INFO] Apache cTAKES ctakes-clinical-pipeline ............. SUCCESS [ 7.346 s]
[INFO] Apache cTAKES Relation Extractor ................... SUCCESS [ 10.907 s]
[INFO] Apache cTAKES Temporal Information Extraction ...... SUCCESS [02:19 min]
[INFO] Apache cTAKES CoReference Resolver ................. SUCCESS [ 9.762 s]
[INFO] Apache cTAKES Resources drug-ner ................... SUCCESS [ 2.543 s]
[INFO] Apache cTAKES Drug NER ............................. SUCCESS [ 7.265 s]
[INFO] Apache cTAKES Resources side-effect ................ SUCCESS [ 2.650 s]
[INFO] Apache cTAKES Side Effects ......................... SUCCESS [ 6.687 s]
[INFO] Apache cTAKES Resources smoking-status ............. SUCCESS [ 2.557 s]
[INFO] Apache cTAKES Smoking Status ....................... SUCCESS [ 6.596 s]
[INFO] Apache cTAKES Resources assertion-zoner ............ SUCCESS [ 2.598 s]
[INFO] Apache cTAKES Assertion's zoner .................... SUCCESS [ 3.020 s]
[INFO] ctakes-examples-res ................................ SUCCESS [ 2.434 s]
[INFO] ctakes-examples .................................... SUCCESS [ 9.209 s]
[INFO] Apache cTAKES Resources ctakes-ytex-res ............ SUCCESS [ 2.437 s]
[INFO] Apache cTAKES YTEX ................................. FAILURE [01:19 min]
[INFO] Apache cTAKES YTEX UIMA ............................ SKIPPED
[INFO] Apache cTAKES YTEX Web ............................. SKIPPED
[INFO] Apache cTAKES Distribution ......................... SKIPPED
[INFO] Apache cTAKES Regression-test ...................... FAILURE [ 12.216 s]
[INFO] Apache cTAKES template filler ...................... SUCCESS [ 7.893 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:28 min
[INFO] Finished at: 2017-10-03T15:39:32Z
[INFO] Final Memory: 122M/1570M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test (surefire-it) on
project ctakes-ytex: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-ytex/target/surefire-reports>
for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test (default-test) on
project ctakes-regression-test: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://builds.apache.org/job/cTAKES-trunk-Java-1.8/ws/ctakes-regression-test/target/surefire-reports>
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :ctakes-ytex
Sending e-mails to: [email protected]
Sending e-mails to: [email protected]
channel stopped