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

jenkins at imagej.net jenkins at imagej.net
Fri Apr 4 12:00:46 CDT 2014


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

Changes:

[Curtis Rueden] POM: update to scijava-common 2.13.0

[Curtis Rueden] AbstractFunction: fix bug in run method

[Curtis Rueden] Add an op that executes equations per pixel

------------------------------------------
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 faec4dcda7172c804eb1ec816865654594b77759 (origin/master)
Deleting old artifacts from #127
[workspace] $ /bin/sh -xe /tmp/hudson1199066002432775097.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.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ij-ops ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ ij-ops ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[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: faec4dcda7172c804eb1ec816865654594b77759 at timestamp: 1396630841055
[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] --- imagej-maven-plugin:0.3.1:set-rootdir (set-rootdir) @ ij-ops ---
[INFO] Setting rootdir: /data/devel/jenkins/jobs/ImageJ-OPS/workspace
[INFO] 
[INFO] --- groovy-maven-plugin:1.5:execute (generate-sources) @ ij-ops ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (default) @ ij-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) @ ij-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) @ ij-ops ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 152 source files to /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] Note: /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/imagej/ops/slicer/CroppedIterableInterval.java uses or overrides 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/imagej/ops/equation/DefaultEquation.java:[86,72] inconvertible types
found   : net.imglib2.img.array.ArrayImg<net.imglib2.type.numeric.real.DoubleType,net.imglib2.img.basictypeaccess.array.DoubleArray>
required: net.imglib2.IterableInterval<T>
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.211s
[INFO] Finished at: Fri Apr 04 12:00:46 CDT 2014
[INFO] Final Memory: 28M/367M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ij-ops: Compilation failure
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/imagej/ops/equation/DefaultEquation.java:[86,72] inconvertible types
[ERROR] found   : net.imglib2.img.array.ArrayImg<net.imglib2.type.numeric.real.DoubleType,net.imglib2.img.basictypeaccess.array.DoubleArray>
[ERROR] required: net.imglib2.IterableInterval<T>
[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