You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/12/16 00:10:53 UTC

Build failed in Jenkins: UIMA-uimaFIT #221

See <https://builds.apache.org/job/UIMA-uimaFIT/221/changes>

Changes:

[rec] [UIMA-4566] FeatureStructure and AnnotationFS not recognized by CASUtil.getType()
- Added test

[rec] [UIMA-4537] Upgrade to UIMA 2.8.0/2.8.1

------------------------------------------
[...truncated 1308 lines...]

CAS-Text:
Me and all my friends are non-conformists.
[Me and all my friends are non-conformists.]
Sentence
   sofa: _InitialView
   begin: 0
   end: 42
[Me]
Token
   sofa: _InitialView
   begin: 0
   end: 2
   pos: "M"
   stem: "me"
[and]
Token
   sofa: _InitialView
   begin: 3
   end: 6
   pos: "A"
   stem: "and"
[all]
Token
   sofa: _InitialView
   begin: 7
   end: 10
   pos: "A"
   stem: "all"
[my]
Token
   sofa: _InitialView
   begin: 11
   end: 13
   pos: "M"
   stem: "my"
[friends]
Token
   sofa: _InitialView
   begin: 14
   end: 21
   pos: "F"
   stem: "friend"
[are]
Token
   sofa: _InitialView
   begin: 22
   end: 25
   pos: "A"
   stem: "are"
[non]
Token
   sofa: _InitialView
   begin: 26
   end: 29
   pos: "N"
   stem: "non"
[-]
Token
   sofa: _InitialView
   begin: 29
   end: 30
   pos: "-"
   stem: "-"
[conformists]
Token
   sofa: _InitialView
   begin: 30
   end: 41
   pos: "C"
   stem: "conformist"
[.]
Token
   sofa: _InitialView
   begin: 41
   end: 42
   pos: "."
   stem: "."
-------- View _InitialView end ----------------------------------

======== CAS 0 end ==================================]> but was:<[]>
  JCasBuilderTest.test:71 expected:<[======== CAS 0 begin ==================================

-------- View _InitialView begin ----------------------------------

DocumentAnnotation
   sofa: _InitialView
   begin: 0
   end: 89
   language: "x-unspecified"

CAS-Text:
This sentence is not annotated. But this sentences is annotated. And here every token is.
[But this sentences is annotated. ]
Sentence
   sofa: _InitialView
   begin: 32
   end: 65
[And here every token is.]
Sentence
   sofa: _InitialView
   begin: 65
   end: 89
[And]
Token
   sofa: _InitialView
   begin: 65
   end: 68
   pos: <null>
   stem: <null>
[here]
Token
   sofa: _InitialView
   begin: 69
   end: 73
   pos: <null>
   stem: <null>
[every]
Token
   sofa: _InitialView
   begin: 74
   end: 79
   pos: <null>
   stem: <null>
[token]
Token
   sofa: _InitialView
   begin: 80
   end: 85
   pos: <null>
   stem: <null>
[is]
Token
   sofa: _InitialView
   begin: 86
   end: 88
   pos: <null>
   stem: <null>
[.]
Token
   sofa: _InitialView
   begin: 88
   end: 89
   pos: <null>
   stem: <null>
-------- View _InitialView end ----------------------------------

======== CAS 0 end ==================================]> but was:<[]>

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

[ERROR] There are test failures.

Please refer to F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\target\surefire-reports for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (dup-meta-jar-cleanup) @ uimafit-core ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ uimafit-core ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\target\uimafit-core-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ uimafit-core ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.4:findbugs (default) @ uimafit-core ---
[INFO] Fork Value is true
     [java] Warnings generated: 17
[INFO] Done FindBugs Analysis....
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\target
[FINDBUGS] Successfully parsed file F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\target\findbugsXml.xml of module Apache UIMA uimaFIT - Core with 17 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #220
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uimafit-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ uimafit-core ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ uimafit-core ---
[INFO] 
[INFO] --- gmaven-plugin:1.5:execute (read-notice) @ uimafit-core ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ uimafit-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uimafit-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uimafit-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 91 source files to F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\target\classes
[WARNING] /F:/jenkins/jenkins-slave/workspace/UIMA-uimaFIT/trunk/uimafit-core/src/main/java/org/apache/uima/fit/factory/ExternalResourceFactory.java: Some input files use unchecked or unsafe operations.
[WARNING] /F:/jenkins/jenkins-slave/workspace/UIMA-uimaFIT/trunk/uimafit-core/src/main/java/org/apache/uima/fit/factory/ExternalResourceFactory.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default) @ uimafit-core ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache UIMA uimaFIT
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA uimaFIT - Parent ...................... SUCCESS [26.859s]
[INFO] Apache UIMA uimaFIT - Core ........................ FAILURE [1:57.859s]
[INFO] Apache UIMA uimaFIT - Examples .................... SKIPPED
[INFO] Apache UIMA uimaFIT - Spring integration .......... SKIPPED
[INFO] Apache UIMA uimaFIT - Maven Plugin ................ SKIPPED
[INFO] Apache UIMA uimaFIT - Legacy uimaFIT support ...... SKIPPED
[INFO] Apache UIMA uimaFIT - Documentation ............... SKIPPED
[INFO] Apache UIMA uimaFIT - Collection Processing Engine support  SKIPPED
[INFO] Apache UIMA uimaFIT ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:33.058s
[INFO] Finished at: Tue Dec 15 15:10:35 PST 2015
[INFO] Final Memory: 51M/133M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.codehaus.mojo:cobertura-maven-plugin:2.6:instrument (default) on project uimafit-core: Unable to obtain CommandsFile location. There is not enough space on the disk -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uimafit-core
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-maven-plugin\pom.xml to org.apache.uima/uimafit-maven-plugin/2.2.0-SNAPSHOT/uimafit-maven-plugin-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-spring\pom.xml to org.apache.uima/uimafit-spring/2.2.0-SNAPSHOT/uimafit-spring-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-examples\pom.xml to org.apache.uima/uimafit-examples/2.2.0-SNAPSHOT/uimafit-examples-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-cpe\pom.xml to org.apache.uima/uimafit-cpe/2.2.0-SNAPSHOT/uimafit-cpe-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-docbook\pom.xml to org.apache.uima/uimafit-docbook/2.2.0-SNAPSHOT/uimafit-docbook-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-legacy-support\pom.xml to org.apache.uima/uimafit-legacy-support/2.2.0-SNAPSHOT/uimafit-legacy-support-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-parent\pom.xml to org.apache.uima/uimafit-parent/2.2.0-SNAPSHOT/uimafit-parent-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\pom.xml to org.apache.uima/uimafit-core/2.2.0-SNAPSHOT/uimafit-core-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-uimaFIT\trunk\uimafit-core\target\uimafit-core-2.2.0-SNAPSHOT.jar to org.apache.uima/uimafit-core/2.2.0-SNAPSHOT/uimafit-core-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk\pom.xml> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT.pom
Sending e-mails to: dev@uima.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Skipping Cobertura coverage report as build was not UNSTABLE or better ...

Jenkins build is back to normal : UIMA-uimaFIT #222

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