[ImageJ-builds] Build failed in Jenkins: scripting-Java #52
jenkins at imagej.net
jenkins at imagej.net
Tue Apr 5 09:59:53 CDT 2016
See <http://jenkins.imagej.net/job/scripting-Java/52/changes>
Changes:
[Curtis Rueden] POM: bump to pom-scijava parent 10.0.1
[Curtis Rueden] POM: switch to Java 1.8
[Curtis Rueden] Remove com.sun.tools profile
[Curtis Rueden] JavaEngineTest: remove com.sun.tools use
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/scripting-Java/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-java # timeout=10
Fetching upstream changes from git://github.com/scijava/scripting-java
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/scripting-java +refs/heads/master:refs/remotes/origin/master
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1268217d9b5619fe65ef1f4fd4729f469361c170 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1268217d9b5619fe65ef1f4fd4729f469361c170
> git rev-list dc25ed1465fa2cceb39b697998ad949daba64aef # timeout=10
[scripting-Java] $ /bin/sh -xe /tmp/hudson1437068669536116054.sh
+ git clean -dfx
Removing target/
[scripting-Java] $ mvn -U -Pdeploy-to-imagej deploy javadoc:javadoc
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava Scripting: Java 0.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ scripting-java ---
[INFO] Adding ignorable dependency: null:jcodings:null
[INFO] Adding ignore: org/jcodings/*
[INFO] Adding ignorable dependency: null:jnr-constants:null
[INFO] Adding ignore: com/kenai/constantine/*
[INFO] Adding ignore: jnr/constants/*
[INFO] Adding ignorable dependency: null:jnr-ffi:null
[INFO] Adding ignore: jnr/ffi/*
[INFO] Adding ignorable dependency: null:joda-time:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: null:slf4j-log4j12:null
[INFO] Adding ignore: org/slf4j/impl/*
[INFO] Adding ignorable dependency: batik:batik:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: jama:jama:null
[INFO] Adding ignore: Jama/*
[INFO] Adding ignorable dependency: com.sun:tools:null
[INFO] Adding ignore: *
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ scripting-java ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ scripting-java ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/scripting-Java && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/scripting-Java
[INFO] Storing buildNumber: 1268217d9b5619fe65ef1f4fd4729f469361c170 at timestamp: 1459868392441
[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-Java && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/scripting-Java
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ scripting-java ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ scripting-java ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /data/devel/jenkins-maven/workspace/scripting-Java/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.421s
[INFO] Finished at: Tue Apr 05 09:59:52 CDT 2016
[INFO] Final Memory: 17M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project scripting-java: 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