[ImageJ-builds] Build failed in Jenkins: ImageJ-OPS #174

jenkins at imagej.net jenkins at imagej.net
Mon Sep 15 15:44:58 CDT 2014


See <http://jenkins.imagej.net/job/ImageJ-OPS/174/changes>

Changes:

[Curtis Rueden] Renamed OutputFactory to BufferedFactory

[Curtis Rueden] Added OutputFunction interface

------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-OPS/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej-ops
Checking out Revision 0ed6bbf1fec1ff1900bc1ffd3d19b766bd974cbc (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson8691707830509583908.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Operations 0.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imagej-ops ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ imagej-ops ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ-OPS/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-OPS/workspace
[INFO] Storing buildNumber: 0ed6bbf1fec1ff1900bc1ffd3d19b766bd974cbc at timestamp: 1410813890053
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ-OPS/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-OPS/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- groovy-maven-plugin:1.5:execute (generate-sources) @ imagej-ops ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (default) @ imagej-ops ---
[INFO] Source directory: /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/generated-sources/from-template added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imagej-ops ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imagej-ops ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 734 source files to /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/join/DefaultJoinInplaceFunctions.java:[49,8] net.imagej.ops.join.DefaultJoinInplaceFunctions is not abstract and does not override abstract method convert(A,A) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/identity/DefaultIdentity.java:[43,8] net.imagej.ops.identity.DefaultIdentity is not abstract and does not override abstract method convert(A,A) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/map/ParallelMap.java:[53,8] net.imagej.ops.map.ParallelMap is not abstract and does not override abstract method convert(net.imglib2.IterableInterval<A>,net.imglib2.IterableInterval<A>) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/loop/DefaultLoopInplace.java:[44,8] net.imagej.ops.loop.DefaultLoopInplace is not abstract and does not override abstract method convert(I,I) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/map/MapI.java:[47,8] net.imagej.ops.map.MapI is not abstract and does not override abstract method convert(java.lang.Iterable<A>,java.lang.Iterable<A>) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/join/DefaultJoinInplaceAndInplace.java:[44,8] net.imagej.ops.join.DefaultJoinInplaceAndInplace is not abstract and does not override abstract method convert(A,A) in net.imglib2.converter.Converter
[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.600s
[INFO] Finished at: Mon Sep 15 15:44:57 CDT 2014
[INFO] Final Memory: 34M/469M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imagej-ops: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/join/DefaultJoinInplaceFunctions.java:[49,8] net.imagej.ops.join.DefaultJoinInplaceFunctions is not abstract and does not override abstract method convert(A,A) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/identity/DefaultIdentity.java:[43,8] net.imagej.ops.identity.DefaultIdentity is not abstract and does not override abstract method convert(A,A) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/map/ParallelMap.java:[53,8] net.imagej.ops.map.ParallelMap is not abstract and does not override abstract method convert(net.imglib2.IterableInterval<A>,net.imglib2.IterableInterval<A>) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/loop/DefaultLoopInplace.java:[44,8] net.imagej.ops.loop.DefaultLoopInplace is not abstract and does not override abstract method convert(I,I) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/map/MapI.java:[47,8] net.imagej.ops.map.MapI is not abstract and does not override abstract method convert(java.lang.Iterable<A>,java.lang.Iterable<A>) in net.imglib2.converter.Converter
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/net/imagej/ops/join/DefaultJoinInplaceAndInplace.java:[44,8] net.imagej.ops.join.DefaultJoinInplaceAndInplace is not abstract and does not override abstract method convert(A,A) in net.imglib2.converter.Converter
[ERROR] -> [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/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Build step 'Groovy Postbuild' marked build as failure
Recording test results
Performance: Percentage of errors greater or equal than 0% sets the build as unstable
Performance: Percentage of errors greater or equal than 0% sets the build as failure



Performance: Recording JUnit reports '**/TEST-*.xml'



More information about the ImageJ-builds mailing list