[ImageJ-builds] Build failed in Jenkins: bigwarp #86

jenkins at imagej.net jenkins at imagej.net
Thu Dec 8 16:21:16 CST 2016


See <http://jenkins.imagej.net/job/bigwarp/86/changes>

Changes:

[John Bogovic] fix jenkins build

------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/bigwarp/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/saalfeldlab/bigwarp # timeout=10
Fetching upstream changes from git://github.com/saalfeldlab/bigwarp
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/saalfeldlab/bigwarp +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f9dfa2703d9e7d623de473a43aa4c95f253a957d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9dfa2703d9e7d623de473a43aa4c95f253a957d
 > git rev-list cbe47ea6917a55659cc9d9558a6ec1037f67f13e # timeout=10
 > git tag -a -f -m Jenkins Build #86 jenkins-bigwarp-86 # timeout=10
[bigwarp] $ /bin/sh -xe /tmp/hudson1559346205738521769.sh
+ git clean -dfx
[bigwarp] $ /bin/sh -xe /tmp/hudson1190326248430911258.sh
+ mvn -U -Pdeploy-to-imagej clean deploy
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bigwarp_fiji 2.1.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ bigwarp_fiji ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ bigwarp_fiji ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ bigwarp_fiji ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bigwarp_fiji ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/bigwarp' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/bigwarp
[INFO] Storing buildNumber: f9dfa2703d9e7d623de473a43aa4c95f253a957d at timestamp: 1481235672127
[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-maven/workspace/bigwarp' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/bigwarp
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- scijava-maven-plugin:0.5.1:set-rootdir (set-rootdir) @ bigwarp_fiji ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/bigwarp
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ bigwarp_fiji ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bigwarp_fiji ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to /data/devel/jenkins-maven/workspace/bigwarp/target/classes
[INFO] /data/devel/jenkins-maven/workspace/bigwarp/src/main/java/bigwarp/BigWarp.java: Some input files use unchecked or unsafe operations.
[INFO] /data/devel/jenkins-maven/workspace/bigwarp/src/main/java/bigwarp/BigWarp.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/bigwarp/src/main/java/bigwarp/BigWarpRealExporter.java:[192,77] incompatible types: no instance(s) of type variable(s) T exist so that net.imglib2.view.IntervalView<T> conforms to net.imglib2.view.MixedTransformView<T>
[ERROR] /data/devel/jenkins-maven/workspace/bigwarp/src/main/java/bigwarp/BigWarpARGBExporter.java:[135,84] incompatible types: no instance(s) of type variable(s) T exist so that net.imglib2.view.IntervalView<T> conforms to net.imglib2.view.MixedTransformView<net.imglib2.type.numeric.ARGBType>
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.743s
[INFO] Finished at: Thu Dec 08 16:21:16 CST 2016
[INFO] Final Memory: 33M/499M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project bigwarp_fiji: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins-maven/workspace/bigwarp/src/main/java/bigwarp/BigWarpRealExporter.java:[192,77] incompatible types: no instance(s) of type variable(s) T exist so that net.imglib2.view.IntervalView<T> conforms to net.imglib2.view.MixedTransformView<T>
[ERROR] /data/devel/jenkins-maven/workspace/bigwarp/src/main/java/bigwarp/BigWarpARGBExporter.java:[135,84] incompatible types: no instance(s) of type variable(s) T exist so that net.imglib2.view.IntervalView<T> conforms to net.imglib2.view.MixedTransformView<net.imglib2.type.numeric.ARGBType>
[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
Publishing Javadoc



More information about the ImageJ-builds mailing list