[ImageJ-builds] Build failed in Jenkins: bigdataviewer-core #43

jenkins at imagej.net jenkins at imagej.net
Fri May 22 08:05:34 CDT 2015


See <http://jenkins.imagej.net/job/bigdataviewer-core/43/changes>

Changes:

[Tobias Pietzsch] ClampingNLinearInterpolatorFactory provides clamped interpolators for all kinds of types.

------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/bigdataviewer-core/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/bigdataviewer/bigdataviewer-core # timeout=10
Fetching upstream changes from https://github.com/bigdataviewer/bigdataviewer-core
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/bigdataviewer/bigdataviewer-core +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bd513e5419bd878be54574855e7705fded3b2aff (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bd513e5419bd878be54574855e7705fded3b2aff
 > git rev-list 1b31ebb147a111bc36a4ebef31721295c8d4e955 # timeout=10
 > git tag -a -f -m Jenkins Build #43 jenkins-bigdataviewer-core-43 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4361859700287126940.sh
+ git clean -dfx
Removing target/
[workspace] $ /bin/sh -xe /tmp/hudson4943281226847456714.sh
+ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BigDataViewer Core 1.1.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ bigdataviewer-core ---
[INFO] Adding ignorable dependency: null:jcodings:null
[INFO]   Adding ignore: org/jcodings/*
[INFO] Adding ignorable dependency: null:jnr-constants:null
[INFO]   Adding ignore: com/kenai/constantine/*
[INFO]   Adding ignore: jnr/constants/*
[INFO] Adding ignorable dependency: null:jnr-ffi:null
[INFO]   Adding ignore: jnr/ffi/*
[INFO] Adding ignorable dependency: null:VIB-lib:null
[INFO]   Adding ignore: javax/media/j3d/
[INFO] Adding ignorable dependency: null:j3d-core:null
[INFO]   Adding ignore: javax/media/j3d/
[INFO] Adding ignorable dependency: null:joda-time:null
[INFO]   Adding ignore: *
[INFO] Adding ignorable dependency: null:slf4j-log4j12:null
[INFO]   Adding ignore: org/slf4j/impl/*
[INFO] Adding ignorable dependency: batik:batik:null
[INFO]   Adding ignore: *
[INFO] Adding ignorable dependency: jama:jama:null
[INFO]   Adding ignore: Jama/*
[INFO] Adding ignorable dependency: com.sun:tools:null
[INFO]   Adding ignore: *
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ bigdataviewer-core ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/bigdataviewer-core/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/bigdataviewer-core/workspace
[INFO] Storing buildNumber: bd513e5419bd878be54574855e7705fded3b2aff at timestamp: 1432299928965
[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/bigdataviewer-core/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/bigdataviewer-core/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- scijava-maven-plugin:0.5.0:set-rootdir (set-rootdir) @ bigdataviewer-core ---
[INFO] Setting rootdir: /data/devel/jenkins/jobs/bigdataviewer-core/workspace
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bigdataviewer-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bigdataviewer-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 167 source files to /data/devel/jenkins/jobs/bigdataviewer-core/workspace/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/bigdataviewer-core/workspace/src/main/java/net/imglib2/interpolation/randomaccess/ClampingNLinearInterpolatorFactory.java:[66,27] inconvertible types
found   : T
required: net.imglib2.type.numeric.ARGBType
[ERROR] /data/devel/jenkins/jobs/bigdataviewer-core/workspace/src/main/java/net/imglib2/interpolation/randomaccess/ClampingNLinearInterpolatorFactory.java:[71,128] inconvertible types
found   : net.imglib2.RandomAccessible<T>
required: net.imglib2.RandomAccessible<net.imglib2.type.numeric.ARGBType>
[ERROR] /data/devel/jenkins/jobs/bigdataviewer-core/workspace/src/main/java/net/imglib2/interpolation/randomaccess/ClampingNLinearInterpolatorFactory.java:[71,66] inconvertible types
found   : net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
required: net.imglib2.RealRandomAccess<T>
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.265s
[INFO] Finished at: Fri May 22 08:05:34 CDT 2015
[INFO] Final Memory: 29M/359M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project bigdataviewer-core: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/bigdataviewer-core/workspace/src/main/java/net/imglib2/interpolation/randomaccess/ClampingNLinearInterpolatorFactory.java:[66,27] inconvertible types
[ERROR] found   : T
[ERROR] required: net.imglib2.type.numeric.ARGBType
[ERROR] /data/devel/jenkins/jobs/bigdataviewer-core/workspace/src/main/java/net/imglib2/interpolation/randomaccess/ClampingNLinearInterpolatorFactory.java:[71,128] inconvertible types
[ERROR] found   : net.imglib2.RandomAccessible<T>
[ERROR] required: net.imglib2.RandomAccessible<net.imglib2.type.numeric.ARGBType>
[ERROR] /data/devel/jenkins/jobs/bigdataviewer-core/workspace/src/main/java/net/imglib2/interpolation/randomaccess/ClampingNLinearInterpolatorFactory.java:[71,66] inconvertible types
[ERROR] found   : net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
[ERROR] required: net.imglib2.RealRandomAccess<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 'Execute shell' marked build as failure
Archiving artifacts



More information about the ImageJ-builds mailing list