[ImageJ-builds] Build failed in Jenkins: ImageJ-Ops #334
jenkins at imagej.net
jenkins at imagej.net
Fri Aug 28 07:37:02 CDT 2015
See <http://jenkins.imagej.net/job/ImageJ-Ops/334/changes>
Changes:
[squareys] Move MapNeighborhood to neighborhood package
[squareys] Add CenterAwareComputerOp
[squareys] Add abstract superclass for CenterAwareComputerOps
[squareys] Add abstract superclass for Maps mapping CenterAwareComputerOps
[squareys] Add MapNeighborhoodWithCenter
[squareys] Improve Javadoc of MapNeighborhood
[squareys] Add test for MapNeighborhood and MapNeighborhoodWithCenter
[squareys] Fix equal priority problem
[squareys] Reimplement MapNeighborhoodWithCenter to use existing maps
[squareys] Format method in OpService
[squareys] Use IllegalArgumentException rather than assert
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-Ops/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/imagej/imagej-ops # timeout=10
Fetching upstream changes from git://github.com/imagej/imagej-ops
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imagej/imagej-ops +refs/heads/master:refs/remotes/origin/master
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4ade4b546291f095bde044ac2333a5c2f88467aa (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4ade4b546291f095bde044ac2333a5c2f88467aa
> git rev-list c04343081990a742bda620f94dcfb8a5f8e0e9c5 # timeout=10
> git tag -a -f -m Jenkins Build #334 jenkins-ImageJ-Ops-334 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson3857968441210969363.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Dimagej.ops.benchmark.tests -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Ops 0.17.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ imagej-ops ---
Downloading: http://maven.imagej.net/content/groups/public/com/sun/tools/1.4.2/tools-1.4.2.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/1.4.2/tools-1.4.2.pom
[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) @ imagej-ops ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ imagej-ops ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ-Ops/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-Ops/workspace
[INFO] Storing buildNumber: 4ade4b546291f095bde044ac2333a5c2f88467aa at timestamp: 1440765409987
[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/ImageJ-Ops/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-Ops/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- groovy-maven-plugin:1.5:execute (generate-sources) @ imagej-ops ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-source) @ imagej-ops ---
[INFO] Source directory: /data/devel/jenkins/jobs/ImageJ-Ops/workspace/target/generated-sources/from-template added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imagej-ops ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imagej-ops ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 747 source files to /data/devel/jenkins/jobs/ImageJ-Ops/workspace/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imglib2/ops/operation/labeling/binary/LabelingTypeAnd.java: Some input files use or override a deprecated API.
[WARNING] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imglib2/ops/operation/labeling/binary/LabelingTypeAnd.java: Recompile with -Xlint:deprecation for details.
[WARNING] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imagej/ops/filter/AbstractFilterImg.java: Some input files use unchecked or unsafe operations.
[WARNING] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imagej/ops/filter/AbstractFilterImg.java: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imagej/ops/map/neighborhood/MapNeighborhoodWithCenter.java:[337,9] net.imagej.ops.map.neighborhood.MapNeighborhoodWithCenter.NeighborhoodWithCenterCursorRA is not abstract and does not override abstract method remove() in java.util.Iterator
[ERROR] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imagej/ops/map/neighborhood/MapNeighborhoodWithCenter.java:[374,9] net.imagej.ops.map.neighborhood.MapNeighborhoodWithCenter.NeighborhoodWithCenterCursorII is not abstract and does not override abstract method remove() in java.util.Iterator
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.901s
[INFO] Finished at: Fri Aug 28 07:37:02 CDT 2015
[INFO] Final Memory: 29M/527M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imagej-ops: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imagej/ops/map/neighborhood/MapNeighborhoodWithCenter.java:[337,9] net.imagej.ops.map.neighborhood.MapNeighborhoodWithCenter.NeighborhoodWithCenterCursorRA is not abstract and does not override abstract method remove() in java.util.Iterator
[ERROR] /data/devel/jenkins/jobs/ImageJ-Ops/workspace/src/main/java/net/imagej/ops/map/neighborhood/MapNeighborhoodWithCenter.java:[374,9] net.imagej.ops.map.neighborhood.MapNeighborhoodWithCenter.NeighborhoodWithCenterCursorII is not abstract and does not override abstract method remove() in java.util.Iterator
[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
Performance: Recording JUnit reports '**/TEST-*.xml'
More information about the ImageJ-builds
mailing list