[ImageJ-builds] Build failed in Jenkins: SciJava-OPS #3
jenkins at imagej.net
jenkins at imagej.net
Sat Nov 16 22:32:03 CST 2013
See <http://jenkins.imagej.net/job/SciJava-OPS/3/changes>
Changes:
[Curtis Rueden] Rename Operation to Function
[Curtis Rueden] Remove unused BijectiveFunction interface
[Curtis Rueden] First cut at standardizing INPUT and OUTPUT typing
[Curtis Rueden] Function: make compute method return output value
[Curtis Rueden] Rename Function to AgnosticUnaryOutputFunction
[Curtis Rueden] Standardize createOutput method names
[Curtis Rueden] Organize imports
[Curtis Rueden] Make AgnosticUnaryOutputFunction a UnaryOutputFunction
[Curtis Rueden] Make a common Function interface
[Curtis Rueden] UnaryFunction, BinaryFunction: tweak javadoc
[Curtis Rueden] Add some abstract superclasses for functions
[Curtis Rueden] Add AgnosticOutputFunction interface
[Curtis Rueden] Extend AbstractBinaryOutputFunction as appropriate
[Curtis Rueden] Remove needless @inheritDoc javadoc tags
------------------------------------------
Started by an SCM change
Building on master
Checkout:workspace / <http://jenkins.imagej.net/job/SciJava-OPS/ws/> - hudson.remoting.LocalChannel at 2924d60
Using strategy: Default
Last Built Revision: Revision c0effe9fc77e6f2cd51d4422e50fce43412943e9 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/scijava/scijava-ops
Commencing build of Revision 989366870f8b13f15d9ec3d394433ceaf9a31235 (origin/master)
Checking out Revision 989366870f8b13f15d9ec3d394433ceaf9a31235 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson7085526257355399180.sh
+ git clean -dfx
Removing core/target/
Removing descriptors/target/
Removing functions/target/
Removing trackers/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: 989366870f8b13f15d9ec3d394433ceaf9a31235 at timestamp: 1384662720531
[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 28 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/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/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
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/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/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
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Sat Nov 16 22:32:02 CST 2013
[INFO] Final Memory: 64M/1031M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
More information about the ImageJ-builds
mailing list