[ImageJ-builds] Build failed in Jenkins: ImgLib2-UI #25
jenkins at imagej.net
jenkins at imagej.net
Sat Feb 18 09:55:15 CST 2017
See <http://jenkins.imagej.net/job/ImgLib2-UI/25/>
------------------------------------------
Started by user Tobias Pietzsch
Building remotely on maven in workspace <http://jenkins.imagej.net/job/ImgLib2-UI/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-ui # timeout=10
Fetching upstream changes from git://github.com/imglib/imglib2-ui
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imglib/imglib2-ui +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision af5f3e76d38b2c9ac4f3dae9befd119ad4b143e0 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f af5f3e76d38b2c9ac4f3dae9befd119ad4b143e0
> git rev-list af5f3e76d38b2c9ac4f3dae9befd119ad4b143e0 # timeout=10
> git tag -a -f -m Jenkins Build #25 jenkins-ImgLib2-UI-25 # timeout=10
[ImgLib2-UI] $ /bin/sh -xe /tmp/hudson6186908777993412065.sh
+ git clean -dfx
Removing target/
[ImgLib2-UI] $ mvn -U -Pdeploy-to-imagej clean deploy javadoc:javadoc
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImgLib2 UI 2.0.0-beta-32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imglib2-ui ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ imglib2-ui ---
[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:VIB-lib:null
[INFO] Adding ignore: javax/media/j3d/
[INFO] Adding ignorable dependency: null:j3d-core:null
[INFO] Adding ignore: javax/media/j3d/
[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] --- buildnumber-maven-plugin:1.3:create (default) @ imglib2-ui ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ImgLib2-UI && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImgLib2-UI
[INFO] Storing buildNumber: af5f3e76d38b2c9ac4f3dae9befd119ad4b143e0 at timestamp: 1487433314488
[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-UI && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImgLib2-UI
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imglib2-ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imglib2-ui ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /data/devel/jenkins-maven/workspace/ImgLib2-UI/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/ImgLib2-UI/src/main/java/net/imglib2/ui/SimpleInterruptibleProjector.java:[156,75] diamond operator is not supported in -source 1.6
(use -source 7 or higher to enable diamond operator)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.648s
[INFO] Finished at: Sat Feb 18 09:55:15 CST 2017
[INFO] Final Memory: 18M/359M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imglib2-ui: Compilation failure
[ERROR] /data/devel/jenkins-maven/workspace/ImgLib2-UI/src/main/java/net/imglib2/ui/SimpleInterruptibleProjector.java:[156,75] diamond operator is not supported in -source 1.6
[ERROR] (use -source 7 or higher to enable diamond operator)
[ERROR] -> [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/MojoFailureException
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
More information about the ImageJ-builds
mailing list