[ImageJ-builds] Build failed in Jenkins: ImgLib2-Algorithm #41

jenkins at imagej.net jenkins at imagej.net
Mon Apr 25 09:04:29 CDT 2016


See <http://jenkins.imagej.net/job/ImgLib2-Algorithm/41/>

------------------------------------------
Started by user Tobias Pietzsch
Building remotely on maven in workspace <http://jenkins.imagej.net/job/ImgLib2-Algorithm/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-algorithm # timeout=10
Fetching upstream changes from git://github.com/imglib/imglib2-algorithm
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/imglib/imglib2-algorithm +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eebdf60cd7e6c612f8976f97593aa083e6ab3bde (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eebdf60cd7e6c612f8976f97593aa083e6ab3bde
 > git rev-list eebdf60cd7e6c612f8976f97593aa083e6ab3bde # timeout=10
 > git tag -a -f -m Jenkins Build #41 jenkins-ImgLib2-Algorithm-41 # timeout=10
[ImgLib2-Algorithm] $ /bin/sh -xe /tmp/hudson2513261579585710990.sh
+ git clean -dfx
[ImgLib2-Algorithm] $ 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 Algorithms 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imglib2-algorithm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ imglib2-algorithm ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ imglib2-algorithm ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ imglib2-algorithm ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm
[INFO] Storing buildNumber: eebdf60cd7e6c612f8976f97593aa083e6ab3bde at timestamp: 1461593065057
[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-Algorithm && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imglib2-algorithm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imglib2-algorithm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 172 source files to /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/morphology/MorphologyUtils.java: Some input files use or override a deprecated API.
[WARNING] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/morphology/MorphologyUtils.java: Recompile with -Xlint:deprecation for details.
[WARNING] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/gauss/Gauss.java: /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/gauss/Gauss.java uses unchecked or unsafe operations.
[WARNING] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/gauss/Gauss.java: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/morphology/table2d/Thin.java:[90,64] incompatible types: inference variable T has incompatible bounds
    equality constraints: T
    upper bounds: net.imglib2.type.NativeType<T>
[ERROR] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/morphology/table2d/Spur.java:[76,64] incompatible types: inference variable T has incompatible bounds
    equality constraints: T
    upper bounds: net.imglib2.type.NativeType<T>
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.971s
[INFO] Finished at: Mon Apr 25 09:04:28 CDT 2016
[INFO] Final Memory: 26M/464M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imglib2-algorithm: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/morphology/table2d/Thin.java:[90,64] incompatible types: inference variable T has incompatible bounds
[ERROR] equality constraints: T
[ERROR] upper bounds: net.imglib2.type.NativeType<T>
[ERROR] /data/devel/jenkins-maven/workspace/ImgLib2-Algorithm/src/main/java/net/imglib2/algorithm/morphology/table2d/Spur.java:[76,64] incompatible types: inference variable T has incompatible bounds
[ERROR] equality constraints: T
[ERROR] upper bounds: net.imglib2.type.NativeType<T>
[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