You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/06/06 11:51:23 UTC

Build failed in Jenkins: dist-tool-plugin #889

See <https://builds.apache.org/job/dist-tool-plugin/889/>

------------------------------------------
[...truncated 172 lines...]
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 34 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 33 more
Caused by: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 34 more
Caused by: svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:445)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:191)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:480)
	... 34 more
ERROR: Subversion update failed
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/dist-tool-plugin/ws/> at hudson.remoting.Channel@455121ab:H11
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:871)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:615)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Caused by: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:211)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1030)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1011)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:987)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: hudson.scm.subversion.UpdaterException: failed to perform svn update
	... 14 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:334)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:324)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDatedRevision(DAVRepository.java:200)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:475)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:464)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:486)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:157)
	... 13 more
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 34 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 33 more
Caused by: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 34 more
Caused by: svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:445)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:191)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:480)
	... 34 more
Retrying after 10 seconds
Updating http://svn.apache.org/repos/asf/maven/sandbox/trunk/dist-tools/dist-tool-plugin at revision '2015-06-06T09:51:00.748 +0000'
ERROR: Failed to update http://svn.apache.org/repos/asf/maven/sandbox/trunk/dist-tools/dist-tool-plugin
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:334)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:324)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDatedRevision(DAVRepository.java:200)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:475)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:464)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:486)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:157)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1030)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1011)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:987)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 34 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 33 more
Caused by: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 34 more
Caused by: svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:445)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:191)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:480)
	... 34 more
ERROR: Subversion update failed
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/dist-tool-plugin/ws/> at hudson.remoting.Channel@455121ab:H11
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:871)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:615)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Caused by: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:211)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1030)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1011)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:987)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: hudson.scm.subversion.UpdaterException: failed to perform svn update
	... 14 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:334)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:324)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDatedRevision(DAVRepository.java:200)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:475)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:464)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:486)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:157)
	... 13 more
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 34 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 33 more
Caused by: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 34 more
Caused by: svn: E175011: Repository moved permanently; please relocate
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:445)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:191)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:480)
	... 34 more

Jenkins build is back to normal : dist-tool-plugin #894

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dist-tool-plugin/894/>


Build failed in Jenkins: dist-tool-plugin #893

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dist-tool-plugin/893/>

