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 2019/01/25 20:38:52 UTC

Build failed in Jenkins: UIMA-DUCC » Apache UIMA DUCC: uima-ducc-examples #1482

See <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/1482/display/redirect?page=changes>

Changes:

[cwiklik] UIMA-5970 Added new example of CustomProcessor for the pullservice

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA DUCC: uima-ducc-examples 2.2.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uima-ducc-examples ---
[INFO] Deleting <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/target>
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 27 files to scan for tasks
Found 22 open tasks.
[TASKS] Computing warning deltas based on reference build #1481
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uima-ducc-examples ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ uima-ducc-examples ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ uima-ducc-examples ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ uima-ducc-examples ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/>
[INFO] Storing buildNumber: 1852173 at timestamp: 1548448687875
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ uima-ducc-examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uima-ducc-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 70 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uima-ducc-examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[22,46] package org.apache.uima.ducc.ps.service.errors does not exist
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[23,49] package org.apache.uima.ducc.ps.service.processor does not exist
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[24,49] package org.apache.uima.ducc.ps.service.processor does not exist
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[26,41] cannot find symbol
  symbol: class IServiceProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[29,41] cannot find symbol
  symbol:   class ServiceInitializationException
  location: class org.apache.uima.ducc.example.service.processor.CustomProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[34,16] cannot find symbol
  symbol:   class IProcessResult
  location: class org.apache.uima.ducc.example.service.processor.CustomProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[57,46] cannot find symbol
  symbol:   class IProcessResult
  location: class org.apache.uima.ducc.example.service.processor.CustomProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[28,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[33,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[38,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[43,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[48,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[53,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[59,17] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[65,17] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[71,17] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[77,17] method does not override or implement a method from a supertype
[INFO] 17 errors 
[INFO] -------------------------------------------------------------

Jenkins build is back to normal : UIMA-DUCC » Apache UIMA DUCC: uima-ducc-examples #1484

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/1484/display/redirect?page=changes>


Build failed in Jenkins: UIMA-DUCC » Apache UIMA DUCC: uima-ducc-examples #1483

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/1483/display/redirect>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA DUCC: uima-ducc-examples 2.2.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uima-ducc-examples ---
[INFO] Deleting <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/target>
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 27 files to scan for tasks
Found 22 open tasks.
[TASKS] Computing warning deltas based on reference build #1481
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uima-ducc-examples ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ uima-ducc-examples ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ uima-ducc-examples ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ uima-ducc-examples ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/>
[INFO] Storing buildNumber: 1852179 at timestamp: 1548450923017
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/'> && 'svn' '--non-interactive' 'info'
[INFO] Working directory: <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ uima-ducc-examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uima-ducc-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 70 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uima-ducc-examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[22,46] package org.apache.uima.ducc.ps.service.errors does not exist
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[23,49] package org.apache.uima.ducc.ps.service.processor does not exist
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[24,49] package org.apache.uima.ducc.ps.service.processor does not exist
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[26,41] cannot find symbol
  symbol: class IServiceProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[29,41] cannot find symbol
  symbol:   class ServiceInitializationException
  location: class org.apache.uima.ducc.example.service.processor.CustomProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[34,16] cannot find symbol
  symbol:   class IProcessResult
  location: class org.apache.uima.ducc.example.service.processor.CustomProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[57,46] cannot find symbol
  symbol:   class IProcessResult
  location: class org.apache.uima.ducc.example.service.processor.CustomProcessor
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[28,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[33,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[38,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[43,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[48,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[53,9] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[59,17] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[65,17] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[71,17] method does not override or implement a method from a supertype
[ERROR] <https://builds.apache.org/job/UIMA-DUCC/org.apache.uima$uima-ducc-examples/ws/src/main/java/org/apache/uima/ducc/example/service/processor/CustomProcessor.java>:[77,17] method does not override or implement a method from a supertype
[INFO] 17 errors 
[INFO] -------------------------------------------------------------