[ImageJ-builds] Build failed in Jenkins: MaMuT #67
jenkins at imagej.net
jenkins at imagej.net
Thu Mar 31 14:05:12 CDT 2016
See <http://jenkins.imagej.net/job/MaMuT/67/changes>
Changes:
[Jean-Yves Tinevez] The MaMuT viewer acquaints the 'selection only' display mode.
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/MaMuT/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/fiji/MaMuT # timeout=10
Fetching upstream changes from git://github.com/fiji/MaMuT
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/fiji/MaMuT +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f5b5c5844c9e210e8d1d2fa9d3550d04b1d78f89 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f5b5c5844c9e210e8d1d2fa9d3550d04b1d78f89
> git rev-list dd8ddbef58a7ac92b158aeab28db3c23a5641ee9 # timeout=10
> git tag -a -f -m Jenkins Build #67 jenkins-MaMuT-67 # timeout=10
[MaMuT] $ /bin/sh -xe /tmp/hudson8277154780051332363.sh
+ git clean -dfx
Removing target/
[MaMuT] $ /bin/sh -xe /tmp/hudson3254336206207761601.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 plugins/MaMuT_.jar 0.18.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ MaMuT_ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ MaMuT_ ---
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: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] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ MaMuT_ ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ MaMuT_ ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/MaMuT && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/MaMuT
[INFO] Storing buildNumber: f5b5c5844c9e210e8d1d2fa9d3550d04b1d78f89 at timestamp: 1459451109275
[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/MaMuT && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/MaMuT
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:0.5.1:set-rootdir (set-rootdir) @ MaMuT_ ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/MaMuT
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ MaMuT_ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ MaMuT_ ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /data/devel/jenkins-maven/workspace/MaMuT/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/gui/MamutKeyboardHandler.java: /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/gui/MamutKeyboardHandler.java uses or overrides a deprecated API.
[WARNING] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/gui/MamutKeyboardHandler.java: Recompile with -Xlint:deprecation for details.
[WARNING] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/gui/MamutActionPanel.java: /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/gui/MamutActionPanel.java uses unchecked or unsafe operations.
[WARNING] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/gui/MamutActionPanel.java: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[105,68] cannot find symbol
symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[126,130] cannot find symbol
symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[213,48] cannot find symbol
symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[255,48] cannot find symbol
symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[340,68] cannot find symbol
symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.307s
[INFO] Finished at: Thu Mar 31 14:05:12 CDT 2016
[INFO] Final Memory: 32M/459M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project MaMuT_: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[105,68] cannot find symbol
[ERROR] symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
[ERROR] location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[126,130] cannot find symbol
[ERROR] symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
[ERROR] location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[213,48] cannot find symbol
[ERROR] symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
[ERROR] location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[255,48] cannot find symbol
[ERROR] symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
[ERROR] location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[ERROR] /data/devel/jenkins-maven/workspace/MaMuT/src/main/java/fiji/plugin/mamut/viewer/MamutOverlay.java:[340,68] cannot find symbol
[ERROR] symbol: variable TRACK_DISPLAY_MODE_SELECTION_ONLY
[ERROR] location: interface fiji.plugin.trackmate.visualization.TrackMateModelView
[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