You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/19 09:31:12 UTC

Build failed in Jenkins: dir-shared-ubuntu-deploy #1428

See <https://builds.apache.org/job/dir-shared-ubuntu-deploy/1428/>

------------------------------------------
[...truncated 232 lines...]
	... 35 more
ERROR: Subversion update failed
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/> at hudson.remoting.Channel@6f0a1dfe:ubuntu-5
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:871)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:671)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
	at hudson.model.Run.execute(Run.java:1676)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
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:2462)
	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: OPTIONS /repos/asf/directory/shared/trunk 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.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:148)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	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: OPTIONS /repos/asf/directory/shared/trunk 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)
	... 35 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/directory/shared/trunk'
svn: E175002: timed out waiting for server
	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)
	... 34 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/directory/shared/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 35 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 35 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:146)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLSocket(SVNSocketFactory.java:106)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:280)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:451)
	... 35 more
Retrying after 10 seconds
Updating https://svn.apache.org/repos/asf/directory/shared/trunk at revision '2014-08-19T07:27:44.641 +0000'
ERROR: Failed to update https://svn.apache.org/repos/asf/directory/shared/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/directory/shared/trunk 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.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:148)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	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:2462)
	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: OPTIONS /repos/asf/directory/shared/trunk 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)
	... 35 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/directory/shared/trunk'
svn: E175002: timed out waiting for server
	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)
	... 34 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/directory/shared/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 35 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 35 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:146)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLSocket(SVNSocketFactory.java:106)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:280)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:451)
	... 35 more
ERROR: Subversion update failed
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/> at hudson.remoting.Channel@6f0a1dfe:ubuntu-5
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:871)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:671)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
	at hudson.model.Run.execute(Run.java:1676)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
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:2462)
	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: OPTIONS /repos/asf/directory/shared/trunk 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.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:148)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	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: OPTIONS /repos/asf/directory/shared/trunk 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)
	... 35 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/directory/shared/trunk'
svn: E175002: timed out waiting for server
	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)
	... 34 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/directory/shared/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 35 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 35 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:146)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLSocket(SVNSocketFactory.java:106)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:280)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:451)
	... 35 more

Build failed in Jenkins: dir-shared-ubuntu-deploy #1431

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-shared-ubuntu-deploy/1431/>

