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/03/11 00:04:33 UTC

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

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

Changes:

[clin] add the first version of cross-sentence temporal relation annotator for THYME data.

------------------------------------------
[...truncated 229 lines...]
[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/EventTimeSelfRelationAnnotator.java>:[126,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/TimexDischargeTimeAnnotator.java>:[77,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/TimexDischargeTimeAnnotator.java>:[89,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/TimexDischargeTimeAnnotator.java>:[129,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/TimexDischargeTimeAnnotator.java>:[127,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/TimexDischargeTimeAnnotator.java>:[130,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/TimexDischargeTimeAnnotator.java>:[198,59] [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/TimexDischargeTimeAnnotator.java>:[198,59] [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/EventAnnotator.java>:[206,8] [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/EventAnnotator.java>:[203,33] [unchecked] unchecked call to CombinedExtractor1(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/EventAnnotator.java>:[207,35] [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/EventAnnotator.java>:[321,58] [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/EventAnnotator.java>:[321,23] [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/EventAnnotator.java>:[321,58] [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/EventAnnotator.java>:[324,66] [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/EventAnnotator.java>:[324,23] [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/EventAnnotator.java>:[324,66] [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/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
[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>:[81,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/UMLSBasedTokenFeaturesExtractor.java>:[98,65] [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/UMLSBasedTokenFeaturesExtractor.java>:[98,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/UMLSBasedTokenFeaturesExtractor.java>:[98,65] [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/UMLSBasedTokenFeaturesExtractor.java>:[99,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/UMLSBasedTokenFeaturesExtractor.java>:[99,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/UMLSBasedTokenFeaturesExtractor.java>:[99,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/UMLSBasedTokenFeaturesExtractor.java>:[100,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/UMLSBasedTokenFeaturesExtractor.java>:[100,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/UMLSBasedTokenFeaturesExtractor.java>:[111,65] [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/UMLSBasedTokenFeaturesExtractor.java>:[111,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/UMLSBasedTokenFeaturesExtractor.java>:[111,65] [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/UMLSBasedTokenFeaturesExtractor.java>:[112,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/UMLSBasedTokenFeaturesExtractor.java>:[112,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/UMLSBasedTokenFeaturesExtractor.java>:[112,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/UMLSBasedTokenFeaturesExtractor.java>:[113,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/UMLSBasedTokenFeaturesExtractor.java>:[113,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/UMLSBasedTokenFeaturesExtractor.java>:[118,63] [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/UMLSBasedTokenFeaturesExtractor.java>:[118,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/UMLSBasedTokenFeaturesExtractor.java>:[118,63] [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/UMLSBasedTokenFeaturesExtractor.java>:[119,63] [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/UMLSBasedTokenFeaturesExtractor.java>:[119,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/UMLSBasedTokenFeaturesExtractor.java>:[119,63] [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/UMLSBasedTokenFeaturesExtractor.java>:[120,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/UMLSBasedTokenFeaturesExtractor.java>:[120,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/UMLSBasedTokenFeaturesExtractor.java>:[120,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/UMLSBasedTokenFeaturesExtractor.java>:[121,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/UMLSBasedTokenFeaturesExtractor.java>:[121,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/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/ContextualModalityAnnotator.java>:[94,8] [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/ContextualModalityAnnotator.java>:[92,39] [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/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/CrossSentenceTemporalRelationAnnotator.java>:[39,23] error: cannot find symbol
[INFO] 101 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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


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

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

Changes:

[clin] use the new sentence dectector

[clin] 1. use the newest sentence detector
2. change the data split, so we can test on the real test set
3. normalize timex to string

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache cTAKES Temporal Information Extraction 3.2.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/ctakes/ctakes-sentdetect-cleartk/3.2.3-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/ctakes/ctakes-sentdetect-cleartk/3.2.3-SNAPSHOT/ctakes-sentdetect-cleartk-3.2.3-SNAPSHOT.pom
[WARNING] The POM for org.apache.ctakes:ctakes-sentdetect-cleartk:jar:3.2.3-SNAPSHOT is missing, no dependency information available
Downloading: http://repository.apache.org/snapshots/org/apache/ctakes/ctakes-sentdetect-cleartk/3.2.3-SNAPSHOT/ctakes-sentdetect-cleartk-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving disabled