[ImageJ-builds] Build failed in Jenkins: ImageJ-Ops #542
jenkins at imagej.net
jenkins at imagej.net
Mon Mar 21 05:13:18 CDT 2016
See <http://jenkins.imagej.net/job/ImageJ-Ops/542/changes>
Changes:
[stefan.helfrich] Add op for creation of integral image
[stefan.helfrich] CreateIntegralImgFromImg: nD implementation
[stefan.helfrich] IntegralAddition: implement higher order
[stefan.helfrich] CreateIntegralImgFromImg: rename
[stefan.helfrich] Add wrapper for imglib2's IntegralImg
[stefan.helfrich] Refactor IntegralAddition to inner class
[stefan.helfrich] WrappedCreateIntegralImg: fix constructor call
[stefan.helfrich] CreateNamespace: add integral image methods
[stefan.helfrich] Move to image namespace
[stefan.helfrich] DefaultIntegralImg: optimize
[stefan.helfrich] WrappedIntegralImg: remove unsupported parameter
[stefan.helfrich] ImageNamespace: add missing integral methods
[stefan.helfrich] DefaultIntegralImg: improve conforms()
[stefan.helfrich] Refactor (square) integral image ops
------------------------------------------
Started by an SCM change
Building remotely on maven 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 61174abacf24a7834344cf2836955c7d3dc24b0f (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 61174abacf24a7834344cf2836955c7d3dc24b0f
> git rev-list a5ba7d4382e63b6450b0156ee52789d165f5ca8f # timeout=10
> git tag -a -f -m Jenkins Build #542 jenkins-ImageJ-Ops-542 # timeout=10
[ImageJ-Ops] $ /bin/sh -xe /tmp/hudson2839432835751972241.sh
+ git clean -dfx
Removing target/
[ImageJ-Ops] $ mvn -U -Dimagej.ops.benchmark.tests -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 ImageJ Ops 0.26.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imagej-ops ---
[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: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-maven/workspace/ImageJ-Ops && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImageJ-Ops
[INFO] Storing buildNumber: 61174abacf24a7834344cf2836955c7d3dc24b0f at timestamp: 1458555192259
[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/ImageJ-Ops && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImageJ-Ops
[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-maven/workspace/ImageJ-Ops/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-maven/workspace/ImageJ-Ops/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imagej-ops ---
[INFO] Compiling 558 source files to /data/devel/jenkins-maven/workspace/ImageJ-Ops/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/ImageJ-Ops/src/main/java/net/imagej/ops/image/integral/AbstractIntegralImg.java:[34,26] cannot find symbol
symbol: class Slicewise
location: class net.imagej.ops.Ops
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.751s
[INFO] Finished at: Mon Mar 21 05:13:17 CDT 2016
[INFO] Final Memory: 35M/516M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imagej-ops: Compilation failure
[ERROR] /data/devel/jenkins-maven/workspace/ImageJ-Ops/src/main/java/net/imagej/ops/image/integral/AbstractIntegralImg.java:[34,26] cannot find symbol
[ERROR] symbol: class Slicewise
[ERROR] location: class net.imagej.ops.Ops
[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
Performance: Recording JUnit reports '**/TEST-*.xml'
More information about the ImageJ-builds
mailing list