[ImageJ-builds] Build failed in Jenkins: Stack_Manipulation #20
jenkins at imagej.net
jenkins at imagej.net
Wed Mar 1 15:42:14 CST 2017
See <http://jenkins.imagej.net/job/Stack_Manipulation/20/changes>
Changes:
[Curtis Rueden] Update parent to org.scijava:pom-scijava:14.0.0
[Curtis Rueden] Switch from Jenkins to Travis CI
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/Stack_Manipulation/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/Stack_Manipulation # timeout=10
Fetching upstream changes from git://github.com/fiji/Stack_Manipulation
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/fiji/Stack_Manipulation +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c1e2566988088d71ee5201e426bd87767e254621 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f c1e2566988088d71ee5201e426bd87767e254621
> git rev-list 27d0f4d5b4426250fae3f6e3fc1f7394a6c8159c # timeout=10
> git tag -a -f -m Jenkins Build #20 jenkins-Stack_Manipulation-20 # timeout=10
[Stack_Manipulation] $ /bin/sh -xe /tmp/hudson3332674317589869520.sh
+ git clean -dfx
Removing target/
[Stack_Manipulation] $ /bin/sh -xe /tmp/hudson7557882437497195462.sh
+ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Stack Manipulation 2.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ Stack_Manipulation ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ Stack_Manipulation ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ Stack_Manipulation ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ Stack_Manipulation ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/Stack_Manipulation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/Stack_Manipulation
[INFO] Storing buildNumber: c1e2566988088d71ee5201e426bd87767e254621 at timestamp: 1488404534026
[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/Stack_Manipulation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/Stack_Manipulation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:1.0.0:set-rootdir (set-rootdir) @ Stack_Manipulation ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/Stack_Manipulation
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ Stack_Manipulation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ Stack_Manipulation ---
[INFO] Compiling 7 source files to /data/devel/jenkins-maven/workspace/Stack_Manipulation/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.055s
[INFO] Finished at: Wed Mar 01 15:42:14 CST 2017
[INFO] Final Memory: 16M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project Stack_Manipulation: 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