[ImageJ-builds] Build failed in Jenkins: SciJava-UI-Pivot #9
jenkins at imagej.net
jenkins at imagej.net
Mon Oct 24 12:47:32 CDT 2016
See <http://jenkins.imagej.net/job/SciJava-UI-Pivot/9/changes>
Changes:
[Curtis Rueden] POM: update pom-scijava parent to 11.5.0
[Curtis Rueden] Use the diamond syntax where feasible
[Curtis Rueden] PivotUI: implement chooseFile method
[Curtis Rueden] PivotUI: partially implement dialogPrompt method
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/SciJava-UI-Pivot/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/scijava/scijava-ui-pivot # timeout=10
Fetching upstream changes from git://github.com/scijava/scijava-ui-pivot
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/scijava-ui-pivot +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63c2e066b96a957998642f41a304775f8c2a9451 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 63c2e066b96a957998642f41a304775f8c2a9451
> git rev-list a4c549c9cb43c3b74b5fff5514d95cd907f41c77 # timeout=10
[SciJava-UI-Pivot] $ /bin/sh -xe /tmp/hudson8652098398226227669.sh
+ git clean -dfx
Removing target/
[SciJava-UI-Pivot] $ mvn -U -Pdeploy-to-imagej clean deploy javadoc:javadoc
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava UI: Pivot 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ scijava-ui-pivot ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scijava-ui-pivot ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ scijava-ui-pivot ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ scijava-ui-pivot ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/SciJava-UI-Pivot' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/SciJava-UI-Pivot
[INFO] Storing buildNumber: 63c2e066b96a957998642f41a304775f8c2a9451 at timestamp: 1477331252173
[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/SciJava-UI-Pivot' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/SciJava-UI-Pivot
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ scijava-ui-pivot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/SciJava-UI-Pivot/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ scijava-ui-pivot ---
[INFO] Compiling 21 source files to /data/devel/jenkins-maven/workspace/SciJava-UI-Pivot/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.352s
[INFO] Finished at: Mon Oct 24 12:47:32 CDT 2016
[INFO] Final Memory: 19M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project scijava-ui-pivot: 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