See <http://jenkins.imagej.net/job/SciJava-OPS/4/changes>
Changes:
[Curtis Rueden] Move Condition interface into core scijava-ops
[Curtis Rueden] Add abstract superclass for Conditions
[Curtis Rueden] Fix Condition type hierarchy
------------------------------------------
Started by an SCM change
Building on master
Checkout:workspace / <http://jenkins.imagej.net/job/SciJava-OPS/ws/> - hudson.remoting.LocalChannel@2924d60
Using strategy: Default
Last Built Revision: Revision 989366870f8b13f15d9ec3d394433ceaf9a31235 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/scijava/scijava-ops
Commencing build of Revision 54811ff1bda6a9331707725ba73272ae57a34ecf (origin/master)
Checking out Revision 54811ff1bda6a9331707725ba73272ae57a34ecf (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson1582769724563638714.sh
+ git clean -dfx
Removing core/target/
[workspace] $ mvn -U clean package
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] SciJava OPS Projects
[INFO] SciJava OPS Core Library
[INFO] SciJava OPS: Functions
[INFO] SciJava OPS: Descriptors
[INFO] SciJava OPS: Trackers
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava OPS Projects
[INFO] task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] Setting rootdir: /data/devel/jenkins/jobs/SciJava-OPS/workspace
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/SciJava-OPS/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/SciJava-OPS/workspace
[INFO] Storing buildNumber: 54811ff1bda6a9331707725ba73272ae57a34ecf at timestamp: 1384701872242
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/SciJava-OPS/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/SciJava-OPS/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [source:jar {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava OPS Core Library
[INFO] task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 30 source files to /data/devel/jenkins/jobs/SciJava-OPS/workspace/core/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/AbstractAgnosticUnaryOutputFunction.java:[42,16] types org.scijava.ops.AgnosticUnaryOutputFunction<I,O> and org.scijava.ops.AgnosticUnaryOutputFunction<I,O> are incompatible; both define copy(), but with unrelated return types
[ERROR] /data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/AbstractCondition.java:[42,16] types org.scijava.ops.AbstractAgnosticUnaryOutputFunction<I,boolean[]> and org.scijava.ops.AbstractAgnosticUnaryOutputFunction<I,boolean[]> are incompatible; both define copy(), but with unrelated return types
[ERROR] /data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/AgnosticUnaryOutputFunction.java:[42,7] types org.scijava.ops.UnaryOutputFunction<I,O> and org.scijava.ops.AgnosticOutputFunction<O> are incompatible; both define copy(), but with unrelated return types
[ERROR] /data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/Condition.java:[45,7] types org.scijava.ops.AgnosticUnaryOutputFunction<I,boolean[]> and org.scijava.ops.AgnosticUnaryOutputFunction<I,boolean[]> are incompatible; both define copy(), but with unrelated return types
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/AbstractAgnosticUnaryOutputFunction.java:[42,16] types org.scijava.ops.AgnosticUnaryOutputFunction<I,O> and org.scijava.ops.AgnosticUnaryOutputFunction<I,O> are incompatible; both define copy(), but with unrelated return types
/data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/AbstractCondition.java:[42,16] types org.scijava.ops.AbstractAgnosticUnaryOutputFunction<I,boolean[]> and org.scijava.ops.AbstractAgnosticUnaryOutputFunction<I,boolean[]> are incompatible; both define copy(), but with unrelated return types
/data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/AgnosticUnaryOutputFunction.java:[42,7] types org.scijava.ops.UnaryOutputFunction<I,O> and org.scijava.ops.AgnosticOutputFunction<O> are incompatible; both define copy(), but with unrelated return types
/data/devel/jenkins/jobs/SciJava-OPS/workspace/core/src/main/java/org/scijava/ops/Condition.java:[45,7] types org.scijava.ops.AgnosticUnaryOutputFunction<I,boolean[]> and org.scijava.ops.AgnosticUnaryOutputFunction<I,boolean[]> are incompatible; both define copy(), but with unrelated return types
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Sun Nov 17 09:24:37 CST 2013
[INFO] Final Memory: 63M/1026M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
--
You received this message because you are subscribed to the Google Groups "scijava" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scijava+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.