[ImageJ-builds] Build failed in Jenkins: scripting-JavaScript #34
jenkins at imagej.net
jenkins at imagej.net
Sun Jan 1 21:02:28 CST 2017
See <http://jenkins.imagej.net/job/scripting-JavaScript/34/changes>
Changes:
[Curtis Rueden] Update parent to org.scijava:pom-scijava:12.0.0
[Curtis Rueden] Happy New Year 2017
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/scripting-JavaScript/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/scripting-javascript # timeout=10
Fetching upstream changes from git://github.com/scijava/scripting-javascript
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/scripting-javascript +refs/heads/master:refs/remotes/origin/master
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2e8f617f10f11bacfa1573a7af47be3cfaa5645c (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2e8f617f10f11bacfa1573a7af47be3cfaa5645c
> git rev-list 2cea12955edb937e7f254931c583da5111b75286 # timeout=10
[scripting-JavaScript] $ /bin/sh -xe /tmp/hudson7015417561382032305.sh
+ git clean -dfx
Removing target/
[scripting-JavaScript] $ mvn -U -Pdeploy-to-imagej deploy javadoc:javadoc
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava Scripting: JavaScript 0.4.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scripting-javascript ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ scripting-javascript ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ scripting-javascript ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/scripting-JavaScript' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/scripting-JavaScript
[INFO] Storing buildNumber: 2e8f617f10f11bacfa1573a7af47be3cfaa5645c at timestamp: 1483326147619
[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/scripting-JavaScript' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/scripting-JavaScript
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:1.0.0:set-rootdir (set-rootdir) @ scripting-javascript ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/scripting-JavaScript
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ scripting-javascript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ scripting-javascript ---
[INFO] Compiling 1 source file to /data/devel/jenkins-maven/workspace/scripting-JavaScript/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.532s
[INFO] Finished at: Sun Jan 01 21:02:28 CST 2017
[INFO] Final Memory: 16M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project scripting-javascript: 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
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Performance: Percentage of errors greater or equal than 0% sets the build as unstable
Performance: Percentage of errors greater or equal than 0% sets the build as failure
Performance: Recording JUnit reports '**/TEST-*.xml'
More information about the ImageJ-builds
mailing list