[ImageJ-builds] Build failed in Jenkins: scripting-Java #27

jenkins at imagej.net jenkins at imagej.net
Mon Mar 16 12:26:47 CDT 2015


See <http://jenkins.imagej.net/job/scripting-Java/27/changes>

Changes:

[Curtis Rueden] Bump parent to pom-scijava 6.0.0

------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/scripting-Java/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/scijava/scripting-java # timeout=10
Fetching upstream changes from git://github.com/scijava/scripting-java
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/scijava/scripting-java +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 048ff0114f84ebd14738cedbe331dba961805bb3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 048ff0114f84ebd14738cedbe331dba961805bb3
 > git rev-list ed91fc366db60ab653fd8191a8887dd4a5a60a04 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4202358570226770397.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava Scripting: Java 0.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/scijava/scijava-common/2.39.0/scijava-common-2.39.0.pom

[WARNING] The POM for org.scijava:scijava-common:jar:2.39.0 is missing, no dependency information available
Downloading: http://repo.maven.apache.org/maven2/org/scijava/scijava-common/2.39.0/scijava-common-2.39.0.jar

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.602s
[INFO] Finished at: Mon Mar 16 12:26:47 CDT 2015
[INFO] Final Memory: 6M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project scripting-java: Could not resolve dependencies for project org.scijava:scripting-java:jar:0.3.0-SNAPSHOT: Could not find artifact org.scijava:scijava-common:jar:2.39.0 in central (http://repo.maven.apache.org/maven2) -> [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/DependencyResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
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