You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 16:37:51 UTC

Build failed in Jenkins: ctakes-trunk-compiletest » Apache cTAKES Temporal Information Extraction #827

See <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/827/changes>

Changes:

[clin] check in the syntactic embedding file trained on MIMI corpus..

------------------------------------------
[...truncated 69 lines...]
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[96,28] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[109,62] [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[109,62] [unchecked] unchecked conversion
[ERROR]   required: List<Feature>
  found:    List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[68,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[82,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[80,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[89,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[87,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[96,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[94,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[107,44] [unchecked] unchecked call to DistanceExtractor(String,Class<? extends Annotation>) as a member of the raw type DistanceExtractor
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,18] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53] [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,19] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,19] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,47] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,18] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TemporalRelationExtractorAnnotator.java>:[115,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeSelfRelationAnnotator.java>:[141,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfNEPredicateEventSpans.java>:[77,37] [deprecation] createAnnotatorDescription(File) in NEPredicateEventAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventRelations.java>:[140,35] [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventTimeDeepPheRelations.java>:[320,33] [deprecation] createEngineDescription(File) in EventTimeSelfRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeI2B2RelationAnnotator.java>:[122,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationGoldContainerAnnotator.java>:[140,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventDeepPheRelations.java>:[314,50] [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[188,4] [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member of the raw type TypePathExtractor
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class TypePathExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[184,37] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[198,36] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,38] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,20] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,38] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,44] [unchecked] unchecked call to extractWithin(JCas,FOCUS_T,Annotation) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,20] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,44] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationSeedBasedAnnotator.java>:[141,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[56,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[71,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[81,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventHybridModelsRelations.java>:[376,54] [deprecation] createAnnotatorDescription(File) in EventEventCRFRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventHybridModelsRelations.java>:[377,60] [deprecation] createAnnotatorDescription(File) in EventEventRelationSeedBasedAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[34,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[48,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[46,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[55,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[53,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[62,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[60,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[70,44] [unchecked] unchecked call to DistanceExtractor(String,Class<? extends Annotation>) as a member of the raw type DistanceExtractor
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,56] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,56] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,56] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,56] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,51] [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,51] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[84,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[84,45] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/NeuralEventTimeSelfRelationAnnotator.java>:[149,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[78,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[90,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[131,4] [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member of the raw type TypePathExtractor
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class TypePathExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[129,37] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[132,26] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58] [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58] [unchecked] unchecked conversion
[ERROR]   required: List<Feature>
  found:    List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[75,38] [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[78,46] [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[81,32] [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[104,38] [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[107,46] [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[110,32] [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationAnnotator.java>:[144,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeRelationAnnotator.java>:[122,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[38,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[50,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[54,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[60,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[64,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[73,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[71,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[INFO] 101 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

Jenkins build is back to normal : ctakes-trunk-compiletest » Apache cTAKES Temporal Information Extraction #831

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/831/>


Build failed in Jenkins: ctakes-trunk-compiletest » Apache cTAKES Temporal Information Extraction #830

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/830/changes>

Changes:

[tmill] Fix missing/unused import.

------------------------------------------
[...truncated 549 lines...]
02 Aug 2016 14:51:56  INFO ContextDependentTokenizerAnnotator - process(JCas)
02 Aug 2016 14:51:56  INFO POSTagger - process(JCas)
02 Aug 2016 14:51:57  INFO BackwardsTimeAnnotatorTest - Event: recently
02 Aug 2016 14:51:57  INFO BackwardsTimeAnnotatorTest - Event: 6 months ago
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.03 sec
Running org.apache.ctakes.temporal.ae.EventTimeRelationAnnotatorTest
02 Aug 2016 14:52:00  INFO ClearNLPDependencyParserAE - using Morphy analysis? true
Loading configuration.
Loading feature templates.
Loading lexica.
Loading model:
........................................................................................
02 Aug 2016 14:52:11  INFO ContextDependentTokenizerAnnotator - Finite state machines loaded.
02 Aug 2016 14:52:11  INFO SentenceDetector - Sentence detector model file: org/apache/ctakes/core/sentdetect/sd-med-model.zip
02 Aug 2016 14:52:11  INFO LvgCmdApiResourceImpl - Loading NLM Norm and Lvg with config file = /tmp/lvg.properties
02 Aug 2016 14:52:11  INFO LvgCmdApiResourceImpl -   config file absolute path = /tmp/lvg.properties
02 Aug 2016 14:52:11  INFO LvgCmdApiResourceImpl - cwd = <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/>
02 Aug 2016 14:52:11  INFO LvgCmdApiResourceImpl - cd <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data> (No such file or directory)
** Error: problem of opening/reading stop words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data> (No such file or directory)
** Error: problem of opening/reading non-Info words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data> (No such file or directory)
** Error: problem of opening/reading conjunction words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data'.>
** ERR: problem of opening/reading diacritics file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data> (No such file or directory)
** Error: problem of opening/reading ligature file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data'.>
** Error: problem of opening/reading symbol synonym file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data> (No such file or directory)
** Error: problem of opening/reading Unicode symbol file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data> (No such file or directory)
** Error: problem of opening/reading Unicode file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data> (No such file or directory)
** Error: problem of opening/reading nonStripMap file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data> (No such file or directory)
** Error: problem of opening/reading stop words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data> (No such file or directory)
** Error: problem of opening/reading non-Info words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data> (No such file or directory)
** Error: problem of opening/reading conjunction words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data'.>
** ERR: problem of opening/reading diacritics file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data> (No such file or directory)
** Error: problem of opening/reading ligature file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data'.>
** Error: problem of opening/reading symbol synonym file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data> (No such file or directory)
** Error: problem of opening/reading Unicode symbol file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data> (No such file or directory)
** Error: problem of opening/reading Unicode file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data> (No such file or directory)
** Error: problem of opening/reading nonStripMap file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
02 Aug 2016 14:52:11  INFO LvgCmdApiResourceImpl - cd <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/>
02 Aug 2016 14:52:11  INFO TokenizerAnnotatorPTB - Initializing org.apache.ctakes.core.ae.TokenizerAnnotatorPTB
02 Aug 2016 14:52:11  INFO POSTagger - POS tagger model file: org/apache/ctakes/postagger/models/mayo-pos.zip
02 Aug 2016 14:52:12  INFO SentenceDetector - Starting processing.
02 Aug 2016 14:52:12  INFO TokenizerAnnotatorPTB - process(JCas) in org.apache.ctakes.core.ae.TokenizerAnnotatorPTB
02 Aug 2016 14:52:12  INFO LvgAnnotator - process(JCas)
02 Aug 2016 14:52:12  INFO ContextDependentTokenizerAnnotator - process(JCas)
02 Aug 2016 14:52:12  INFO POSTagger - process(JCas)
Null value found in Feature(<Time-Class->, <NULL>)
Null value found in Feature(<Time-Class->, <NULL>)
Null value found in Feature(<Time-Class->, <NULL>)
Null value found in Feature(<Time-Class->, <NULL>)
Null value found in Feature(<Time-Class->, <NULL>)
02 Aug 2016 14:52:12  INFO EventTimeRelationAnnotatorTest - Relation: RelationArgument
   id: 0
   argument: TimeMention
      sofa: _InitialView
      begin: 58
      end: 66
      id: 0
      ontologyConceptArr: <null>
      typeID: 0
      segmentID: <null>
      sentenceID: <null>
      discoveryTechnique: 0
      confidence: 0.0
      polarity: 0
      uncertainty: 0
      conditional: false
      generic: false
      subject: <null>
      historyOf: 0
      originalText: <null>
      date: <null>
      time: <null>
      timeClass: <null>
   role: "Arg1"
   participatesIn: <null>
 RelationArgument
   id: 0
   argument: EventMention
      sofa: _InitialView
      begin: 67
      end: 76
      id: 0
      ontologyConceptArr: <null>
      typeID: 0
      segmentID: <null>
      sentenceID: <null>
      discoveryTechnique: 0
      confidence: 1.3807402
      polarity: 0
      uncertainty: 0
      conditional: false
      generic: false
      subject: <null>
      historyOf: 0
      originalText: <null>
      event: Event
         id: 0
         ontologyConcept: <null>
         mentions: <null>
         discoveryTechnique: 0
         confidence: 0.0
         conditional: false
         generic: false
         subject: <null>
         polarity: 0
         uncertainty: 0
         historyOf: 0
         properties: EventProperties
            contextualModality: <null>
            contextualAspect: <null>
            permanence: <null>
            category: <null>
            aspect: <null>
            docTimeRel: <null>
            degree: <null>
            polarity: 0
   role: "Arg2"
   participatesIn: <null>
 Category: CONTAINS
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.055 sec
Running org.apache.ctakes.temporal.ae.EventEventRelationAnnotatorTest
02 Aug 2016 14:52:14  INFO ClearNLPDependencyParserAE - using Morphy analysis? true
Loading configuration.
Loading feature templates.
Loading lexica.
Loading model:
........................................................................................
02 Aug 2016 14:52:27  INFO ContextDependentTokenizerAnnotator - Finite state machines loaded.
02 Aug 2016 14:52:27  INFO SentenceDetector - Sentence detector model file: org/apache/ctakes/core/sentdetect/sd-med-model.zip
02 Aug 2016 14:52:27  INFO LvgCmdApiResourceImpl - Loading NLM Norm and Lvg with config file = /tmp/lvg.properties
02 Aug 2016 14:52:27  INFO LvgCmdApiResourceImpl -   config file absolute path = /tmp/lvg.properties
02 Aug 2016 14:52:27  INFO LvgCmdApiResourceImpl - cwd = <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/>
02 Aug 2016 14:52:27  INFO LvgCmdApiResourceImpl - cd <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data> (No such file or directory)
** Error: problem of opening/reading stop words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data> (No such file or directory)
** Error: problem of opening/reading non-Info words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data> (No such file or directory)
** Error: problem of opening/reading conjunction words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data'.>
** ERR: problem of opening/reading diacritics file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data> (No such file or directory)
** Error: problem of opening/reading ligature file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data'.>
** Error: problem of opening/reading symbol synonym file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data> (No such file or directory)
** Error: problem of opening/reading Unicode symbol file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data> (No such file or directory)
** Error: problem of opening/reading Unicode file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data> (No such file or directory)
** Error: problem of opening/reading nonStripMap file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data> (No such file or directory)
** Error: problem of opening/reading stop words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/stopWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data> (No such file or directory)
** Error: problem of opening/reading non-Info words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/nonInfoWords.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data> (No such file or directory)
** Error: problem of opening/reading conjunction words file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/conjunctionWord.data'.>
** ERR: problem of opening/reading diacritics file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/diacriticMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data> (No such file or directory)
** Error: problem of opening/reading ligature file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/ligatureMap.data'.>
** Error: problem of opening/reading symbol synonym file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/synonymMap.data> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/misc/removeS.data> (No such file or directory)
** Error: problem of opening/reading Unicode symbol file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/symbolMap.data> (No such file or directory)
** Error: problem of opening/reading Unicode file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/unicodeMap.data> (No such file or directory)
** Error: problem of opening/reading nonStripMap file: '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/Unicode/nonStripMap.data> (No such file or directory)
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/im.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/im.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
Exception: java.io.FileNotFoundException: <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/data/rules/dm.rul> (No such file or directory)
**Error: problem of opening/reading file '<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws//data/rules/dm.rul'.>
02 Aug 2016 14:52:27  INFO LvgCmdApiResourceImpl - cd <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/>
02 Aug 2016 14:52:27  INFO TokenizerAnnotatorPTB - Initializing org.apache.ctakes.core.ae.TokenizerAnnotatorPTB
02 Aug 2016 14:52:27  INFO POSTagger - POS tagger model file: org/apache/ctakes/postagger/models/mayo-pos.zip
02 Aug 2016 14:52:28  INFO SentenceDetector - Starting processing.
02 Aug 2016 14:52:28  INFO TokenizerAnnotatorPTB - process(JCas) in org.apache.ctakes.core.ae.TokenizerAnnotatorPTB
02 Aug 2016 14:52:28  INFO LvgAnnotator - process(JCas)
02 Aug 2016 14:52:28  INFO ContextDependentTokenizerAnnotator - process(JCas)
02 Aug 2016 14:52:28  INFO POSTagger - process(JCas)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.237 sec
Running org.apache.ctakes.temporal.ae.EventAnnotatorTest
02 Aug 2016 14:52:30  INFO ClearNLPDependencyParserAE - using Morphy analysis? true
Loading configuration.
Loading feature templates.
Loading lexica.
Loading model:
.Killed

Results :

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

[JENKINS] Recording test results
[JENKINS] Archiving disabled

Build failed in Jenkins: ctakes-trunk-compiletest » Apache cTAKES Temporal Information Extraction #829

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/829/changes>

Changes:

[dligach] added a method to print pos sequences

------------------------------------------
[...truncated 191 lines...]
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[96,28] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[109,62] [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[109,62] [unchecked] unchecked conversion
[ERROR]   required: List<Feature>
  found:    List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[68,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[82,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[80,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[89,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[87,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[96,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[94,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[107,44] [unchecked] unchecked call to DistanceExtractor(String,Class<? extends Annotation>) as a member of the raw type DistanceExtractor
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,18] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53] [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,19] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,19] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,47] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,18] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TemporalRelationExtractorAnnotator.java>:[115,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeSelfRelationAnnotator.java>:[141,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfNEPredicateEventSpans.java>:[77,37] [deprecation] createAnnotatorDescription(File) in NEPredicateEventAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventRelations.java>:[140,35] [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventTimeDeepPheRelations.java>:[320,33] [deprecation] createEngineDescription(File) in EventTimeSelfRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeI2B2RelationAnnotator.java>:[122,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationGoldContainerAnnotator.java>:[140,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventDeepPheRelations.java>:[314,50] [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[188,4] [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member of the raw type TypePathExtractor
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class TypePathExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[184,37] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[198,36] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,38] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,20] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,38] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,44] [unchecked] unchecked call to extractWithin(JCas,FOCUS_T,Annotation) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,20] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,44] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationSeedBasedAnnotator.java>:[141,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[56,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[71,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[81,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventHybridModelsRelations.java>:[376,54] [deprecation] createAnnotatorDescription(File) in EventEventCRFRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventHybridModelsRelations.java>:[377,60] [deprecation] createAnnotatorDescription(File) in EventEventRelationSeedBasedAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[34,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[48,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[46,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[55,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[53,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[62,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[60,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[70,44] [unchecked] unchecked call to DistanceExtractor(String,Class<? extends Annotation>) as a member of the raw type DistanceExtractor
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,56] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,56] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,56] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,56] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,51] [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,51] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[84,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[84,45] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/NeuralEventTimeSelfRelationAnnotator.java>:[149,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[78,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[90,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[131,4] [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member of the raw type TypePathExtractor
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class TypePathExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[129,37] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[132,26] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58] [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58] [unchecked] unchecked conversion
[ERROR]   required: List<Feature>
  found:    List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[75,38] [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[78,46] [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[81,32] [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[104,38] [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[107,46] [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[110,32] [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationAnnotator.java>:[144,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeRelationAnnotator.java>:[122,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[38,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[50,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[54,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[60,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[64,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[73,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[71,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[INFO] 101 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

Build failed in Jenkins: ctakes-trunk-compiletest » Apache cTAKES Temporal Information Extraction #828

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/828/changes>

Changes:

[dligach] printe event data / single label per word

------------------------------------------
[...truncated 69 lines...]
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[96,28] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[109,62] [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ContextualModalityAnnotator.java>:[109,62] [unchecked] unchecked conversion
[ERROR]   required: List<Feature>
  found:    List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[68,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[82,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[80,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[89,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[87,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[96,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[94,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[107,44] [unchecked] unchecked call to DistanceExtractor(String,Class<? extends Annotation>) as a member of the raw type DistanceExtractor
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,18] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53] [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,19] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,19] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,47] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,18] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TemporalRelationExtractorAnnotator.java>:[115,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeSelfRelationAnnotator.java>:[141,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfNEPredicateEventSpans.java>:[77,37] [deprecation] createAnnotatorDescription(File) in NEPredicateEventAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventRelations.java>:[140,35] [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventTimeDeepPheRelations.java>:[320,33] [deprecation] createEngineDescription(File) in EventTimeSelfRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeI2B2RelationAnnotator.java>:[122,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationGoldContainerAnnotator.java>:[140,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventDeepPheRelations.java>:[314,50] [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[188,4] [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member of the raw type TypePathExtractor
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class TypePathExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[184,37] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[198,36] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,38] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,20] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[251,38] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,44] [unchecked] unchecked call to extractWithin(JCas,FOCUS_T,Annotation) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,20] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimeAnnotator.java>:[255,44] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationSeedBasedAnnotator.java>:[141,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[56,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[71,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/ConsecutiveSentencesEventTimeRelationAnnotator.java>:[81,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventHybridModelsRelations.java>:[376,54] [deprecation] createAnnotatorDescription(File) in EventEventCRFRelationAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfEventEventHybridModelsRelations.java>:[377,60] [deprecation] createAnnotatorDescription(File) in EventEventRelationSeedBasedAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[34,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[48,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[46,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[55,3] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[53,55] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[62,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[60,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[70,44] [unchecked] unchecked call to DistanceExtractor(String,Class<? extends Annotation>) as a member of the raw type DistanceExtractor
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,56] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[81,56] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,56] [unchecked] unchecked call to extract(JCas,T) as a member of the raw type FeatureExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in interface FeatureExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[82,56] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,51] [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[83,51] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[84,17] [unchecked] unchecked method invocation: method addAll in interface List is applied to given types
[ERROR]   required: Collection<? extends E>
  found: List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UnexpandedTokenFeaturesExtractor.java>:[84,45] [unchecked] unchecked conversion
[ERROR]   required: Collection<? extends E>
  found:    List
  where E is a type-variable:
    E extends Object declared in interface List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/NeuralEventTimeSelfRelationAnnotator.java>:[149,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[78,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[90,30] [deprecation] createPrimitiveDescription(Class<? extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[131,4] [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member of the raw type TypePathExtractor
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class TypePathExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[129,37] [unchecked] unchecked call to CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of the raw type CombinedExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class CombinedExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[132,26] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58] [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw type CleartkExtractor
[ERROR]   where FOCUS_T is a type-variable:
    FOCUS_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58] [unchecked] unchecked conversion
[ERROR]   required: List<Feature>
  found:    List
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[75,38] [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[78,46] [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[81,32] [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[104,38] [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[107,46] [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[110,32] [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationAnnotator.java>:[144,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/EventTimeRelationAnnotator.java>:[122,27] [unchecked] unchecked generic array creation for varargs parameter of type RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] <https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[38,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[ERROR]   where SEARCH_T is a type-variable:
    SEARCH_T extends Annotation declared in class CleartkExtractor
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[50,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[54,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[60,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[64,62] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[73,3] [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as a member of the raw type NamingExtractor1
[ERROR]   where T is a type-variable:
    T extends Annotation declared in class NamingExtractor1
<https://builds.apache.org/job/ctakes-trunk-compiletest/org.apache.ctakes$ctakes-temporal/ws/src/main/java/org/apache/ctakes/temporal/ae/feature/UMLSBasedTokenFeaturesExtractor.java>:[71,42] [unchecked] unchecked call to CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a member of the raw type CleartkExtractor
[INFO] 101 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled