[ImageJ-builds] Build failed in Jenkins: ImgLib2 #2345
jenkins at imagej.net
jenkins at imagej.net
Mon Nov 17 14:59:16 CST 2014
See <http://jenkins.imagej.net/job/ImgLib2/2345/changes>
Changes:
[Tobias Pietzsch] made UnsignedVariableBitLengthType public
[Tobias Pietzsch] add a ConstantImgUtils utility class with convenience methods to create constant accessibles.
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImgLib2/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imglib/imglib2
Checking out Revision 924eded738f4d150f5ee20d105e3e3a6ec9869d5 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson8455101379789093713.sh
+ git clean -fdx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImgLib2 Core Library 2.1.1-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] 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]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ imglib2 ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImgLib2/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImgLib2/workspace
[INFO] Storing buildNumber: 924eded738f4d150f5ee20d105e3e3a6ec9869d5 at timestamp: 1416257951854
[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/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImgLib2/workspace
[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/jobs/ImgLib2/workspace/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imglib2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 384 source files to /data/devel/jenkins/jobs/ImgLib2/workspace/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImgLib2/workspace/src/main/java/net/imglib2/util/ConstantImgUtils.java:[59,31] reference to Point is ambiguous, both method Point(long...) in net.imglib2.Point and method Point(int...) in net.imglib2.Point match
[ERROR] /data/devel/jenkins/jobs/ImgLib2/workspace/src/main/java/net/imglib2/util/ConstantImgUtils.java:[109,31] reference to RealPoint is ambiguous, both method RealPoint(double...) in net.imglib2.RealPoint and method RealPoint(float...) in net.imglib2.RealPoint match
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.333s
[INFO] Finished at: Mon Nov 17 14:59:16 CST 2014
[INFO] Final Memory: 23M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imglib2: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImgLib2/workspace/src/main/java/net/imglib2/util/ConstantImgUtils.java:[59,31] reference to Point is ambiguous, both method Point(long...) in net.imglib2.Point and method Point(int...) in net.imglib2.Point match
[ERROR] /data/devel/jenkins/jobs/ImgLib2/workspace/src/main/java/net/imglib2/util/ConstantImgUtils.java:[109,31] 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
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