[ImageJ-builds] Build failed in Jenkins: ImgLib2-ROI #20
jenkins at imagej.net
jenkins at imagej.net
Mon Sep 14 21:39:38 CDT 2015
See <http://jenkins.imagej.net/job/ImgLib2-ROI/20/changes>
Changes:
[Tobias Pietzsch] add TODO
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImgLib2-ROI/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-roi # timeout=10
Fetching upstream changes from git://github.com/imglib/imglib2-roi
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imglib/imglib2-roi +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a31dd1ccbbf0b1ef1a59e7e5d21b91d8483ddb72 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a31dd1ccbbf0b1ef1a59e7e5d21b91d8483ddb72
> git rev-list 61c3e1f226ac3f0d7759d39c9967c1bb08b1da26 # timeout=10
> git tag -a -f -m Jenkins Build #20 jenkins-ImgLib2-ROI-20 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson1899630236065220372.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImgLib2 ROI 0.3.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imglib2-roi ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ imglib2-roi ---
[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] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ imglib2-roi ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ imglib2-roi ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImgLib2-ROI/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImgLib2-ROI/workspace
[INFO] Storing buildNumber: a31dd1ccbbf0b1ef1a59e7e5d21b91d8483ddb72 at timestamp: 1442284776301
[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/jobs/ImgLib2-ROI/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImgLib2-ROI/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imglib2-roi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imglib2-roi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 58 source files to /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/target/classes
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ imglib2-roi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ imglib2-roi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/target/test-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[31,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[32,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[33,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[34,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[47,45] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.762s
[INFO] Finished at: Mon Sep 14 21:39:38 CDT 2015
[INFO] Final Memory: 17M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project imglib2-roi: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[31,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[32,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[33,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[34,29] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[ERROR] /data/devel/jenkins/jobs/ImgLib2-ROI/workspace/src/test/java/net/imglib2/roi/geometric/GeometricROITest.java:[47,45] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[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
Build step 'Groovy Postbuild' marked build as failure
Recording test results
ERROR: Publisher '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