[ImageJ-builds] Build failed in Jenkins: ImageJ-UI-AWT #23
jenkins at imagej.net
jenkins at imagej.net
Thu Dec 1 13:37:24 CST 2016
See <http://jenkins.imagej.net/job/ImageJ-UI-AWT/23/changes>
Changes:
[Curtis Rueden] Update parent to org.scijava:pom-scijava:12.0.0
[Curtis Rueden] Happy New Year 2016
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/ImageJ-UI-AWT/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/imagej/imagej-ui-awt # timeout=10
Fetching upstream changes from git://github.com/imagej/imagej-ui-awt
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imagej/imagej-ui-awt +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 478c5af30ee4257cf8e527d3fb0c638182c46c82 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 478c5af30ee4257cf8e527d3fb0c638182c46c82
> git rev-list e5bb8ba2908977b6a7a2548b803c0f1e5e1023bc # timeout=10
[ImageJ-UI-AWT] $ /bin/sh -xe /tmp/hudson4450870900420683964.sh
+ git clean -dfx
Removing target/
[ImageJ-UI-AWT] $ mvn -U -Pdeploy-to-imagej clean deploy javadoc:javadoc
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: AWT 0.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ imagej-ui-awt ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ imagej-ui-awt ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ imagej-ui-awt ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ imagej-ui-awt ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/ImageJ-UI-AWT' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImageJ-UI-AWT
[INFO] Storing buildNumber: 478c5af30ee4257cf8e527d3fb0c638182c46c82 at timestamp: 1480621043734
[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/ImageJ-UI-AWT' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImageJ-UI-AWT
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:1.0.0:set-rootdir (set-rootdir) @ imagej-ui-awt ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/ImageJ-UI-AWT
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ imagej-ui-awt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/ImageJ-UI-AWT/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ imagej-ui-awt ---
[INFO] Compiling 3 source files to /data/devel/jenkins-maven/workspace/ImageJ-UI-AWT/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.278s
[INFO] Finished at: Thu Dec 01 13:37:24 CST 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 imagej-ui-awt: 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 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Publishing Javadoc
More information about the ImageJ-builds
mailing list