[ImageJ-builds] Build failed in Jenkins: ImgLib2 #2416
jenkins at imagej.net
jenkins at imagej.net
Mon Apr 25 07:43:50 CDT 2016
See <http://jenkins.imagej.net/job/ImgLib2/2416/changes>
Changes:
[Tobias Pietzsch] fix compile error
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/ImgLib2/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/imglib/imglib2 # timeout=10
Fetching upstream changes from git://github.com/imglib/imglib2
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imglib/imglib2 +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 96b2199464093ed9c4ce645e2036ca74da17b8eb (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 96b2199464093ed9c4ce645e2036ca74da17b8eb
> git rev-list fd1c1281098a653ae1e91f23f5e82f420777ed59 # timeout=10
> git tag -a -f -m Jenkins Build #2416 jenkins-ImgLib2-2416 # timeout=10
[ImgLib2] $ /bin/sh -xe /tmp/hudson5851898758513338551.sh
+ git clean -fdx
Removing target/
[ImgLib2] $ mvn -U -Pdeploy-to-imagej clean deploy javadoc:javadoc javadoc:javadoc
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImgLib2 Core Library 2.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imglib2 ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ imglib2 ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ imglib2 ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ imglib2 ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ImgLib2 && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImgLib2
[INFO] Storing buildNumber: 96b2199464093ed9c4ce645e2036ca74da17b8eb at timestamp: 1461588229723
[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/ImgLib2 && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImgLib2
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imglib2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/ImgLib2/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imglib2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 395 source files to /data/devel/jenkins-maven/workspace/ImgLib2/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.841s
[INFO] Finished at: Mon Apr 25 07:43:50 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 imglib2: 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
Build step 'Groovy Postbuild' marked build as failure
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