[ImageJ-builds] Build failed in Jenkins: SPIM_Registration #135
jenkins at imagej.net
jenkins at imagej.net
Wed Mar 25 19:27:29 CDT 2015
See <http://jenkins.imagej.net/job/SPIM_Registration/135/changes>
Changes:
[Stephan Preibisch] added reader for micromanager format
[Stephan Preibisch] implemented the datasetmanager for micromanager
[Stephan Preibisch] fixed the name and added it to the plugin menu
[Stephan Preibisch] added an empty imgloader
[Stephan Preibisch] fixed the naming
[Stephan Preibisch] pre-set unit
[Stephan Preibisch] close the micromanager file correctly
[Stephan Preibisch] finished imgloaders
[Stephan Preibisch] removed unnecessary commit
[Stephan Preibisch] added xml i/o for the micromanager imgloader
[Stephan Preibisch] imgloader returns the img and not null
[Stephan Preibisch] auto-apply rotation axis
[Stephan Preibisch] removed unnecessary import
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/SPIM_Registration/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/SPIM_Registration # timeout=10
Fetching upstream changes from https://github.com/bigdataviewer/SPIM_Registration
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/bigdataviewer/SPIM_Registration +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ddcc3337e7d8426e325eaaf63aed4d9df047ae0e (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ddcc3337e7d8426e325eaaf63aed4d9df047ae0e
> git rev-list 94d9ca9842d8631dc0656559254c14123e60df25 # timeout=10
> git tag -a -f -m Jenkins Build #135 jenkins-SPIM_Registration-135 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4771943055959063908.sh
+ git clean -dfx
Removing target/
[workspace] $ /bin/sh -xe /tmp/hudson2232555901908560772.sh
+ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SPIM Registration 2.1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ SPIM_Registration ---
Downloading: http://maven.imagej.net/content/groups/public/com/sun/tools/1.4.2/tools-1.4.2.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/1.4.2/tools-1.4.2.pom
[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) @ SPIM_Registration ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/SPIM_Registration/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/SPIM_Registration/workspace
[INFO] Storing buildNumber: ddcc3337e7d8426e325eaaf63aed4d9df047ae0e at timestamp: 1427329641801
[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/SPIM_Registration/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/SPIM_Registration/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:0.4.4:set-rootdir (set-rootdir) @ SPIM_Registration ---
[INFO] Setting rootdir: /data/devel/jenkins/jobs/SPIM_Registration/workspace
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ SPIM_Registration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ SPIM_Registration ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 326 source files to /data/devel/jenkins/jobs/SPIM_Registration/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/SPIM_Registration/workspace/src/main/java/spim/fiji/datasetmanager/MicroManager.java:[230,64] reference to FinalDimensions is ambiguous, both method FinalDimensions(long...) in net.imglib2.FinalDimensions and method FinalDimensions(int...) in net.imglib2.FinalDimensions match
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.799s
[INFO] Finished at: Wed Mar 25 19:27:29 CDT 2015
[INFO] Final Memory: 31M/526M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project SPIM_Registration: Compilation failure
[ERROR] /data/devel/jenkins/jobs/SPIM_Registration/workspace/src/main/java/spim/fiji/datasetmanager/MicroManager.java:[230,64] reference to FinalDimensions is ambiguous, both method FinalDimensions(long...) in net.imglib2.FinalDimensions and method FinalDimensions(int...) in net.imglib2.FinalDimensions match
[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