[ImageJ-builds] Build failed in Jenkins: cookbook #22
jenkins at imagej.net
jenkins at imagej.net
Mon Sep 19 15:06:45 CDT 2016
See <http://jenkins.imagej.net/job/cookbook/22/changes>
Changes:
[Curtis Rueden] Purge DOS line endings
[Curtis Rueden] Organize imports
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/cookbook/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/cookbook # timeout=10
Fetching upstream changes from git://github.com/fiji/cookbook
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/fiji/cookbook +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision aa35f9b44aa4a8109965881fd20e9927904f5787 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f aa35f9b44aa4a8109965881fd20e9927904f5787
> git rev-list fa7df5fa321dbab620ac80ee1a591f687b24b935 # timeout=10
> git tag -a -f -m Jenkins Build #22 jenkins-cookbook-22 # timeout=10
[cookbook] $ /bin/sh -xe /tmp/hudson2168802576109065898.sh
+ git clean -dfx
Removing target/
[cookbook] $ /bin/sh -xe /tmp/hudson2803082015216662006.sh
+ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Fiji Cookbook 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ cookbook_ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ cookbook_ ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ cookbook_ ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ cookbook_ ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/cookbook' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/cookbook
[INFO] Storing buildNumber: aa35f9b44aa4a8109965881fd20e9927904f5787 at timestamp: 1474315604435
[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/cookbook' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/cookbook
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:0.5.1:set-rootdir (set-rootdir) @ cookbook_ ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/cookbook
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ cookbook_ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ cookbook_ ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /data/devel/jenkins-maven/workspace/cookbook/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.511s
[INFO] Finished at: Mon Sep 19 15:06:44 CDT 2016
[INFO] Final Memory: 17M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project cookbook_: Fatal error compiling: invalid target release: 1.8 -> [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/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ImageJ-builds
mailing list