[ImageJ-builds] Build failed in Jenkins: ImageJ-common #102

jenkins at imagej.net jenkins at imagej.net
Wed Mar 25 14:52:00 CDT 2015


See <http://jenkins.imagej.net/job/ImageJ-common/102/changes>

Changes:

[Curtis Rueden] Split ActiveImagePreprocessor into modular pieces

[Curtis Rueden] Add unit tests for the single-input preprocessors

------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-common/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-common # timeout=10
Fetching upstream changes from git://github.com/imagej/imagej-common
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/imagej/imagej-common +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 92e59826bde0642f217e07b38c161087b15538d0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 92e59826bde0642f217e07b38c161087b15538d0
 > git rev-list fe08bd14c92fec3ceca6bc79a73c6a158149627b # timeout=10
 > git tag -a -f -m Jenkins Build #102 jenkins-ImageJ-common-102 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson3875880611440972544.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Common library 0.13.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ imagej-common ---
[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-common ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ-common/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-common/workspace
[INFO] Storing buildNumber: 92e59826bde0642f217e07b38c161087b15538d0 at timestamp: 1427313115265
[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-common/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-common/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imagej-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 39 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imagej-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 317 source files to /data/devel/jenkins/jobs/ImageJ-common/workspace/target/classes
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ imagej-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-common/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ imagej-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /data/devel/jenkins/jobs/ImageJ-common/workspace/target/test-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[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] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImageJ-common/workspace/src/test/java/net/imagej/display/process/SingleInputPreprocessorTest.java:[178,31] cannot find symbol
symbol  : constructor AssertionError(java.lang.String,java.lang.InterruptedException)
location: class java.lang.AssertionError
[ERROR] /data/devel/jenkins/jobs/ImageJ-common/workspace/src/test/java/net/imagej/display/process/SingleInputPreprocessorTest.java:[181,31] cannot find symbol
symbol  : constructor AssertionError(java.lang.String,java.util.concurrent.ExecutionException)
location: class java.lang.AssertionError
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.182s
[INFO] Finished at: Wed Mar 25 14:52:00 CDT 2015
[INFO] Final Memory: 25M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project imagej-common: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImageJ-common/workspace/src/test/java/net/imagej/display/process/SingleInputPreprocessorTest.java:[178,31] cannot find symbol
[ERROR] symbol  : constructor AssertionError(java.lang.String,java.lang.InterruptedException)
[ERROR] location: class java.lang.AssertionError
[ERROR] /data/devel/jenkins/jobs/ImageJ-common/workspace/src/test/java/net/imagej/display/process/SingleInputPreprocessorTest.java:[181,31] cannot find symbol
[ERROR] symbol  : constructor AssertionError(java.lang.String,java.util.concurrent.ExecutionException)
[ERROR] location: class java.lang.AssertionError
[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 hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:92)
	at hudson.FilePath.act(FilePath.java:989)
	at hudson.FilePath.act(FilePath.java:967)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:89)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:121)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:138)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
	at hudson.model.Run.execute(Run.java:1775)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
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