[ImageJ-builds] Build failed in Jenkins: SciJava-OPS #7
jenkins at imagej.net
jenkins at imagej.net
Wed Nov 27 11:32:56 CST 2013
See <http://jenkins.imagej.net/job/SciJava-OPS/7/changes>
Changes:
[andreas.graumann] added fourier shape descritpor
[andreas.graumann] added orientation histogram
[andreas.graumann] small changes in orientation histogram
[andreas.graumann] added parameter class to orientation histogram
[andreas.graumann] added file header
[andreas.graumann] minor changes
[christian.dietz] Added naive RandomAccessibleROI implemenation
[andreas.graumann] modified orientation histogram
[andreas.graumann] modified orientation histogram
------------------------------------------
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 6f77c0498995d24beb57f1b214a9e805938d4993 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/scijava/scijava-ops
Commencing build of Revision c8a16d3412a7d1d921870339381e431f5525a759 (origin/master)
Checking out Revision c8a16d3412a7d1d921870339381e431f5525a759 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson6078847186724757349.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: c8a16d3412a7d1d921870339381e431f5525a759 at timestamp: 1385573573068
[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: 7 seconds
[INFO] Finished at: Wed Nov 27 11:32:56 CST 2013
[INFO] Final Memory: 64M/1028M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
Failed to send e-mail to christian.dietz because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to andreas.graumann because no e-mail address is known, and no default e-mail domain is configured
More information about the ImageJ-builds
mailing list