------------------------------------------
[...truncated 171 lines...]
[INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.1
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4
[INFO] configuring report plugin org.codehaus.mojo:taglist-maven-plugin:2.4
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1
[INFO] preparing 'javadoc' report requires 'generate-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:2.5.5
[INFO] configuring report plugin org.codehaus.sonar-plugins:maven-report:0.1
[INFO] configuring report plugin org.apache.maven.dist.tools:dist-tool-plugin:1.0-SNAPSHOT
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.2
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Parent project loaded from repository: org.apache.maven:maven-parent:pom:25
[INFO] Parent project loaded from repository: org.apache:apache:pom:15
[INFO] Relativizing decoration links with respect to project URL: https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.3.0 skin.
[INFO] Skipped "About" report (maven-project-info-reports-plugin:2.7:index), file "index.html" already exists for the English version.
[INFO] Skipped "Surefire Report" report (maven-surefire-report-plugin:2.16:report), file "surefire-report.html" already exists for the English version.
[INFO] Rendering 3 Doxia documents: 1 apt, 2 markdown
[INFO] Generating "Project Summary" report      --- maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:2.7:dependency-info
[INFO] Generating "Project Team" report         --- maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.7:scm
[INFO] Generating "Issue Tracking" report       --- maven-project-info-reports-plugin:2.7:issue-tracking
[INFO] Generating "Mailing Lists" report        --- maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.7:dependency-management
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:2.7:dependencies
[INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.7:plugin-management
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-maven-plugin/1.4/doxia-maven-plugin-1.4.pom
[INFO] Generating "Project Plugins" report      --- maven-project-info-reports-plugin:2.7:plugins
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.7:distribution-management
[INFO] Generating "Surefire Report" report      --- maven-surefire-report-plugin:2.16:report-only
[INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:2.13:checkstyle
[INFO] 
[INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.4:jxr
[INFO] Generating "Test Source Xref" report     --- maven-jxr-plugin:2.4:test-jxr
[INFO] Generating "Tag List" report             --- taglist-maven-plugin:2.4:taglist
[WARNING] Using legacy tag format.  This is not recommended.
[INFO] Generating "JavaDocs" report             --- maven-javadoc-plugin:2.9.1:javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "Test JavaDocs" report        --- maven-javadoc-plugin:2.9.1:test-javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "FindBugs" report             --- findbugs-maven-plugin:2.5.5:findbugs
[INFO] Locale is en
[INFO] Fork Value is true
     [java] Warnings generated: 12
[INFO] Done FindBugs Analysis....
[warn] [XHTML Sink] Modified invalid anchor name: 'org.apache.maven.dist.tools.DistCheckSiteMojo$CheckSiteResult' to 'org.apache.maven.dist.tools.DistCheckSiteMojoCheckSiteResult'
[INFO] Generating "Sonar" report                --- maven-report:0.1:report
[INFO] Generating "Dist Tool> Check Sites" report --- dist-tool-plugin:1.0-SNAPSHOT:check-site
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom (17 KB at 61.6 KB/sec)
[INFO] Generating "Dist Tool> Check Source Release" report --- dist-tool-plugin:1.0-SNAPSHOT:check-source-release
[WARNING] Missing file for doxia-linkcheck in https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-linkcheck/1.2/
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for doxia-linkcheck in http://www.apache.org/dist/maven/doxia
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/1.1/
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-license-header-resource-bundle/1.1/
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in http://www.apache.org/dist/maven/shared
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[INFO] Generating "Dist Tool> Check Index Pages" report --- dist-tool-plugin:1.0-SNAPSHOT:check-index-page
[ERROR] maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/
[INFO] Generating "Dist Tool> List Plugins Prerequisites" report --- dist-tool-plugin:1.0-SNAPSHOT:list-plugins-prerequisites
[INFO] Generating "Dist Tool> Failure Hack" report --- dist-tool-plugin:1.0-SNAPSHOT:failure-report
[ERROR] check-index-page.log error log not empty:
maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/

[JENKINS] Archiving site from <https://builds.apache.org/job/dist-tool-plugin/ws/target/site> to /x1/jenkins/jenkins-home/jobs/dist-tool-plugin/site
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:40.077s
[INFO] Finished at: Wed Jun 10 09:53:51 UTC 2015
[INFO] Final Memory: 70M/718M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project dist-tool-plugin: Error generating dist-tool-plugin:1.0-SNAPSHOT:failure-report: Dist tools check reports found inconsistencies in some released artifacts, see https://builds.apache.org/job/dist-tool-plugin/site/ for more information -> [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/MojoExecutionException
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/pom.xml> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/target/dist-tool-plugin-1.0-SNAPSHOT.jar> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.jar
Sending artifact delta relative to dist-tool-plugin » dist-tool-plugin #887
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 82106 bytes
Compression is 0.0%
Took 0.22 sec
channel stopped

Build failed in Jenkins: dist-tool-plugin #892

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dist-tool-plugin/892/>

------------------------------------------
[...truncated 169 lines...]
[JENKINS] Recording test results
[INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.13
[INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.1
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4
[INFO] configuring report plugin org.codehaus.mojo:taglist-maven-plugin:2.4
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1
[INFO] preparing 'javadoc' report requires 'generate-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:2.5.5
[INFO] configuring report plugin org.codehaus.sonar-plugins:maven-report:0.1
[INFO] configuring report plugin org.apache.maven.dist.tools:dist-tool-plugin:1.0-SNAPSHOT
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.2
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Parent project loaded from repository: org.apache.maven:maven-parent:pom:25
[INFO] Parent project loaded from repository: org.apache:apache:pom:15
[INFO] Relativizing decoration links with respect to project URL: https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.3.0 skin.
[INFO] Skipped "About" report (maven-project-info-reports-plugin:2.7:index), file "index.html" already exists for the English version.
[INFO] Skipped "Surefire Report" report (maven-surefire-report-plugin:2.16:report), file "surefire-report.html" already exists for the English version.
[INFO] Rendering 3 Doxia documents: 1 apt, 2 markdown
[INFO] Generating "Project Summary" report      --- maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:2.7:dependency-info
[INFO] Generating "Project Team" report         --- maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.7:scm
[INFO] Generating "Issue Tracking" report       --- maven-project-info-reports-plugin:2.7:issue-tracking
[INFO] Generating "Mailing Lists" report        --- maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.7:dependency-management
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:2.7:dependencies
[INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.7:plugin-management
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-maven-plugin/1.4/doxia-maven-plugin-1.4.pom
[INFO] Generating "Project Plugins" report      --- maven-project-info-reports-plugin:2.7:plugins
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.7:distribution-management
[INFO] Generating "Surefire Report" report      --- maven-surefire-report-plugin:2.16:report-only
[INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:2.13:checkstyle
[INFO] 
[INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.4:jxr
[INFO] Generating "Test Source Xref" report     --- maven-jxr-plugin:2.4:test-jxr
[INFO] Generating "Tag List" report             --- taglist-maven-plugin:2.4:taglist
[WARNING] Using legacy tag format.  This is not recommended.
[INFO] Generating "JavaDocs" report             --- maven-javadoc-plugin:2.9.1:javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "Test JavaDocs" report        --- maven-javadoc-plugin:2.9.1:test-javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "FindBugs" report             --- findbugs-maven-plugin:2.5.5:findbugs
[INFO] Locale is en
[INFO] Fork Value is true
     [java] Warnings generated: 12
[INFO] Done FindBugs Analysis....
[warn] [XHTML Sink] Modified invalid anchor name: 'org.apache.maven.dist.tools.DistCheckSiteMojo$CheckSiteResult' to 'org.apache.maven.dist.tools.DistCheckSiteMojoCheckSiteResult'
[INFO] Generating "Sonar" report                --- maven-report:0.1:report
[INFO] Generating "Dist Tool> Check Sites" report --- dist-tool-plugin:1.0-SNAPSHOT:check-site
[INFO] Generating "Dist Tool> Check Source Release" report --- dist-tool-plugin:1.0-SNAPSHOT:check-source-release
[WARNING] Missing file for doxia-linkcheck in https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-linkcheck/1.2/
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for doxia-linkcheck in http://www.apache.org/dist/maven/doxia
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/1.1/
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-license-header-resource-bundle/1.1/
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in http://www.apache.org/dist/maven/shared
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[INFO] Generating "Dist Tool> Check Index Pages" report --- dist-tool-plugin:1.0-SNAPSHOT:check-index-page
[ERROR] maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/
[INFO] Generating "Dist Tool> List Plugins Prerequisites" report --- dist-tool-plugin:1.0-SNAPSHOT:list-plugins-prerequisites
[INFO] Generating "Dist Tool> Failure Hack" report --- dist-tool-plugin:1.0-SNAPSHOT:failure-report
[ERROR] check-index-page.log error log not empty:
maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/

[JENKINS] Archiving site from <https://builds.apache.org/job/dist-tool-plugin/ws/target/site> to /x1/jenkins/jenkins-home/jobs/dist-tool-plugin/site
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:10.030s
[INFO] Finished at: Tue Jun 09 09:54:23 UTC 2015
[INFO] Final Memory: 70M/783M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project dist-tool-plugin: Error generating dist-tool-plugin:1.0-SNAPSHOT:failure-report: Dist tools check reports found inconsistencies in some released artifacts, see https://builds.apache.org/job/dist-tool-plugin/site/ for more information -> [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/MojoExecutionException
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/pom.xml> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/target/dist-tool-plugin-1.0-SNAPSHOT.jar> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.jar
Sending artifact delta relative to dist-tool-plugin » dist-tool-plugin #887
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 82106 bytes
Compression is 0.0%
Took 0.27 sec
channel stopped

Build failed in Jenkins: dist-tool-plugin #891

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dist-tool-plugin/891/>

------------------------------------------
[...truncated 169 lines...]
[JENKINS] Recording test results
[INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.13
[INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.1
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4
[INFO] configuring report plugin org.codehaus.mojo:taglist-maven-plugin:2.4
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1
[INFO] preparing 'javadoc' report requires 'generate-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:2.5.5
[INFO] configuring report plugin org.codehaus.sonar-plugins:maven-report:0.1
[INFO] configuring report plugin org.apache.maven.dist.tools:dist-tool-plugin:1.0-SNAPSHOT
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.2
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Parent project loaded from repository: org.apache.maven:maven-parent:pom:25
[INFO] Parent project loaded from repository: org.apache:apache:pom:15
[INFO] Relativizing decoration links with respect to project URL: https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.3.0 skin.
[INFO] Skipped "About" report (maven-project-info-reports-plugin:2.7:index), file "index.html" already exists for the English version.
[INFO] Skipped "Surefire Report" report (maven-surefire-report-plugin:2.16:report), file "surefire-report.html" already exists for the English version.
[INFO] Rendering 3 Doxia documents: 1 apt, 2 markdown
[INFO] Generating "Project Summary" report      --- maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:2.7:dependency-info
[INFO] Generating "Project Team" report         --- maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.7:scm
[INFO] Generating "Issue Tracking" report       --- maven-project-info-reports-plugin:2.7:issue-tracking
[INFO] Generating "Mailing Lists" report        --- maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.7:dependency-management
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:2.7:dependencies
[INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.7:plugin-management
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-maven-plugin/1.4/doxia-maven-plugin-1.4.pom
[INFO] Generating "Project Plugins" report      --- maven-project-info-reports-plugin:2.7:plugins
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.7:distribution-management
[INFO] Generating "Surefire Report" report      --- maven-surefire-report-plugin:2.16:report-only
[INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:2.13:checkstyle
[INFO] 
[INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.4:jxr
[INFO] Generating "Test Source Xref" report     --- maven-jxr-plugin:2.4:test-jxr
[INFO] Generating "Tag List" report             --- taglist-maven-plugin:2.4:taglist
[WARNING] Using legacy tag format.  This is not recommended.
[INFO] Generating "JavaDocs" report             --- maven-javadoc-plugin:2.9.1:javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "Test JavaDocs" report        --- maven-javadoc-plugin:2.9.1:test-javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "FindBugs" report             --- findbugs-maven-plugin:2.5.5:findbugs
[INFO] Locale is en
[INFO] Fork Value is true
     [java] Warnings generated: 12
[INFO] Done FindBugs Analysis....
[warn] [XHTML Sink] Modified invalid anchor name: 'org.apache.maven.dist.tools.DistCheckSiteMojo$CheckSiteResult' to 'org.apache.maven.dist.tools.DistCheckSiteMojoCheckSiteResult'
[INFO] Generating "Sonar" report                --- maven-report:0.1:report
[INFO] Generating "Dist Tool> Check Sites" report --- dist-tool-plugin:1.0-SNAPSHOT:check-site
[INFO] Generating "Dist Tool> Check Source Release" report --- dist-tool-plugin:1.0-SNAPSHOT:check-source-release
[WARNING] Missing file for doxia-linkcheck in https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-linkcheck/1.2/
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for doxia-linkcheck in http://www.apache.org/dist/maven/doxia
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/1.1/
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-license-header-resource-bundle/1.1/
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in http://www.apache.org/dist/maven/shared
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[INFO] Generating "Dist Tool> Check Index Pages" report --- dist-tool-plugin:1.0-SNAPSHOT:check-index-page
[ERROR] maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/
[INFO] Generating "Dist Tool> List Plugins Prerequisites" report --- dist-tool-plugin:1.0-SNAPSHOT:list-plugins-prerequisites
[INFO] Generating "Dist Tool> Failure Hack" report --- dist-tool-plugin:1.0-SNAPSHOT:failure-report
[ERROR] check-index-page.log error log not empty:
maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/

[JENKINS] Archiving site from <https://builds.apache.org/job/dist-tool-plugin/ws/target/site> to /x1/jenkins/jenkins-home/jobs/dist-tool-plugin/site
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:15.616s
[INFO] Finished at: Mon Jun 08 09:53:22 UTC 2015
[INFO] Final Memory: 70M/752M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project dist-tool-plugin: Error generating dist-tool-plugin:1.0-SNAPSHOT:failure-report: Dist tools check reports found inconsistencies in some released artifacts, see https://builds.apache.org/job/dist-tool-plugin/site/ for more information -> [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/MojoExecutionException
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/pom.xml> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/target/dist-tool-plugin-1.0-SNAPSHOT.jar> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.jar
Sending artifact delta relative to dist-tool-plugin » dist-tool-plugin #887
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 82108 bytes
Compression is 0.0%
Took 0.13 sec
channel stopped

Build failed in Jenkins: dist-tool-plugin #890

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dist-tool-plugin/890/>

------------------------------------------
[...truncated 189 lines...]
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:2.5.5
[INFO] configuring report plugin org.codehaus.sonar-plugins:maven-report:0.1
[INFO] configuring report plugin org.apache.maven.dist.tools:dist-tool-plugin:1.0-SNAPSHOT
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.2
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ dist-tool-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ dist-tool-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 31 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ dist-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dist-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/dist-tool-plugin/ws/target/classes>
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/DistCheckSiteMojo.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/dist-tool-plugin/ws/src/main/java/org/apache/maven/dist/tools/ListPluginsPrerequisitesMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ dist-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 6 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Parent project loaded from repository: org.apache.maven:maven-parent:pom:25
[INFO] Parent project loaded from repository: org.apache:apache:pom:15
[INFO] Relativizing decoration links with respect to project URL: https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.3.0 skin.
[INFO] Skipped "About" report (maven-project-info-reports-plugin:2.7:index), file "index.html" already exists for the English version.
[INFO] Skipped "Surefire Report" report (maven-surefire-report-plugin:2.16:report), file "surefire-report.html" already exists for the English version.
[INFO] Rendering 3 Doxia documents: 1 apt, 2 markdown
[INFO] Generating "Project Summary" report      --- maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:2.7:dependency-info
[INFO] Generating "Project Team" report         --- maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.7:scm
[INFO] Generating "Issue Tracking" report       --- maven-project-info-reports-plugin:2.7:issue-tracking
[INFO] Generating "Mailing Lists" report        --- maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.7:dependency-management
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:2.7:dependencies
[INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.7:plugin-management
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-maven-plugin/1.4/doxia-maven-plugin-1.4.pom
[INFO] Generating "Project Plugins" report      --- maven-project-info-reports-plugin:2.7:plugins
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.7:distribution-management
[INFO] Generating "Surefire Report" report      --- maven-surefire-report-plugin:2.16:report-only
[INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:2.13:checkstyle
[INFO] 
[INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.4:jxr
[INFO] Generating "Test Source Xref" report     --- maven-jxr-plugin:2.4:test-jxr
[INFO] Generating "Tag List" report             --- taglist-maven-plugin:2.4:taglist
[WARNING] Using legacy tag format.  This is not recommended.
[INFO] Generating "JavaDocs" report             --- maven-javadoc-plugin:2.9.1:javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "Test JavaDocs" report        --- maven-javadoc-plugin:2.9.1:test-javadoc
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-api/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.eclipse.org/aether/aether-util/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://xml.apache.org/commons/components/external/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://selenium.googlecode.com/selenium-firefox-driver/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://junit.org/javadoc/4.10/package-list
[INFO] Generating "FindBugs" report             --- findbugs-maven-plugin:2.5.5:findbugs
[INFO] Locale is en
[INFO] Fork Value is true
     [java] Warnings generated: 12
[INFO] Done FindBugs Analysis....
[warn] [XHTML Sink] Modified invalid anchor name: 'org.apache.maven.dist.tools.DistCheckSiteMojo$CheckSiteResult' to 'org.apache.maven.dist.tools.DistCheckSiteMojoCheckSiteResult'
[INFO] Generating "Sonar" report                --- maven-report:0.1:report
[INFO] Generating "Dist Tool> Check Sites" report --- dist-tool-plugin:1.0-SNAPSHOT:check-site
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom (17 KB at 37.8 KB/sec)
[INFO] Generating "Dist Tool> Check Source Release" report --- dist-tool-plugin:1.0-SNAPSHOT:check-source-release
[WARNING] Missing file for doxia-linkcheck in https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-linkcheck/1.2/
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[WARNING] Missing file for doxia-linkcheck in http://www.apache.org/dist/maven/doxia
[WARNING]  > doxia-linkcheck-1.2-source-release.zip <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.asc <
[WARNING]  > doxia-linkcheck-1.2-source-release.zip.md5 <
[ERROR] Missing file for maven-assembly-plugin in http://www.apache.org/dist/maven/plugins
[ERROR]  > maven-assembly-plugin-2.5.5-source-release.zip <
[ERROR]  > maven-assembly-plugin-2.5.5-source-release.zip.asc <
[ERROR]  > maven-assembly-plugin-2.5.5-source-release.zip.md5 <
[ERROR] Different version than 2.5.5 for maven-assembly-plugin available in http://www.apache.org/dist/maven/plugins
[ERROR]  > maven-assembly-plugin-2.5.4-source-release.zip <
[ERROR]  > maven-assembly-plugin-2.5.4-source-release.zip.asc <
[ERROR]  > maven-assembly-plugin-2.5.4-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/1.1/
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-incubator-disclaimer-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-incubator-disclaimer-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-jar-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.asc <
[WARNING]  > apache-jar-resource-bundle-1.4-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in https://repo.maven.apache.org/maven2/org/apache/apache-license-header-resource-bundle/1.1/
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for apache-license-header-resource-bundle in http://www.apache.org/dist/maven/resources
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.asc <
[WARNING]  > apache-license-header-resource-bundle-1.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[WARNING] Missing file for file-management in http://www.apache.org/dist/maven/shared
[WARNING]  > file-management-1.2.1-source-release.zip <
[WARNING]  > file-management-1.2.1-source-release.zip.asc <
[WARNING]  > file-management-1.2.1-source-release.zip.md5 <
[INFO] Generating "Dist Tool> Check Index Pages" report --- dist-tool-plugin:1.0-SNAPSHOT:check-index-page
[ERROR] maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/
[INFO] Generating "Dist Tool> List Plugins Prerequisites" report --- dist-tool-plugin:1.0-SNAPSHOT:list-plugins-prerequisites
[INFO] Generating "Dist Tool> Failure Hack" report --- dist-tool-plugin:1.0-SNAPSHOT:failure-report
[ERROR] check-source-release.log error log not empty:
Missing file for maven-assembly-plugin in http://www.apache.org/dist/maven/plugins
 > maven-assembly-plugin-2.5.5-source-release.zip <
 > maven-assembly-plugin-2.5.5-source-release.zip.asc <
 > maven-assembly-plugin-2.5.5-source-release.zip.md5 <
Different version than 2.5.5 for maven-assembly-plugin available in http://www.apache.org/dist/maven/plugins
 > maven-assembly-plugin-2.5.4-source-release.zip <
 > maven-assembly-plugin-2.5.4-source-release.zip.asc <
 > maven-assembly-plugin-2.5.4-source-release.zip.md5 <

[ERROR] check-index-page.log error log not empty:
maven-assembly-plugin: found 2.5.4 instead of 2.5.5 in http://maven.apache.org/plugins/

[JENKINS] Archiving site from <https://builds.apache.org/job/dist-tool-plugin/ws/target/site> to /x1/jenkins/jenkins-home/jobs/dist-tool-plugin/site
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:06.429s
[INFO] Finished at: Sun Jun 07 09:54:15 UTC 2015
[INFO] Final Memory: 71M/746M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project dist-tool-plugin: Error generating dist-tool-plugin:1.0-SNAPSHOT:failure-report: Dist tools check reports found inconsistencies in some released artifacts, see https://builds.apache.org/job/dist-tool-plugin/site/ for more information -> [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/MojoExecutionException
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/pom.xml> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dist-tool-plugin/ws/target/dist-tool-plugin-1.0-SNAPSHOT.jar> to org.apache.maven.dist.tools/dist-tool-plugin/1.0-SNAPSHOT/dist-tool-plugin-1.0-SNAPSHOT.jar
Sending artifact delta relative to dist-tool-plugin » dist-tool-plugin #887
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 82107 bytes
Compression is 0.0%
Took 0.16 sec
channel stopped