[ImageJ-builds] Build failed in Jenkins: ImageJ-OPS #210
jenkins at imagej.net
jenkins at imagej.net
Tue Jan 20 15:18:31 CST 2015
See <http://jenkins.imagej.net/job/ImageJ-OPS/210/changes>
Changes:
[bnorthan] Add fft and ifft interfaces
[bnorthan] Add Abstract(I)FFTIterable
[bnorthan] Add Abstract(I)FFTImg
[bnorthan] Add Op to compute FFT size
[Curtis Rueden] Add FFT and IFFT ops
[Curtis Rueden] Add FFTTest
[Curtis Rueden] Make FFT case consistent
[Curtis Rueden] Standardize bnorthan author tags
[Curtis Rueden] Ops.list: fix whitespace indentation
[Curtis Rueden] Standardize case of IFFT
[Curtis Rueden] OpService: add fft and ifft built-in shortcuts
[Curtis Rueden] FFTTest: use fft and ifft built-ins
[Curtis Rueden] AbstractFFTSize: use protected, not package, vis
[Curtis Rueden] AbstractFFTSize: fix keyword order
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-OPS/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej-ops
Checking out Revision 61062163bd4049348e78354a28371bf56d90e1ac (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson2199401109033072935.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Operations 0.8.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] --- 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: 61062163bd4049348e78354a28371bf56d90e1ac at timestamp: 1421788701476
[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.5: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 868 source files to /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/classes
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- groovy-maven-plugin:1.5:execute (generate-test-sources) @ imagej-ops ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:add-test-source (add-test-source) @ imagej-ops ---
[INFO] Test Source directory: /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/generated-test-sources/from-template added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ imagej-ops ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ imagej-ops ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 68 source files to /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/test-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] Note: /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/crop/CropTest.java uses or overrides a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[8,29] cannot find symbol
symbol : class CreateImgDefault
location: package net.imagej.ops.create
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[8,29] cannot find symbol
symbol : class CreateImgDefault
location: package net.imagej.ops.create
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[77,41] cannot find symbol
symbol : class CreateImgDefault
location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[83,41] cannot find symbol
symbol : class CreateImgDefault
location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[106,41] cannot find symbol
symbol : class CreateImgDefault
location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[113,41] cannot find symbol
symbol : class CreateImgDefault
location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[119,41] cannot find symbol
symbol : class CreateImgDefault
location: class net.imagej.ops.fft.FFTTest
[INFO] 7 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.095s
[INFO] Finished at: Tue Jan 20 15:18:30 CST 2015
[INFO] Final Memory: 36M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project imagej-ops: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[8,29] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: package net.imagej.ops.create
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[8,29] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: package net.imagej.ops.create
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[77,41] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[83,41] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[106,41] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[113,41] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: class net.imagej.ops.fft.FFTTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/net/imagej/ops/fft/FFTTest.java:[119,41] cannot find symbol
[ERROR] symbol : class CreateImgDefault
[ERROR] location: class net.imagej.ops.fft.FFTTest
[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