------------------------------------------
[...truncated 118 lines...]
[INFO] Apache Directory LDAP API Extras Stored Procedures  SKIPPED
[INFO] Apache Directory LDAP API Extras Trigger .......... SKIPPED
[INFO] Apache Directory LDAP API Schema Converter ........ SKIPPED
[INFO] Apache Directory API All .......................... SKIPPED
[INFO] Apache Directory LDAP API Client All .............. SKIPPED
[INFO] Apache Directory API Integration Tests ............ SKIPPED
[INFO] Apache Directory LDAP API Distribution ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:59.202s
[INFO] Finished at: Fri Aug 22 03:03:51 UTC 2014
[INFO] Final Memory: 22M/159M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project api-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.directory.api:api-parent:pom:1.0.0-M25-20140822.030249-21 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/api/api-parent/1.0.0-M25-SNAPSHOT/api-parent-1.0.0-M25-20140822.030249-21.pom. Return code is: 502, ReasonPhrase:Proxy Error. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/net/mina/pom.xml> to org.apache.directory.api/api-ldap-net-mina/1.0.0-M25-SNAPSHOT/api-ldap-net-mina-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Network MINA #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3023 bytes
Compression is 0.0%
Took 43 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/client/pom.xml> to org.apache.directory.api/api-ldap-client-parent/1.0.0-M25-SNAPSHOT/api-ldap-client-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Client Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1630 bytes
Compression is 0.0%
Took 7 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/pom.xml> to org.apache.directory.api/api-parent/1.0.0-M25-SNAPSHOT/api-parent-1.0.0-M25-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/target/api-parent-1.0.0-M25-SNAPSHOT-site.xml> to org.apache.directory.api/api-parent/1.0.0-M25-SNAPSHOT/api-parent-1.0.0-M25-SNAPSHOT-site.xml
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API #1430
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 29552 bytes
Compression is 0.0%
Took 8 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/codec-api/pom.xml> to org.apache.directory.api/api-ldap-extras-codec-api/1.0.0-M25-SNAPSHOT/api-ldap-extras-codec-api-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras Codec API #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2643 bytes
Compression is 0.0%
Took 17 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/trigger/pom.xml> to org.apache.directory.api/api-ldap-extras-trigger/1.0.0-M25-SNAPSHOT/api-ldap-extras-trigger-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras Trigger #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3390 bytes
Compression is 0.0%
Took 22 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/distribution/pom.xml> to org.apache.directory.api/apache-ldap-api/1.0.0-M25-SNAPSHOT/apache-ldap-api-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Distribution #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4805 bytes
Compression is 0.0%
Took 11 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/codec/pom.xml> to org.apache.directory.api/api-ldap-codec-parent/1.0.0-M25-SNAPSHOT/api-ldap-codec-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Codec Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1634 bytes
Compression is 0.0%
Took 12 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/asn1/ber/pom.xml> to org.apache.directory.api/api-asn1-ber/1.0.0-M25-SNAPSHOT/api-asn1-ber-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory API ASN.1 BER #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3080 bytes
Compression is 0.0%
Took 14 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/sp/pom.xml> to org.apache.directory.api/api-ldap-extras-sp/1.0.0-M25-SNAPSHOT/api-ldap-extras-sp-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras Stored Procedures #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3310 bytes
Compression is 0.0%
Took 18 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/client/all/pom.xml> to org.apache.directory.api/api-ldap-client-all/1.0.0-M25-SNAPSHOT/api-ldap-client-all-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Client All #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3225 bytes
Compression is 0.0%
Took 0.19 sec
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/util/pom.xml> to org.apache.directory.api/api-util/1.0.0-M25-SNAPSHOT/api-util-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Utilities #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2473 bytes
Compression is 0.0%
Took 16 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/dsml/parser/pom.xml> to org.apache.directory.api/api-dsml-parser/1.0.0-M25-SNAPSHOT/api-dsml-parser-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API DSML Parser #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4047 bytes
Compression is 0.0%
Took 33 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/aci/pom.xml> to org.apache.directory.api/api-ldap-extras-aci/1.0.0-M25-SNAPSHOT/api-ldap-extras-aci-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras ACI #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3261 bytes
Compression is 0.0%
Took 19 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/pom.xml> to org.apache.directory.api/api-ldap-extras-parent/1.0.0-M25-SNAPSHOT/api-ldap-extras-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1735 bytes
Compression is 0.0%
Took 12 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/all/pom.xml> to org.apache.directory.api/api-all/1.0.0-M25-SNAPSHOT/api-all-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory API All #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4635 bytes
Compression is 0.0%
Took 0.2 sec
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/dsml/pom.xml> to org.apache.directory.api/api-dsml-parent/1.0.0-M25-SNAPSHOT/api-dsml-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API DSML Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1646 bytes
Compression is 0.0%
Took 16 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/codec/standalone/pom.xml> to org.apache.directory.api/api-ldap-codec-standalone/1.0.0-M25-SNAPSHOT/api-ldap-codec-standalone-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Codec Standalone #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2895 bytes
Compression is 0.0%
Took 13 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/model/pom.xml> to org.apache.directory.api/api-ldap-model/1.0.0-M25-SNAPSHOT/api-ldap-model-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Model #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4763 bytes
Compression is 0.0%
Took 63 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/util/pom.xml> to org.apache.directory.api/api-ldap-extras-util/1.0.0-M25-SNAPSHOT/api-ldap-extras-util-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras Util #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2803 bytes
Compression is 0.0%
Took 13 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/schema/data/pom.xml> to org.apache.directory.api/api-ldap-schema-data/1.0.0-M25-SNAPSHOT/api-ldap-schema-data-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Schema Data #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6683 bytes
Compression is 0.0%
Took 65 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/asn1/api/pom.xml> to org.apache.directory.api/api-asn1-api/1.0.0-M25-SNAPSHOT/api-asn1-api-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory API ASN.1 API #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2799 bytes
Compression is 0.0%
Took 14 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/client/api/pom.xml> to org.apache.directory.api/api-ldap-client-api/1.0.0-M25-SNAPSHOT/api-ldap-client-api-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Client API #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4265 bytes
Compression is 0.0%
Took 17 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/asn1/pom.xml> to org.apache.directory.api/api-asn1-parent/1.0.0-M25-SNAPSHOT/api-asn1-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory API ASN.1 Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1635 bytes
Compression is 0.0%
Took 13 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/schema/converter/pom.xml> to org.apache.directory.api/api-ldap-schema-converter/1.0.0-M25-SNAPSHOT/api-ldap-schema-converter-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Schema Converter #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3997 bytes
Compression is 0.0%
Took 15 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/codec/core/pom.xml> to org.apache.directory.api/api-ldap-codec-core/1.0.0-M25-SNAPSHOT/api-ldap-codec-core-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Codec Core #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4401 bytes
Compression is 0.0%
Took 42 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/pom.xml> to org.apache.directory.api/api-ldap-parent/1.0.0-M25-SNAPSHOT/api-ldap-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1748 bytes
Compression is 0.0%
Took 12 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/dsml/engine/pom.xml> to org.apache.directory.api/api-dsml-engine/1.0.0-M25-SNAPSHOT/api-dsml-engine-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API DSML Engine #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3095 bytes
Compression is 0.0%
Took 31 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/i18n/pom.xml> to org.apache.directory.api/api-i18n/1.0.0-M25-SNAPSHOT/api-i18n-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API I18n #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2725 bytes
Compression is 0.0%
Took 14 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/schema/pom.xml> to org.apache.directory.api/api-ldap-schema-parent/1.0.0-M25-SNAPSHOT/api-ldap-schema-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Schema Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1637 bytes
Compression is 0.0%
Took 11 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/extras/codec/pom.xml> to org.apache.directory.api/api-ldap-extras-codec/1.0.0-M25-SNAPSHOT/api-ldap-extras-codec-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Extras Codec #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4305 bytes
Compression is 0.0%
Took 36 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/integ/pom.xml> to org.apache.directory.api/api-integ/1.0.0-M25-SNAPSHOT/api-integ-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory API Integration Tests #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4789 bytes
Compression is 0.0%
Took 15 ms
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-ubuntu-deploy/ws/trunk/ldap/net/pom.xml> to org.apache.directory.api/api-ldap-net-parent/1.0.0-M25-SNAPSHOT/api-ldap-net-parent-1.0.0-M25-SNAPSHOT.pom
Sending artifact delta relative to dir-shared-ubuntu-deploy ? Apache Directory LDAP API Net Parent #1430
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1594 bytes
Compression is 0.0%
Took 22 ms
Sending e-mails to: notifications@directory.apache.org
channel stopped

Jenkins build is still unstable: dir-shared-ubuntu-deploy #1430

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-shared-ubuntu-deploy/1430/>


Jenkins build is unstable: dir-shared-ubuntu-deploy #1429

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-shared-ubuntu-deploy/1429/>