[ImageJ-builds] Build failed in Jenkins: ImageJ-OPS #29
jenkins at imagej.net
jenkins at imagej.net
Sun Mar 9 14:25:35 CDT 2014
See <http://jenkins.imagej.net/job/ImageJ-OPS/29/changes>
Changes:
[christian.dietz] Projector: Added projector ops and tests
[christian.dietz] Sum Op: Added simple sum op
[christian.dietz] Max Op: added simple max op
[christian.dietz] Slicer: Renamed method hyperSlice to slice
------------------------------------------
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 865985bb22bb666bf2f5fb2d9c5d1d7fa4441391 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson4071979987546994468.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Operations 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ij-ops ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ ij-ops ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[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: 865985bb22bb666bf2f5fb2d9c5d1d7fa4441391 at timestamp: 1394393131942
[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] --- imagej-maven-plugin:0.3.1:set-rootdir (set-rootdir) @ ij-ops ---
[INFO] Setting rootdir: /data/devel/jenkins/jobs/ImageJ-OPS/workspace
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ij-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) @ ij-ops ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 71 source files to /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/classes
[WARNING] Note: /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/main/java/imagej/ops/slicer/SlicingIterableInterval.java uses or overrides a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ij-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) @ ij-ops ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /data/devel/jenkins/jobs/ImageJ-OPS/workspace/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[15,36] cannot find symbol
symbol: class AbstractOpTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[15,36] cannot find symbol
symbol: class AbstractOpTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[26,22] cannot find symbol
symbol : method generateByteTestImg(boolean,int,int,int)
location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[35,24] cannot find symbol
symbol : method generateByteTestImg(boolean,int,int)
location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[36,24] cannot find symbol
symbol : method generateByteTestImg(boolean,int,int)
location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[38,22] cannot find symbol
symbol : variable ops
location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[43,17] cannot find symbol
symbol : variable ops
location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[44,17] cannot find symbol
symbol : variable ops
location: class imagej.ops.tests.ProjectorTest
[INFO] 8 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.970s
[INFO] Finished at: Sun Mar 09 14:25:35 CDT 2014
[INFO] Final Memory: 22M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ij-ops: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[15,36] cannot find symbol
[ERROR] symbol: class AbstractOpTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[15,36] cannot find symbol
[ERROR] symbol: class AbstractOpTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[26,22] cannot find symbol
[ERROR] symbol : method generateByteTestImg(boolean,int,int,int)
[ERROR] location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[35,24] cannot find symbol
[ERROR] symbol : method generateByteTestImg(boolean,int,int)
[ERROR] location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[36,24] cannot find symbol
[ERROR] symbol : method generateByteTestImg(boolean,int,int)
[ERROR] location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[38,22] cannot find symbol
[ERROR] symbol : variable ops
[ERROR] location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[43,17] cannot find symbol
[ERROR] symbol : variable ops
[ERROR] location: class imagej.ops.tests.ProjectorTest
[ERROR] /data/devel/jenkins/jobs/ImageJ-OPS/workspace/src/test/java/imagej/ops/tests/ProjectorTest.java:[44,17] cannot find symbol
[ERROR] symbol : variable ops
[ERROR] location: class imagej.ops.tests.ProjectorTest
[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