[ImageJ-builds] Build failed in Jenkins: BAR #24

jenkins at imagej.net jenkins at imagej.net
Fri Nov 11 11:08:41 CST 2016


See <http://jenkins.imagej.net/job/BAR/24/changes>

Changes:

[tiagoalvespedrosa] Code cleanup

[tiagoalvespedrosa] Allow tables to be retrieved from PlotWindows

[tiagoalvespedrosa] Use dedicated listeners now that input data can also be a plot

[tiagoalvespedrosa] Minor cleanup

[tiagoalvespedrosa] Allow prompt to be displayed in child dialogs. Make demo choice

[tiagoalvespedrosa] Correct typo in variable

[tiagoalvespedrosa] Implement Plot_XY_Data.bsh as a proper Java plugin

------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/BAR/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/tferr/Scripts # timeout=10
Fetching upstream changes from git://github.com/tferr/Scripts
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/tferr/Scripts +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ffeab1226d6dab665e62b7edc75041b615f14c77 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ffeab1226d6dab665e62b7edc75041b615f14c77
 > git rev-list bc4341ebf5ba065b934eb6aeb965db59c617ce16 # timeout=10
 > git tag -a -f -m Jenkins Build #24 jenkins-BAR-24 # timeout=10
[BAR] $ /bin/sh -xe /tmp/hudson4661139341462841372.sh
+ git clean -dfx
Removing BAR/target/
[BAR] $ /bin/sh -xe /tmp/hudson715411217262274304.sh
+ cd BAR
+ 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 BAR_.jar 1.1.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ BAR_ ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ BAR_ ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ BAR_ ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ BAR_ ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/BAR/BAR && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/BAR/BAR
[INFO] Storing buildNumber: ffeab1226d6dab665e62b7edc75041b615f14c77 at timestamp: 1478884118409
[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/BAR/BAR && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/BAR/BAR
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- scijava-maven-plugin:0.5.1:set-rootdir (set-rootdir) @ BAR_ ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/BAR/BAR
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ BAR_ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ BAR_ ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /data/devel/jenkins-maven/workspace/BAR/BAR/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/BAR/BAR/src/main/java/bar/plugin/InteractivePlotter.java:[493,46] cannot find symbol
  symbol:   method getPlotObjectDesignations()
  location: variable plot of type ij.gui.Plot
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.975s
[INFO] Finished at: Fri Nov 11 11:08:40 CST 2016
[INFO] Final Memory: 31M/454M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project BAR_: Compilation failure
[ERROR] /data/devel/jenkins-maven/workspace/BAR/BAR/src/main/java/bar/plugin/InteractivePlotter.java:[493,46] cannot find symbol
[ERROR] symbol:   method getPlotObjectDesignations()
[ERROR] location: variable plot of type ij.gui.Plot
[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