[ImageJ-builds] Build failed in Jenkins: ImgLib2-ROI #19
jenkins at imagej.net
jenkins at imagej.net
Mon Sep 14 21:14:16 CDT 2015
See <http://jenkins.imagej.net/job/ImgLib2-ROI/19/changes>
Changes:
[dietzc85] Adds helper method to get bounds from collection of Real-/Localizables
[dietzc85] adds bresenham to ROIUtils to interpolate between 2d RealLocalizables
[dietzc85] adds Contains interface
[dietzc85] adds RandomAccess and RealRandomAccess for Contains
[dietzc85] add PointCollection
[dietzc85] adds Polygon and RasterizablePolygon
[dietzc85] add RasterizedPolygonalChain
[dietzc85] adds getVertices to PointCollection
[dietzc85] RasterizedPolygonalChain: Make sure list is unmodifiable
[dietzc85] ROIUtils: fix bound calculation
[dietzc85] increase imglib2-pom version
[dietzc85] adds GeometricROITests
[Tobias Pietzsch] formatting
[Tobias Pietzsch] ContainsRandomAccess.copy() needs to copy state
[Tobias Pietzsch] fix GeometricROITest
[Tobias Pietzsch] add KDTreePointCollection
[Tobias Pietzsch] PointCollection.PointCollectionCursor.copy() needs to copy state
[Tobias Pietzsch] adds copy method to Contains and implementations
[Tobias Pietzsch] merge PointCollection and KDTreePointCollection (KDTree is only built when randomAccess() is called)
[Tobias Pietzsch] make sure Polygon is constructed with 2D points
------------------------------------------
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 61c3e1f226ac3f0d7759d39c9967c1bb08b1da26 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 61c3e1f226ac3f0d7759d39c9967c1bb08b1da26
> git rev-list 94cf2b3cbf2280076bdb0b820d838cae7c4e7366 # timeout=10
> git tag -a -f -m Jenkins Build #19 jenkins-ImgLib2-ROI-19 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson5079232034086684273.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: 61c3e1f226ac3f0d7759d39c9967c1bb08b1da26 at timestamp: 1442283252380
[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: 11.863s
[INFO] Finished at: Mon Sep 14 21:14:15 CDT 2015
[INFO] Final Memory: 15M/360M
[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