[ImageJ-builds] Build failed in Jenkins: FeatureJ #18
jenkins at imagej.net
jenkins at imagej.net
Fri Aug 21 12:24:19 CDT 2015
See <http://jenkins.imagej.net/job/FeatureJ/18/changes>
Changes:
[emeijering] Update pom.xml
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/FeatureJ/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/FeatureJ # timeout=10
Fetching upstream changes from git://github.com/fiji/FeatureJ
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/fiji/FeatureJ +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5b40a22735e55b06e91dfc81e63b63bfd55ab7ec (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5b40a22735e55b06e91dfc81e63b63bfd55ab7ec
> git rev-list 542026bb2b5cd9a75837fe603505dc4fbf6aa5df # timeout=10
> git tag -a -f -m Jenkins Build #18 jenkins-FeatureJ-18 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7887290732723583803.sh
+ git clean -dfx
Removing target/
[workspace] $ /bin/sh -xe /tmp/hudson5028991275114660886.sh
+ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building plugins/FeatureJ_.jar 2.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ FeatureJ_ ---
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) @ FeatureJ_ ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/FeatureJ/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/FeatureJ/workspace
[INFO] Storing buildNumber: 5b40a22735e55b06e91dfc81e63b63bfd55ab7ec at timestamp: 1440177858366
[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/FeatureJ/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/FeatureJ/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:0.4.3:set-rootdir (set-rootdir) @ FeatureJ_ ---
[INFO] Setting rootdir: /data/devel/jenkins/jobs/FeatureJ/workspace
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ FeatureJ_ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ FeatureJ_ ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /data/devel/jenkins/jobs/FeatureJ/workspace/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ.java:[9,20] cannot find symbol
symbol: class ImageScience
location: package imagescience
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ_Statistics.java:[249,43] cannot find symbol
symbol: method status(java.lang.String)
location: variable progressor of type imagescience.utility.Progressor
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ_Statistics.java:[265,43] cannot find symbol
symbol: method status(java.lang.String)
location: variable progressor of type imagescience.utility.Progressor
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ_Statistics.java:[280,43] cannot find symbol
symbol: method status(java.lang.String)
location: variable progressor of type imagescience.utility.Progressor
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ.java:[39,29] cannot find symbol
symbol: variable ImageScience
location: class featurej.FJ
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.691s
[INFO] Finished at: Fri Aug 21 12:24:19 CDT 2015
[INFO] Final Memory: 19M/361M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project FeatureJ_: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ.java:[9,20] cannot find symbol
[ERROR] symbol: class ImageScience
[ERROR] location: package imagescience
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ_Statistics.java:[249,43] cannot find symbol
[ERROR] symbol: method status(java.lang.String)
[ERROR] location: variable progressor of type imagescience.utility.Progressor
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ_Statistics.java:[265,43] cannot find symbol
[ERROR] symbol: method status(java.lang.String)
[ERROR] location: variable progressor of type imagescience.utility.Progressor
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ_Statistics.java:[280,43] cannot find symbol
[ERROR] symbol: method status(java.lang.String)
[ERROR] location: variable progressor of type imagescience.utility.Progressor
[ERROR] /data/devel/jenkins/jobs/FeatureJ/workspace/src/main/java/featurej/FJ.java:[39,29] cannot find symbol
[ERROR] symbol: variable ImageScience
[ERROR] location: class featurej.FJ
[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